{"title":"Office Layout","description":"","products":[{"product_id":"modern-l-shaped-oak-executive-desk-lbz-2089","title":"Modern L-Shaped Executive Desk | Oak Executive Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"\\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\u003eLight Luxury Executive Look:\u003c\/b\u003e A high-quality modern L-shaped executive desk designed for a refined leadership workspace.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eE1 High-Density Board:\u003c\/b\u003e Low formaldehyde board construction supports durability, strength, long-term stability, and desk longevity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePersonalized Front Panel:\u003c\/b\u003e The front panel offers depth, enhanced privacy, and a stronger sense of security for focused work.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSpacious Desktop:\u003c\/b\u003e A roomy surface allows books, laptops, and office items to stay accessible without a cramped or cluttered feel.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eIntegrated Cabinet Function:\u003c\/b\u003e The side cabinet includes a PC case slot, storage cabinet, open shelf, drawers, and cooling vents for daily office needs.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2089\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eHigh-Quality Light Luxury Executive Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_31.webp?v=1778728663\" alt=\"Modern L-shaped oak executive desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA high-quality light luxury executive desk with an L-shaped layout, E1 high-density board, personalized front panel, spacious desktop, fashionable side cabinet front design, cooling vents, and multi-purpose side cabinet structure.\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_19.webp?v=1778728661\" alt=\"E1 high-density board for oak executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eE1 High-Density Board\u003c\/h3\u003e\n          \u003cp\u003eThe board meets strict environmental standards, ensuring low formaldehyde emissions. It offers high durability and strength, providing long-term stability and ensuring the desk's longevity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_main_images_25.webp?v=1778728639\" alt=\"Personalized front panel for L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePersonalized Front Panel\u003c\/h3\u003e\n          \u003cp\u003eThe front panel offers a strong sense of depth, providing enhanced privacy and security, preventing awkward moments, and creating a workspace that is uniquely yours.\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_27.webp?v=1778728638\" alt=\"Spacious desktop for modern executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop\u003c\/h3\u003e\n          \u003cp\u003eA roomy surface allows books, laptops, and other items to be placed freely for easy access. With plenty of space to spread out, it prevents a cramped and cluttered feel, ensuring a more efficient and comfortable workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_22.webp?v=1778728615\" alt=\"Fashionable side cabinet front design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eFashionable Side Cabinet Front Design\u003c\/h3\u003e\n          \u003cp\u003eA combination of board material and lacquer finishing, resistant to marks and damage. The new process enhances texture, allowing the cabinet to showcase a stylish and elegant design.\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_24.webp?v=1778728589\" alt=\"Cooling vents for executive desk PC area\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCooling Vents\u003c\/h3\u003e\n          \u003cp\u003eLarger and thicker cooling vents for the main unit provide powerful heat dissipation from the moment the system is powered on. These vents help maintain a stable temperature during operation, enhancing office efficiency.\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_26.webp?v=1778728707\" alt=\"Multi-purpose side cabinet for oak executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMulti-Purpose Side Cabinet\u003c\/h3\u003e\n          \u003cp\u003eLuxuriously spacious interior, equipped with a PC case slot, storage cabinet, open shelf, and drawers to meet everyday office needs. Simplified storage with no clutter.\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_29.webp?v=1778728685\" alt=\"Style options for Kaguyasu modern L-shaped executive 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 high-density board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesk Layout\u003c\/th\u003e\n              \u003ctd\u003eModern L-shaped executive desk layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFront Panel\u003c\/th\u003e\n              \u003ctd\u003ePersonalized front panel with depth, privacy, and security features\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eSpacious desktop for books, laptops, and office items\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSide Cabinet Front Finish\u003c\/th\u003e\n              \u003ctd\u003eBoard material and lacquer finishing\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCooling Vents\u003c\/th\u003e\n              \u003ctd\u003eLarger and thicker cooling vents for the main unit\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\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images.jpg?v=1778825001\" alt=\"Modern L-shaped executive 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 modern L-shaped executive desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eBoard Material:\u003c\/b\u003e The product description lists E1 high-density board with low formaldehyde emissions, durability, and strength.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFront Panel:\u003c\/b\u003e The personalized front panel provides a sense of depth, privacy, and security.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDesktop:\u003c\/b\u003e The spacious desktop supports books, laptops, and office items without a cramped or cluttered feel.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCooling Vents:\u003c\/b\u003e Larger and thicker cooling vents help maintain stable temperature during operation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSide Cabinet:\u003c\/b\u003e The side cabinet includes a PC case slot, cabinet, open shelf, and drawers for everyday office needs.\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 board material is listed for this executive desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1 high-density board with low formaldehyde emissions, high durability, and strength.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this desk include a privacy front panel?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The personalized front panel provides enhanced privacy and security while creating a distinctive workspace.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include cooling vents?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes larger and thicker cooling vents for the main unit to support heat dissipation.\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=\"KaguReadMoreTriggerLBZ2089\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2089\"\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":43011290988592,"sku":"LBZ-2089-01","price":2821.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011291021360,"sku":"LBZ-2089-02","price":2919.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011291054128,"sku":"LBZ-2089-03","price":3020.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011291086896,"sku":"LBZ-2089-09","price":2821.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011291119664,"sku":"LBZ-2089-10","price":2919.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011291152432,"sku":"LBZ-2089-11","price":3020.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011291185200,"sku":"LBZ-2089-04","price":3172.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011291217968,"sku":"LBZ-2089-05","price":3302.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 279cm x 180cm x 76cm","offer_id":43011291250736,"sku":"LBZ-2089-06","price":3422.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 300cm x 180cm x 76cm","offer_id":43011291283504,"sku":"LBZ-2089-07","price":3572.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 320cm x 180cm x 76cm","offer_id":43011291316272,"sku":"LBZ-2089-08","price":3722.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011291349040,"sku":"LBZ-2089-12","price":3172.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011291381808,"sku":"LBZ-2089-13","price":3302.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 279cm x 180cm x 76cm","offer_id":43011291414576,"sku":"LBZ-2089-14","price":3422.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 300cm x 180cm x 76cm","offer_id":43011291447344,"sku":"LBZ-2089-15","price":3572.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 320cm x 180cm x 76cm","offer_id":43011291480112,"sku":"LBZ-2089-16","price":3722.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 239cm x 41cm x 201cm","offer_id":43011291512880,"sku":"WJG-2012-01","price":2272.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 320cm x 41cm x 201cm","offer_id":43011291545648,"sku":"WJG-2012-02","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ 53 cm x 53 cm x 127 ~ 135 cm","offer_id":43376993239088,"sku":"LBY-2008-01","price":359.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_executive_desk_oak_executive_desk_kaguyasuLBZ-2089_detailed_images_18.webp?v=1778728714"},{"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":"office-workstation-brown-desk-bgz-c003","title":"Office Workstation Brown Computer Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eWorkspace Privacy:\u003c\/b\u003e A focused \u003cb\u003eoffice desk with partition\u003c\/b\u003e ensuring highly efficient daily productivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e A sturdy \u003cb\u003ebrown office desk\u003c\/b\u003e featuring a reinforced carbon steel frame.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Organization:\u003c\/b\u003e An \u003cb\u003eoffice workstation desk\u003c\/b\u003e designed with concealed under-desk cable management.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCommercial Grade:\u003c\/b\u003e A spacious \u003cb\u003ebrown computer desk\u003c\/b\u003e crafted from E1 eco-friendly boards.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePrecision Construction:\u003c\/b\u003e A 2.5cm thickened panel and 0.16cm hot melt edge banding help prevent peeling and cracking for long-lasting commercial durability.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZ2014\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Corporate Office Workstation Desk Set\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/1_cb8cf963-a910-4310-8ad9-ccbd76ef715e.jpg?v=1742436819\" alt=\"Office workstation brown computer desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA modern corporate office workstation desk set with E1 eco-friendly boards, concealed under-desk cable management, an open large desktop, thickened desk panel construction, precision hot melt edge banding, and a reinforced carbon steel frame.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/2_1452028b-4081-4343-a94b-5b3e7c37d349.jpg?v=1742436818\" alt=\"Eco-friendly commercial brown office desk material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Commercial Brown Office Desk\u003c\/h3\u003e\n          \u003cp\u003eBuilt for safe commercial use. This healthy \u003cb\u003ebrown office desk\u003c\/b\u003e features low formaldehyde release, preventing cracking under heavy daily loads.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/3_f2f4d3f7-1b1a-48be-9c86-df415fdd74ae.jpg?v=1742436819\" alt=\"Concealed under desk cable management for office workstation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmart Concealed Under Desk Cable Management\u003c\/h3\u003e\n          \u003cp\u003eHide messy cables effortlessly. Pre-installed power outlet slots keep your \u003cb\u003eoffice desk with partition\u003c\/b\u003e completely clutter-free and organized.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/4_2ddef20a-41a9-459f-8ef2-746ede9238e8.jpg?v=1742436819\" alt=\"Open large desktop for brown computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOpen Large Desktop for Maximum Productivity\u003c\/h3\u003e\n          \u003cp\u003eMaximize daily efficiency. The expansive surface of this \u003cb\u003ebrown computer desk\u003c\/b\u003e offers ample space for documents, ensuring a professional workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/5_1d6041da-3858-4541-a423-87d2c616b53d.jpg?v=1742436819\" alt=\"Heavy-duty thickened desk panel construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Thickened Desk Panel Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted with a 2.5cm thickened panel. This scratch-resistant, wobble-free commercial surface ensures exceptional load-bearing capacity and security.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/6_959c0dfd-a370-4b1d-9b82-81261dd8c365.jpg?v=1742436819\" alt=\"Precision automated hot melt edge banding\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePrecision Automated Hot Melt Edge Banding\u003c\/h3\u003e\n          \u003cp\u003ePrecision-crafted for a seamless finish. The 0.16cm thick edge banding prevents peeling and cracking, ensuring long-lasting commercial durability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/7_56231e3f-c68f-4e4c-ae8c-f702dba479cf.jpg?v=1742436818\" alt=\"Reinforced carbon steel frame for office workstation desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eReinforced Carbon Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eBuilt with a 0.25cm thick steel frame for exceptional stability and load-bearing capacity. The electrostatic spray coating supports rust and corrosion resistance, helping prevent deformation and fading over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesk Type\u003c\/th\u003e\n              \u003ctd\u003eModern corporate office workstation desk set\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n              \u003ctd\u003eE1 eco-friendly boards\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame Material\u003c\/th\u003e\n              \u003ctd\u003eReinforced carbon steel frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Thickness\u003c\/th\u003e\n              \u003ctd\u003e2.5cm thickened desk panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eEdge Banding\u003c\/th\u003e\n              \u003ctd\u003e0.16cm thick hot melt edge banding\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSteel Frame Thickness\u003c\/th\u003e\n              \u003ctd\u003e0.25cm thick steel frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eConcealed under-desk cable management with pre-installed power outlet slots\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish Process\u003c\/th\u003e\n              \u003ctd\u003eElectrostatic spray coating for the steel frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_workstation_desk_brown_office_desk_kaguyasuBGZ-2014_detailed_images_1.jpg?v=1779160599\" alt=\"Office workstation brown computer desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this office workstation desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eWorkspace Layout:\u003c\/b\u003e The product is described as a modern corporate office workstation desk set with partition-focused workspace privacy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBoard Material:\u003c\/b\u003e The product description lists E1 eco-friendly boards with low formaldehyde release.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCable Management:\u003c\/b\u003e Concealed under-desk cable management and pre-installed power outlet slots help organize wires.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePanel Construction:\u003c\/b\u003e The desktop uses a 2.5cm thickened panel with scratch-resistant and wobble-free commercial surface features.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eEdge Banding:\u003c\/b\u003e The 0.16cm thick hot melt edge banding helps prevent peeling and cracking.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFrame:\u003c\/b\u003e The reinforced 0.25cm thick carbon steel frame uses electrostatic spray coating for rust and corrosion resistance.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat board material is listed for this office workstation desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1 eco-friendly boards with low formaldehyde release.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this brown computer desk include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes concealed under-desk cable management with pre-installed power outlet slots.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat frame material is used?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a reinforced carbon steel frame with a 0.25cm thickness and electrostatic spray coating.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed desktop panel thickness?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a 2.5cm thickened desk panel.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZ2014\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ2014\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single Seat \/ without Cabinet \/ 119cm x 61cm x 76cm","offer_id":43011286761520,"sku":"BGZ-2014-01","price":502.0,"currency_code":"GBP","in_stock":true},{"title":"Single Seat \/ with Cabinet \/ 119cm x 61cm x 76cm","offer_id":43011286794288,"sku":"BGZ-2014-02","price":661.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ without Cabinet \/ 119cm x 119cm x 76cm","offer_id":43011286827056,"sku":"BGZ-2014-03","price":733.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ with Cabinet \/ 119cm x 119cm x 76cm","offer_id":43011286859824,"sku":"BGZ-2014-04","price":1046.0,"currency_code":"GBP","in_stock":true},{"title":"4-Seater \/ without Cabinet \/ 239cm x 119cm x 76cm","offer_id":43011286892592,"sku":"BGZ-2014-05","price":956.0,"currency_code":"GBP","in_stock":true},{"title":"4-Seater \/ with Cabinet \/ 239cm x 119cm x 76cm","offer_id":43011286925360,"sku":"BGZ-2014-06","price":1585.0,"currency_code":"GBP","in_stock":true},{"title":"6-Seater \/ without Cabinet \/ 361cm x 119cm x 76cm","offer_id":43011286958128,"sku":"BGZ-2014-07","price":1469.0,"currency_code":"GBP","in_stock":true},{"title":"6-Seater \/ with Cabinet \/ 361cm x 119cm x 76cm","offer_id":43011286990896,"sku":"BGZ-2014-08","price":2416.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Chair * 1","offer_id":42944198115376,"sku":"BGY-2034-01","price":153.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_workstation_desk_brown_office_desk_kaguyasuBGZ-2014_main_images_10.jpg?v=1780043006"},{"product_id":"black-marble-l-shaped-executive-desk-lbz-2135","title":"Black Marble Modern L-Shaped Executive Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"\\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\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003ePremium Executive Look:\u003c\/b\u003e A premium black marble executive desk with a modern L-shaped configuration.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eE1 Grade Board:\u003c\/b\u003e E1 particle board features a marble texture with superior load-bearing capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Stability:\u003c\/b\u003e 5.08cm thickened side legs help prevent wobbling and support heavy-duty use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eClean Cable Management:\u003c\/b\u003e The desktop cable box neatly organizes wires to keep the \u003cb\u003eBlack Executive Desk\u003c\/b\u003e tidy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Workstation Support:\u003c\/b\u003e Side cabinet storage and integrated CPU ventilation support files, daily items, airflow, and a more efficient workspace.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2135\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003ePremium Black Marble Executive Desk\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_main_images_10.webp?v=1779241406\" alt=\"Black marble modern L-shaped executive desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eA premium black marble modern L-shaped executive desk featuring an E1 particle board with marble texture, thickened side legs, integrated CPU ventilation, desktop cable management, and high-capacity side cabinet storage.\u003c\/p\u003e\n\u003ch2\u003eEight Commercial Upgrades\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_5.webp?v=1779241414\" alt=\"Eight commercial upgrades for black marble executive desk\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eProduct Analysis\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_7.webp?v=1779241414\" alt=\"Product analysis for modern L-shaped executive desk\" class=\"kagu-section-img\"\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\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_8.webp?v=1779241414\" alt=\"E1 grade marble finish board for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eE1 Grade Marble Finish Board\u003c\/h3\u003e\n\u003cp\u003eSafe and odor-free. The E1 particle board features a stunning \u003cb\u003emarble\u003c\/b\u003e texture with superior load-bearing capacity.\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\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_1_f23eabf1-217d-489d-8d06-e32dd76430e3.jpg?v=1779241433\" alt=\"Thickened side legs for black marble executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eThickened Side Legs\u003c\/h3\u003e\n\u003cp\u003eExperience unshakable stability. The 5.08cm thickened legs prevent wobbling and ensure heavy-duty commercial support.\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\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_10.webp?v=1779241415\" alt=\"Integrated CPU ventilation for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated CPU Ventilation\u003c\/h3\u003e\n\u003cp\u003ePre-positioned ventilation holes promote airflow, reducing heat buildup and extending your computer's lifespan.\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\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_1.jpg?v=1779241414\" alt=\"Desktop cable management for black executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDesktop Cable Management\u003c\/h3\u003e\n\u003cp\u003eKeep your \u003cb\u003eBlack Executive Desk\u003c\/b\u003e clutter-free. The sleek cable box neatly organizes wires for a tidy workspace.\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\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_12.webp?v=1779241415\" alt=\"High-capacity side cabinet for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eForm a perfect \u003cb\u003eL-Shaped Executive Desk\u003c\/b\u003e. The extended cabinet securely stores your PC tower, files, and daily items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColor Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_2.webp?v=1779241414\" alt=\"Color options for Kaguyasu black marble executive desk\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_3.webp?v=1779241414\" alt=\"Style options for Kaguyasu modern L-shaped executive 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\"\u003eBoard Material\u003c\/th\u003e\n\u003ctd\u003eE1 particle board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eMarble texture \/ black marble executive desk finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesk Layout\u003c\/th\u003e\n\u003ctd\u003eModern L-shaped executive desk layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSide Leg Thickness\u003c\/th\u003e\n\u003ctd\u003e5.08cm thickened legs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eDesktop cable box for wire organization\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCPU Ventilation\u003c\/th\u003e\n\u003ctd\u003eIntegrated ventilation holes for airflow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eHigh-capacity side cabinet for PC tower, files, and daily items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n\u003ctd\u003ecm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_detailed_images_2.jpg?v=1779241433\" alt=\"Black marble modern L-shaped executive desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important information for this modern L-shaped executive desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDesk Layout:\u003c\/b\u003e The product uses a modern L-shaped executive desk configuration.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBoard Material:\u003c\/b\u003e The product description lists E1 particle board with a marble texture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStability:\u003c\/b\u003e 5.08cm thickened side legs help prevent wobbling and support commercial use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCable Routing:\u003c\/b\u003e The desktop cable box helps organize wires for a tidy workspace.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCPU Ventilation:\u003c\/b\u003e Pre-positioned ventilation holes promote airflow and reduce heat buildup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStorage:\u003c\/b\u003e The extended side cabinet stores PC tower, files, and daily items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStyle \u0026amp; Color:\u003c\/b\u003e Please refer to the style options and color options images for available configurations.\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 board material is listed for this executive desk?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe product description lists E1 particle board with a marble texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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 desktop cable box is designed to organize wires for a tidy workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this L-shaped executive desk include CPU ventilation?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Pre-positioned ventilation holes promote airflow and help reduce heat buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat storage does the side cabinet provide?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe extended side cabinet stores a PC tower, files, and daily items.\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=\"KaguReadMoreTriggerLBZ2135\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2135\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Black \/ Desk \/ Without Side Cabinet \/ 160cm x 79cm x 76cm","offer_id":43011285581872,"sku":"LBZ-2135-01","price":758.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Without Side Cabinet \/ 180cm x 79cm x 76cm","offer_id":43011285614640,"sku":"LBZ-2135-02","price":851.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 160cm x 160cm x 76cm","offer_id":43011285647408,"sku":"LBZ-2135-03","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011285680176,"sku":"LBZ-2135-04","price":1072.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011285712944,"sku":"LBZ-2135-05","price":1123.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011285745712,"sku":"LBZ-2135-06","price":1180.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011285778480,"sku":"LBZ-2135-07","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011285811248,"sku":"LBZ-2135-08","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ 279cm x 160cm x 76cm","offer_id":43011285844016,"sku":"LBZ-2135-09","price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 160cm x 160cm x 76cm","offer_id":43011285876784,"sku":"LBZ-2135-10","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011285909552,"sku":"LBZ-2135-11","price":1072.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011285942320,"sku":"LBZ-2135-12","price":1123.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011285975088,"sku":"LBZ-2135-13","price":1180.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011286007856,"sku":"LBZ-2135-14","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011286040624,"sku":"LBZ-2135-15","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ 279cm x 160cm x 76cm","offer_id":43011286073392,"sku":"LBZ-2135-16","price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Without Side Cabinet \/ 160cm x 79cm x 76cm","offer_id":43011286106160,"sku":"LBZ-2135-17","price":758.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Without Side Cabinet \/ 180cm x 79cm x 76cm","offer_id":43011286138928,"sku":"LBZ-2135-18","price":851.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 160cm x 160cm x 76cm","offer_id":43011286171696,"sku":"LBZ-2135-19","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011286204464,"sku":"LBZ-2135-20","price":1072.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011286237232,"sku":"LBZ-2135-21","price":1123.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011286270000,"sku":"LBZ-2135-22","price":1180.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011286302768,"sku":"LBZ-2135-23","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011286335536,"sku":"LBZ-2135-24","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Left \/ 279cm x 160cm x 76cm","offer_id":43011286368304,"sku":"LBZ-2135-25","price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 160cm x 160cm x 76cm","offer_id":43011286401072,"sku":"LBZ-2135-26","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011286433840,"sku":"LBZ-2135-27","price":1072.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011286466608,"sku":"LBZ-2135-28","price":1123.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011286499376,"sku":"LBZ-2135-29","price":1180.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011286532144,"sku":"LBZ-2135-30","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011286564912,"sku":"LBZ-2135-31","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Desk \/ Side Cabinet on the Right \/ 279cm x 160cm x 76cm","offer_id":43011286597680,"sku":"LBZ-2135-32","price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 201cm x 41cm x 201cm","offer_id":43011286630448,"sku":"WJG-2062-01","price":1987.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 239cm x 41cm x 201cm","offer_id":43011286663216,"sku":"WJG-2062-02","price":2367.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 320cm x 41cm x 201cm","offer_id":43011286695984,"sku":"WJG-2062-03","price":2696.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Chair * 1 \/ 63.5cm x 50.8cm x 114.3121.9cm","offer_id":43254512058416,"sku":"LBY-2013-01","price":433.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/black_marble_modern_l-shaped_executive_desk_kaguyasuLBZ-2135_main_images_12.webp?v=1779241406"},{"product_id":"luxury-high-gloss-l-shaped-desk-lbz-2150","title":"Luxury Executive Desk | High Gloss L-Shaped Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\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\u003eLuxury Aesthetics:\u003c\/b\u003e Premium piano lacquer finish offering a sleek \u003cb\u003eHigh Gloss Desk\u003c\/b\u003e surface.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Workspace:\u003c\/b\u003e A high-capacity \u003cb\u003eL-Shaped Executive Desk\u003c\/b\u003e designed for modern leadership.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eInnovative Engineering:\u003c\/b\u003e Diamond-shaped slanted legs provide unshakeable commercial stability.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e A versatile \u003cb\u003eDesk with Storage Drawers\u003c\/b\u003e for PC towers, documents, and daily essentials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafe Rounded Edges:\u003c\/b\u003e A beveled round-edge tabletop with polished corners helps reduce accidental bumps while enhancing visual depth.\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=\"KaguReadMoreTriggerLBZ2150\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eLuxury L-Shaped Executive Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_main_images.jpg?v=1778825040\" alt=\"Luxury executive desk high gloss L-shaped desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA luxury L-shaped executive desk with an E1 MDF board structure, high-temperature baked piano lacquer finish, diamond-shaped slanted legs, beveled round-edge tabletop, and high-capacity storage cabinet.\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_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_17.webp?v=1778728873\" alt=\"Eco-friendly E1 MDF board for luxury executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly E1 MDF Board\u003c\/h3\u003e\n          \u003cp\u003eSafe, healthy, and odorless. The E1-grade fiberboard offers stable performance, firm edges, and reliable weight-bearing capacity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003ePremium Craftsmanship Analysis\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_18.webp?v=1778728874\" alt=\"Premium craftsmanship analysis for high gloss executive desk\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_main_images_23.webp?v=1778728869\" alt=\"High-temperature baked piano lacquer high gloss desk finish\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Temperature Baked Piano Lacquer\u003c\/h3\u003e\n          \u003cp\u003eA stunning \u003cb\u003eHigh Gloss Desk\u003c\/b\u003e finish. Cured at high temperatures, it offers superior brightness, scratch resistance, and easy cleaning.\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_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_19.webp?v=1778728874\" alt=\"Diamond-shaped lacquered slanted legs for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDiamond-Shaped Lacquered Slanted Legs\u003c\/h3\u003e\n          \u003cp\u003eExperience unmatched stability. The innovative diamond beveling design prevents wobbling while providing exceptional load-bearing support.\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_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_20.webp?v=1778728875\" alt=\"Beveled round-edge tabletop for luxury executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBeveled Round-Edge Tabletop\u003c\/h3\u003e\n          \u003cp\u003eWork with complete safety. Thoughtfully polished rounded corners prevent accidental bumps while flowing lines enhance visual depth.\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_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_21.webp?v=1778728876\" alt=\"High-capacity storage cabinet for L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Capacity Storage Cabinet\u003c\/h3\u003e\n          \u003cp\u003eFunctioning as an \u003cb\u003eL-Shaped Executive Desk\u003c\/b\u003e, the cabinet organizes your PC, documents, and daily essentials cleanly.\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_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_22.webp?v=1778728877\" alt=\"Style options for Kaguyasu luxury executive desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColor Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_23.webp?v=1778728880\" alt=\"Color options for Kaguyasu high gloss L-shaped 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 MDF \/ fiberboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003eHigh-temperature baked piano lacquer high gloss finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesk Layout\u003c\/th\u003e\n              \u003ctd\u003eL-shaped executive desk layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLeg Design\u003c\/th\u003e\n              \u003ctd\u003eDiamond-shaped lacquered slanted legs\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eTabletop Edge\u003c\/th\u003e\n              \u003ctd\u003eBeveled round-edge tabletop with polished rounded corners\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eHigh-capacity storage cabinet for PC, documents, and daily essentials\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_detailed_images_1.jpg?v=1778825045\" alt=\"Luxury executive desk high gloss L-shaped 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 desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDesk Layout:\u003c\/b\u003e The product uses an L-shaped executive desk layout for modern leadership spaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFinish:\u003c\/b\u003e The high-temperature baked piano lacquer creates a high gloss desk surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage:\u003c\/b\u003e The high-capacity cabinet organizes PC equipment, documents, and daily essentials.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eEdge Design:\u003c\/b\u003e Beveled round-edge tabletop corners help reduce accidental bumps.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle \u0026amp; Color:\u003c\/b\u003e Please refer to the style options and color 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 finish does this luxury executive desk use?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a high-temperature baked piano lacquer finish with a high gloss surface.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat board material is listed for this desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1-grade MDF \/ fiberboard.\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 desk includes a high-capacity storage cabinet for PC equipment, documents, and daily essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat stability feature does the desk have?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description highlights diamond-shaped lacquered slanted legs designed for stability and load-bearing support.\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=\"KaguReadMoreTriggerLBZ2150\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2150\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011284795440,"sku":"LBZ-2150-01","price":1631.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011284828208,"sku":"LBZ-2150-02","price":1826.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011284860976,"sku":"LBZ-2150-03","price":2000.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011284893744,"sku":"LBZ-2150-04","price":2171.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011284926512,"sku":"LBZ-2150-05","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011284959280,"sku":"LBZ-2150-06","price":1631.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011284992048,"sku":"LBZ-2150-07","price":1826.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011285024816,"sku":"LBZ-2150-08","price":2000.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011285057584,"sku":"LBZ-2150-09","price":2171.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011285090352,"sku":"LBZ-2150-10","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011285123120,"sku":"LBZ-2150-11","price":1631.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011285155888,"sku":"LBZ-2150-12","price":1826.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011285188656,"sku":"LBZ-2150-13","price":2000.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011285221424,"sku":"LBZ-2150-14","price":2171.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011285254192,"sku":"LBZ-2150-15","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011285286960,"sku":"LBZ-2150-16","price":1631.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011285319728,"sku":"LBZ-2150-17","price":1826.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011285352496,"sku":"LBZ-2150-18","price":2000.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011285385264,"sku":"LBZ-2150-19","price":2171.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011285418032,"sku":"LBZ-2150-20","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File atch \/ 239cm x 41cm x 180cm","offer_id":43011285450800,"sku":"WJG-2079-01","price":3004.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File atch \/ 320cm x 41cm x 180cm","offer_id":43011285483568,"sku":"WJG-2079-02","price":3488.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ File atch \/ 239cm x 41cm x 180cm","offer_id":43011285516336,"sku":"WJG-2079-03","price":3004.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ File atch \/ 320cm x 41cm x 180cm","offer_id":43011285549104,"sku":"WJG-2079-04","price":3488.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Chair \/ Chair * 1","offer_id":42944200114224,"sku":"LBY-2027-01","price":460.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_desk_high_gloss_l-shaped_desk_kaguyasuLBZ-2150_main_images.jpg?v=1778825040"},{"product_id":"large-wood-corner-workstation-bgz-2018","title":"Large Corner Desk | Office Corner Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eWorkspace Privacy:\u003c\/b\u003e A booth-style \u003cb\u003elarge corner desk\u003c\/b\u003e featuring frosted acrylic partition panels.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e An ergonomic \u003cb\u003eoffice desk with drawers and shelves\u003c\/b\u003e for a clutter-free setup.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Materials:\u003c\/b\u003e A heavy-duty \u003cb\u003ewood corner desk\u003c\/b\u003e crafted from E1-grade eco-friendly boards.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Storage:\u003c\/b\u003e Maximize productivity with this versatile \u003cb\u003edesk with hutch\u003c\/b\u003e configuration.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCurved Thickened Desktop:\u003c\/b\u003e A smooth curved desktop with a 1-inch thickened panel supports stable, comfortable, and efficient daily work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZ2018\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eBooth-Style Minimalist Employee Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_main_images_27.webp?v=1778729586\" alt=\"Large corner desk office corner desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA booth-style large corner desk with frosted acrylic partition panels, E1-grade eco-friendly boards, curved desktop design, lockable movable cabinet storage, and a desk with hutch configuration.\u003c\/p\u003e\n\n      \u003ch2\u003eCommercial Desktop Layout Analysis\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_1.jpg?v=1779160610\" alt=\"Commercial desktop layout analysis for large corner desk\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_30.webp?v=1778729604\" alt=\"Durable E1 grade eco-friendly desk board\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable E1 Grade Eco-Friendly Desk Board\u003c\/h3\u003e\n          \u003cp\u003eEngineered for safe, commercial longevity. These healthy materials offer low formaldehyde release, high strength against cracking, and exceptional heavy-duty load-bearing capacity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_35.webp?v=1778729678\" alt=\"Acrylic frosted partition panel for desk privacy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAcrylic Frosted Partition Panel for Privacy\u003c\/h3\u003e\n          \u003cp\u003eBlock ambient noise effectively. The translucent modesty panel protects your privacy without entirely disrupting communication between colleagues and team members.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_28.webp?v=1778729652\" alt=\"Curved desktop design for space optimization\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCurved Desktop Design for Space Optimization\u003c\/h3\u003e\n          \u003cp\u003eExperience unrestricted movement. Smooth curves soften the edges of this \u003cb\u003elarge corner desk\u003c\/b\u003e, optimizing office space usage while significantly enhancing visual aesthetics.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_31.webp?v=1778729635\" alt=\"Office desk with drawers and shelves storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOffice Desk with Drawers and Shelves Storage\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials accessible and secure. The movable cabinet features a lock and key, ensuring privacy for important documents.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_5.jpg?v=1779160611\" alt=\"Heavy-duty thickened desk with hutch surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Thickened Desk With Hutch Surface\u003c\/h3\u003e\n          \u003cp\u003eBuilt for demanding daily use. The 1-inch thickened panel of this \u003cb\u003edesk with hutch\u003c\/b\u003e is scratch-resistant, wear-resistant, and provides a stable, wobble-free workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_33.webp?v=1778729573\" alt=\"Matching ergonomic office chair options\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMatching Ergonomic Office Chair Options\u003c\/h3\u003e\n          \u003cp\u003ePair your desk perfectly. Choose ergonomic chairs designed to scientifically support spinal curves, ensuring comfort during long hours of productivity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesk Style\u003c\/th\u003e\n              \u003ctd\u003eBooth-style minimalist employee desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n              \u003ctd\u003eE1-grade eco-friendly board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePartition Panel\u003c\/th\u003e\n              \u003ctd\u003eFrosted acrylic partition panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop Design\u003c\/th\u003e\n              \u003ctd\u003eCurved desktop design with 1-inch thickened panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eDrawers, shelves, desk with hutch configuration, and movable cabinet with lock and key\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_2.jpg?v=1779160611\" alt=\"Large corner desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this office corner desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eWorkspace Privacy:\u003c\/b\u003e The booth-style design includes frosted acrylic partition panels.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Layout:\u003c\/b\u003e The desk includes drawers, shelves, a hutch configuration, and a movable cabinet with lock and key.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The product description lists E1-grade eco-friendly boards.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSurface:\u003c\/b\u003e The 1-inch thickened panel is described as scratch-resistant and wear-resistant.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDimension Unit:\u003c\/b\u003e Dimensions are shown in centimeters.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this large corner desk include privacy panels?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk features frosted acrylic partition panels for booth-style workspace privacy.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this office corner desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes drawers, shelves, a desk with hutch configuration, and a movable cabinet with lock and key.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for the desk board?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1-grade eco-friendly boards.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the desktop panel thickness?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a 1-inch thickened panel.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZ2018\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ2018\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single Seat \/ Left Side Cabinet \/ 150 cm x 140 cm x 109 cm","offer_id":43011284402224,"sku":"BGZ-2018-01","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"Single Seat \/ Right Side Cabinet \/ 150 cm x 140 cm x 109 cm","offer_id":43011284434992,"sku":"BGZ-2018-02","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 2-Seater \/ 269 cm x 140 cm x 109 cm","offer_id":43011284467760,"sku":"BGZ-2018-03","price":1376.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ Left Side Cabinet \/ 150 cm x 279 cm x 109 cm","offer_id":43011284500528,"sku":"BGZ-2018-04","price":1510.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ Right Side Cabinet \/ 150 cm x 279 cm x 109 cm","offer_id":43011284533296,"sku":"BGZ-2018-05","price":1510.0,"currency_code":"GBP","in_stock":true},{"title":"3-Seater \/ Left Side Cabinet \/ 150 cm x 419 cm x 109 cm","offer_id":43011284566064,"sku":"BGZ-2018-06","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"3-Seater \/ Right Side Cabinet \/ 150 cm x 419 cm x 109 cm","offer_id":43011284598832,"sku":"BGZ-2018-07","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"Face to Face 4-Seater \/ 269 cm x 279 cm x 109 cm","offer_id":43011284631600,"sku":"BGZ-2018-08","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 4-Seater \/ 269 cm x 279 cm x 109 cm","offer_id":43011284664368,"sku":"BGZ-2018-09","price":2529.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 6-Seater \/ 269 cm x 419 cm x 109 cm","offer_id":43011284697136,"sku":"BGZ-2018-10","price":3057.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 8-Seater \/ 269 cm x 559 cm x 109 cm","offer_id":43011284729904,"sku":"BGZ-2018-11","price":3666.0,"currency_code":"GBP","in_stock":true},{"title":"Chair * 1 \/ 63.5 cm x 63.5 cm x 89~102 cm","offer_id":43372736806960,"sku":"BGY-2067-01","price":186.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_main_images_2.jpg?v=1779160605"},{"product_id":"modern-two-tone-boss-desk-lbz-2191","title":"Modern Boss Desk | Two-Tone L-Shaped Executive Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"\\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\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eExecutive Presence:\u003c\/b\u003e A premium \u003cb\u003eTwo-Tone Executive Desk\u003c\/b\u003e designed for modern leadership spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Workspace:\u003c\/b\u003e High-capacity \u003cb\u003eL-Shaped Executive Desk\u003c\/b\u003e tailored for dual monitors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSecure Organization:\u003c\/b\u003e A password-protected \u003cb\u003eDesk with Storage Drawers\u003c\/b\u003e for sensitive business files.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e 5cm thickened desktop featuring eco-friendly boards and smart cable routing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eIntegrated Cooling Support:\u003c\/b\u003e Dedicated CPU ventilation holes promote continuous airflow to help protect computer hardware during daily use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2191\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eModern Luxury Multi-Functional Executive Desk\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_main_images_41.webp?v=1778728957\" alt=\"Modern boss desk two-tone L-shaped executive desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eA modern luxury executive desk with a two-tone L-shaped layout, widened workspace, eco-friendly E1 grade board, cable routing, side cabinet storage, and password-protected organization.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_1.webp?v=1778728900\" alt=\"Eco-friendly E1 grade board for 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\u003eBuilt for safety and endurance. The high-quality board resists cracking and wear, offering an odorless and healthy corporate workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_2.webp?v=1778728900\" alt=\"Expansive two-tone executive desk workspace\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eExpansive Two-Tone Workspace\u003c\/h3\u003e\n\u003cp\u003eMaximize your efficiency. The widened desktop provides ample room for files and hardware, helping reduce any cramped feeling during daily work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_1_b833cc47-e952-4247-8cd4-8438c7704250.jpg?v=1778825056\" alt=\"Heavy-duty two-inch desktop for two-tone executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy-Duty 2-Inch Desktop\u003c\/h3\u003e\n\u003cp\u003eExperience unshakable stability. The 2-inch thick top supports long-lasting durability, while the \u003cb\u003eTwo-Tone Executive Desk\u003c\/b\u003e finish adds a modern flair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_4.webp?v=1778728974\" alt=\"Desktop cable management for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDesktop Cable Management\u003c\/h3\u003e\n\u003cp\u003eKeep your \u003cb\u003eL-Shaped Executive Desk\u003c\/b\u003e clutter-free. The concealed routing system cleanly organizes your hardware wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_5.webp?v=1778728910\" alt=\"Under-desk wiring integration for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eUnder-Desk Wiring Integration\u003c\/h3\u003e\n\u003cp\u003eEliminate safety risks. Pre-installed under-desk outlet slots hide cables, creating a clean and organized workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_1.jpg?v=1778729021\" alt=\"High-capacity side cabinet for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eKeep essentials within reach. This powerful side cabinet categorizes your folders and securely houses your computer tower.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_6.webp?v=1778728957\" alt=\"Password-protected storage drawers for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePassword-Protected Security\u003c\/h3\u003e\n\u003cp\u003eFunctioning as a secure \u003cb\u003eDesk with Storage Drawers\u003c\/b\u003e, the mechanical lock safeguards sensitive business documents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_7.webp?v=1778728961\" alt=\"Integrated CPU cooling vents for executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated CPU Cooling Vents\u003c\/h3\u003e\n\u003cp\u003eProtect your hardware. Dedicated CPU ventilation holes promote continuous cooling, effectively extending your computer's lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_8.webp?v=1778728992\" alt=\"Style options for Kaguyasu modern boss desk\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eColor Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_10.webp?v=1778729208\" alt=\"Color options for Kaguyasu two-tone executive 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\"\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 Thickness\u003c\/th\u003e\n\u003ctd\u003e2 inches \/ 5cm thickened desktop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWorkspace Layout\u003c\/th\u003e\n\u003ctd\u003eTwo-tone L-shaped executive desk layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eDesktop cable routing and under-desk wiring integration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eHigh-capacity side cabinet and storage drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSecurity\u003c\/th\u003e\n\u003ctd\u003ePassword-protected \/ mechanical lock storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n\u003ctd\u003ecm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_detailed_images_2.jpg?v=1778825057\" alt=\"Modern two-tone L-shaped executive desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important information for this modern executive desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eWorkspace Planning:\u003c\/b\u003e The desk uses a two-tone L-shaped layout with a widened desktop for files and hardware.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCable Routing:\u003c\/b\u003e Desktop cable management and under-desk wiring integration help keep hardware wires organized.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStorage:\u003c\/b\u003e The side cabinet categorizes folders and houses a computer tower.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSecurity:\u003c\/b\u003e The storage drawers include password-protected \/ mechanical lock security for sensitive business documents.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCPU Ventilation:\u003c\/b\u003e Dedicated CPU ventilation holes support continuous cooling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStyle \u0026amp; Color:\u003c\/b\u003e Please refer to the style options and color options images for available configurations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this executive desk include cable management?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product description includes desktop cable management and under-desk wiring integration for organizing hardware wires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this desk include storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes a high-capacity side cabinet and storage drawers for files, computer hardware, and business documents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the storage area include security features?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The storage drawers include password-protected \/ mechanical lock security for sensitive business documents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the desktop thickness?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe product description lists a 2-inch desktop and a 5cm thickened desktop.\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=\"KaguReadMoreTriggerLBZ2191\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2191\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ Day \/ Without Side Cabinet \/ 160cm x 79cm x 76cm","offer_id":43011283189808,"sku":"LBZ-2191-01","price":910.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011283222576,"sku":"LBZ-2191-02","price":1372.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011283255344,"sku":"LBZ-2191-03","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011283288112,"sku":"LBZ-2191-04","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011283320880,"sku":"LBZ-2191-05","price":2042.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011283353648,"sku":"LBZ-2191-06","price":2147.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 279cm x 160cm x 76cm","offer_id":43011283386416,"sku":"LBZ-2191-07","price":2320.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Left \/ 300cm x 160cm x 76cm","offer_id":43011283419184,"sku":"LBZ-2191-08","price":2479.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011283451952,"sku":"LBZ-2191-09","price":1372.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011283484720,"sku":"LBZ-2191-10","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011283517488,"sku":"LBZ-2191-11","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011283550256,"sku":"LBZ-2191-12","price":2042.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011283583024,"sku":"LBZ-2191-13","price":2147.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 279cm x 160cm x 76cm","offer_id":43011283615792,"sku":"LBZ-2191-14","price":2320.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Side Cabinet on the Right \/ 300cm x 160cm x 76cm","offer_id":43011283648560,"sku":"LBZ-2191-15","price":2479.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Day \/ Without Side Cabinet \/ 160cm x 79cm x 76cm","offer_id":43011283681328,"sku":"LBZ-2191-16","price":910.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011283714096,"sku":"LBZ-2191-17","price":1372.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011283746864,"sku":"LBZ-2191-18","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011283779632,"sku":"LBZ-2191-19","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011283812400,"sku":"LBZ-2191-20","price":2042.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011283845168,"sku":"LBZ-2191-21","price":2147.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 279cm x 160cm x 76cm","offer_id":43011283877936,"sku":"LBZ-2191-22","price":2320.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ 300cm x 160cm x 76cm","offer_id":43011283910704,"sku":"LBZ-2191-23","price":2479.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011283943472,"sku":"LBZ-2191-24","price":1372.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011283976240,"sku":"LBZ-2191-25","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011284009008,"sku":"LBZ-2191-26","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011284041776,"sku":"LBZ-2191-27","price":2042.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011284074544,"sku":"LBZ-2191-28","price":2147.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 279cm x 160cm x 76cm","offer_id":43011284107312,"sku":"LBZ-2191-29","price":2320.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ 300cm x 160cm x 76cm","offer_id":43011284140080,"sku":"LBZ-2191-30","price":2479.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File Storage \/ 239cm x 41cm x 201cm","offer_id":43011284172848,"sku":"WJG-2077-01","price":2272.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File Storage \/ 320cm x 41cm x 201cm","offer_id":43011284205616,"sku":"WJG-2077-02","price":2599.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ File Storage \/ 239cm x 41cm x 201cm","offer_id":43011284238384,"sku":"WJG-2077-03","price":2272.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ File Storage \/ 320cm x 41cm x 201cm","offer_id":43011284271152,"sku":"WJG-2077-04","price":2599.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Chair \/ 66 cm x 66 cm x 127~132.1cm","offer_id":43254511796272,"sku":"LBY-2008-02","price":359.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Chair \/ 66cmx66cmx127~132.1cm","offer_id":43254511829040,"sku":"LBY-2008-03","price":359.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ Chair \/ 66cm x 66cm x 127~132.1cm","offer_id":43254511861808,"sku":"LBY-2008-04","price":359.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_boss_desk_two-tone_l-shaped_executive_desk_kaguyasuLBZ-2191_main_images_14.webp?v=1778728939"},{"product_id":"small-curved-modern-reception-jdt-7179","title":"Small Curved Reception Desk | Modern Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Aesthetics:\u003c\/b\u003e A \u003cb\u003eModern Reception Desk\u003c\/b\u003e featuring striking cylindrical bar decorations.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Design:\u003c\/b\u003e An efficient \u003cb\u003esmall salon receptionist desk\u003c\/b\u003e tailored for modern boutiques.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBrand Identity:\u003c\/b\u003e Customizable front panel ready to display your corporate logo.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWorkplace Safety:\u003c\/b\u003e A \u003cb\u003esmall curved reception desk\u003c\/b\u003e with finely polished, rounded edges.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOrganized Reception Storage:\u003c\/b\u003e Internal storage layout helps separate documents and keep the reception workspace clean and efficient.\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=\"KaguReadMoreTriggerJDT7179\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Curved Reception Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-1.jpg?v=1768542286\" alt=\"Small curved modern reception desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA modern curved reception desk with cylindrical bar decorations, rounded edges, customizable logo display, and organized storage for commercial reception areas.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-2.jpg?v=1768542295\" alt=\"Small salon receptionist desk for boutique spaces\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Small Salon Receptionist Desk Solutions\u003c\/h3\u003e\n          \u003cp\u003ePerfectly adaptable. Ideal for beauty studios seeking a stylish, space-saving, and professional \u003cb\u003esmall salon receptionist desk\u003c\/b\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-3.jpg?v=1768542301\" alt=\"E1 grade high-density board core material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eE1 Grade High-Density Board Core Material\u003c\/h3\u003e\n          \u003cp\u003eEngineered for commercial durability. This premium density board ensures exceptional strength, corrosion resistance, and a delicate, uniform texture.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-4.jpg?v=1768542307\" alt=\"Cylindrical bar design front panel for reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eStylish Cylindrical Bar Design Front Panel\u003c\/h3\u003e\n          \u003cp\u003eCatch every visitor's attention. Clean lines and unique cylindrical details create a high-end, professional aesthetic for your commercial lobby.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-5.jpg?v=1768542311\" alt=\"Stainless steel metal accent details for curved reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRefined Stainless Steel Metal Accent Details\u003c\/h3\u003e\n          \u003cp\u003eEnhance overall elegance. Sleek metallic finishes deliver a clean, refined texture, complementing your \u003cb\u003ecurved reception desk\u003c\/b\u003e design.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-6.jpg?v=1768542317\" alt=\"Polished rounded corners for reception desk safety\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSafe Polished Rounded Corners for Protection\u003c\/h3\u003e\n          \u003cp\u003eCombine aesthetics with safety. Finely polished curved edges help prevent accidental bumps in high-traffic areas, supporting a secure work 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\/0780\/8693\/0718\/files\/JDT-7179-7.jpg?v=1768542322\" alt=\"Customizable brand logo front panel design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustomizable Brand Logo Front Panel Design\u003c\/h3\u003e\n          \u003cp\u003eShowcase your brand identity proudly. Support personalized logo customization to elevate brand awareness across your commercial reception area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-8.jpg?v=1768542328\" alt=\"Storage layout for small curved reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Storage for Small Curved Reception Desk\u003c\/h3\u003e\n          \u003cp\u003eMaximize daily efficiency. The well-organized layout of this \u003cb\u003esmall curved reception desk\u003c\/b\u003e separates documents, keeping your workspace clutter-free.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_internal-layout-1_ec52a96c-3e3c-452c-ac96-c1bbb251f3fe.jpg?v=1755673926\" alt=\"Custom internal layout option for reception desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColor Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/JDT-7179-12.jpg?v=1768542364\" alt=\"Color options for Kaguyasu modern curved reception 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\"\u003eCore Material\u003c\/th\u003e\n              \u003ctd\u003eE1 grade high-density board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAccent Details\u003c\/th\u003e\n              \u003ctd\u003eStainless steel metal accents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eFront panel logo customization supported\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eOrganized internal storage layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_curved_reception_desk_modern_reception_desk_kaguyasuJDT-7179_detailed_images.png?v=1779272365\" alt=\"Small curved reception 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 modern reception desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eBrand Customization:\u003c\/b\u003e The front panel supports personalized logo customization.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Layout:\u003c\/b\u003e The internal layout helps separate documents and keep the workspace organized.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCorner Design:\u003c\/b\u003e Finely polished curved edges support safer use in high-traffic reception areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Please refer to the color options image for available finishes.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the front panel logo be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The front panel supports personalized logo customization.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for the core structure?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists an E1 grade high-density board core material.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this small curved reception desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes an organized internal storage layout for separating documents and keeping the workspace clutter-free.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat safety detail does the desk include?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe desk features finely polished curved edges to help prevent accidental bumps in high-traffic areas.\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=\"KaguReadMoreTriggerJDT7179\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7179\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ 150cm x 61cm x 99cm","offer_id":43011280371760,"sku":"JDT-7179-01","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 160cm x 61cm x 99cm","offer_id":43011280404528,"sku":"JDT-7179-02","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 180cm x 61cm x 99cm","offer_id":43011280437296,"sku":"JDT-7179-03","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 201cm x 61cm x 99cm","offer_id":43011280470064,"sku":"JDT-7179-04","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 221cm x 61cm x 99cm","offer_id":43011280502832,"sku":"JDT-7179-05","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 239cm x 61cm x 99cm","offer_id":43011280535600,"sku":"JDT-7179-06","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 259cm x 61cm x 99cm","offer_id":43011280568368,"sku":"JDT-7179-07","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 279cm x 61cm x 99cm","offer_id":43011280601136,"sku":"JDT-7179-08","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 300cm x 61cm x 99cm","offer_id":43011280633904,"sku":"JDT-7179-09","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 320cm x 61cm x 99cm","offer_id":43011280666672,"sku":"JDT-7179-10","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 340cm x 61cm x 99cm","offer_id":43011280699440,"sku":"JDT-7179-11","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 361cm x 61cm x 99cm","offer_id":43011280732208,"sku":"JDT-7179-12","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 381cm x 61cm x 99cm","offer_id":43011280764976,"sku":"JDT-7179-13","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 399cm x 61cm x 99cm","offer_id":43011280797744,"sku":"JDT-7179-14","price":3446.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 150cm x 61cm x 99cm","offer_id":43011280830512,"sku":"JDT-7179-15","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 160cm x 61cm x 99cm","offer_id":43011280863280,"sku":"JDT-7179-16","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 180cm x 61cm x 99cm","offer_id":43011280896048,"sku":"JDT-7179-17","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 201cm x 61cm x 99cm","offer_id":43011280928816,"sku":"JDT-7179-18","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 221cm x 61cm x 99cm","offer_id":43011280961584,"sku":"JDT-7179-19","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 239cm x 61cm x 99cm","offer_id":43011280994352,"sku":"JDT-7179-20","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 259cm x 61cm x 99cm","offer_id":43011281027120,"sku":"JDT-7179-21","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 279cm x 61cm x 99cm","offer_id":43011281059888,"sku":"JDT-7179-22","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 300cm x 61cm x 99cm","offer_id":43011281092656,"sku":"JDT-7179-23","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 320cm x 61cm x 99cm","offer_id":43011281125424,"sku":"JDT-7179-24","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 340cm x 61cm x 99cm","offer_id":43011281158192,"sku":"JDT-7179-25","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 361cm x 61cm x 99cm","offer_id":43011281190960,"sku":"JDT-7179-26","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 381cm x 61cm x 99cm","offer_id":43011281223728,"sku":"JDT-7179-27","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ 399cm x 61cm x 99cm","offer_id":43011281256496,"sku":"JDT-7179-28","price":3446.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 150cm x 61cm x 99cm","offer_id":43011281289264,"sku":"JDT-7179-29","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 160cm x 61cm x 99cm","offer_id":43011281322032,"sku":"JDT-7179-30","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 180cm x 61cm x 99cm","offer_id":43011281354800,"sku":"JDT-7179-31","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 201cm x 61cm x 99cm","offer_id":43011281387568,"sku":"JDT-7179-32","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 221cm x 61cm x 99cm","offer_id":43011281420336,"sku":"JDT-7179-33","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 239cm x 61cm x 99cm","offer_id":43011281453104,"sku":"JDT-7179-34","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 259cm x 61cm x 99cm","offer_id":43011281485872,"sku":"JDT-7179-35","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 279cm x 61cm x 99cm","offer_id":43011281518640,"sku":"JDT-7179-36","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 300cm x 61cm x 99cm","offer_id":43011281551408,"sku":"JDT-7179-37","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 320cm x 61cm x 99cm","offer_id":43011281584176,"sku":"JDT-7179-38","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 340cm x 61cm x 99cm","offer_id":43011281616944,"sku":"JDT-7179-39","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 361cm x 61cm x 99cm","offer_id":43011281649712,"sku":"JDT-7179-40","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 381cm x 61cm x 99cm","offer_id":43011281682480,"sku":"JDT-7179-41","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"Turquoise \/ 399cm x 61cm x 99cm","offer_id":43011281715248,"sku":"JDT-7179-42","price":3446.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 150cm x 61cm x 99cm","offer_id":43011281748016,"sku":"JDT-7179-43","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 160cm x 61cm x 99cm","offer_id":43011281780784,"sku":"JDT-7179-44","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 180cm x 61cm x 99cm","offer_id":43011281813552,"sku":"JDT-7179-45","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 201cm x 61cm x 99cm","offer_id":43011281846320,"sku":"JDT-7179-46","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 221cm x 61cm x 99cm","offer_id":43011281879088,"sku":"JDT-7179-47","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 239cm x 61cm x 99cm","offer_id":43011281911856,"sku":"JDT-7179-48","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 259cm x 61cm x 99cm","offer_id":43011281944624,"sku":"JDT-7179-49","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 279cm x 61cm x 99cm","offer_id":43011281977392,"sku":"JDT-7179-50","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 300cm x 61cm x 99cm","offer_id":43011282010160,"sku":"JDT-7179-51","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 320cm x 61cm x 99cm","offer_id":43011282042928,"sku":"JDT-7179-52","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 340cm x 61cm x 99cm","offer_id":43011282075696,"sku":"JDT-7179-53","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 361cm x 61cm x 99cm","offer_id":43011282108464,"sku":"JDT-7179-54","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 381cm x 61cm x 99cm","offer_id":43011282141232,"sku":"JDT-7179-55","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 399cm x 61cm x 99cm","offer_id":43011282174000,"sku":"JDT-7179-56","price":3446.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 150cm x 61cm x 99cm","offer_id":43011282206768,"sku":"JDT-7179-57","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 160cm x 61cm x 99cm","offer_id":43011282239536,"sku":"JDT-7179-58","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 180cm x 61cm x 99cm","offer_id":43011282272304,"sku":"JDT-7179-59","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 201cm x 61cm x 99cm","offer_id":43011282305072,"sku":"JDT-7179-60","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 221cm x 61cm x 99cm","offer_id":43011282337840,"sku":"JDT-7179-61","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 239cm x 61cm x 99cm","offer_id":43011282370608,"sku":"JDT-7179-62","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 259cm x 61cm x 99cm","offer_id":43011282403376,"sku":"JDT-7179-63","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 279cm x 61cm x 99cm","offer_id":43011282436144,"sku":"JDT-7179-64","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 300cm x 61cm x 99cm","offer_id":43011282468912,"sku":"JDT-7179-65","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 320cm x 61cm x 99cm","offer_id":43011282501680,"sku":"JDT-7179-66","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 340cm x 61cm x 99cm","offer_id":43011282534448,"sku":"JDT-7179-67","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 361cm x 61cm x 99cm","offer_id":43011282567216,"sku":"JDT-7179-68","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 381cm x 61cm x 99cm","offer_id":43011282599984,"sku":"JDT-7179-69","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 399cm x 61cm x 99cm","offer_id":43011282632752,"sku":"JDT-7179-70","price":3446.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 150cm x 61cm x 99cm","offer_id":43011282665520,"sku":"JDT-7179-71","price":1961.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 160cm x 61cm x 99cm","offer_id":43011282698288,"sku":"JDT-7179-72","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 180cm x 61cm x 99cm","offer_id":43011282731056,"sku":"JDT-7179-73","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 201cm x 61cm x 99cm","offer_id":43011282763824,"sku":"JDT-7179-74","price":2489.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 221cm x 61cm x 99cm","offer_id":43011282796592,"sku":"JDT-7179-75","price":2532.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 239cm x 61cm x 99cm","offer_id":43011282829360,"sku":"JDT-7179-76","price":2639.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 259cm x 61cm x 99cm","offer_id":43011282862128,"sku":"JDT-7179-77","price":2867.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 279cm x 61cm x 99cm","offer_id":43011282894896,"sku":"JDT-7179-78","price":3013.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 300cm x 61cm x 99cm","offer_id":43011282927664,"sku":"JDT-7179-79","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 320cm x 61cm x 99cm","offer_id":43011282960432,"sku":"JDT-7179-80","price":3144.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 340cm x 61cm x 99cm","offer_id":43011282993200,"sku":"JDT-7179-81","price":3219.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 361cm x 61cm x 99cm","offer_id":43011283025968,"sku":"JDT-7179-82","price":3278.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 381cm x 61cm x 99cm","offer_id":43011283058736,"sku":"JDT-7179-83","price":3367.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Green \/ 399cm x 61cm x 99cm","offer_id":43011283091504,"sku":"JDT-7179-84","price":3446.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_curved_reception_desk_modern_reception_desk_kaguyasuJDT-7179-main_images_27.webp?v=1778726593"},{"product_id":"ergonomic-office-chair-premium-seating-uk-bgy-052","title":"Ergonomic Office Chair | Premium Office Seating UK | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3, \n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eEngineering Peak Workplace Performance\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eErgonomic Excellence:\u003c\/b\u003e A premium ergonomic office chair architecturally engineered with precision-targeted lumbar support to actively align posture and distribute body weight.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBreathable Climate Comfort:\u003c\/b\u003e Premium, high-tension suspension mesh computer chair designed to maximize ventilation, providing cooling comfort during intensive working hours.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCustomizable Posture Fluidity:\u003c\/b\u003e Highly adjustable chair mechanics including intuitive pneumatic lift and recline controls, adapting seamlessly to your personal workflow.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCommercial-Grade Reliability:\u003c\/b\u003e Setting a robust, high-performance standard for modern office seating UK workspaces, blending uncompromised durability with incredible value.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003ePremium Ergonomic Mesh Office Chair\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eTrue cognitive focus begins with physical alignment. This Task Chair represents a sophisticated approach to office wellness, removing the distractions of physical fatigue. Its minimalist profile houses a comprehensive network of adaptive supports¡ªmost notably a responsive lumbar matrix that conforms to your micro-movements. Enwrapped in contract-grade performance mesh, it honors the principles of \"Warm Minimalism\" by keeping lines clean and breathability absolute, ensuring high-focus executive environments stay effortlessly comfortable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_premium_office_seating_uk_kaguyasuBGY-m-052_detailed_images_2.jpg?v=1779161299\" alt=\"Kaguyasu Premium Ergonomic Mesh Office Chair with Dynamic Lumbar Support\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Professional Seating Series\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Elasticity Breathable Tech Mesh, Reinforced Engineered Framework\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorway\u003c\/th\u003e\n\u003ctd\u003eExecutive Core Black\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profile\u003c\/th\u003e\n\u003ctd\u003e17 kg (Solid, balanced anti-tip stability)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePhysical Footprint\u003cbr\u003e\u003csmall\u003e(W * D * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e64 * 45 * 105 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly Details\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Comes flat-packed with high-precision alignment hardware and components)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eStandardized Workspace Framework (Bespoke alterations not available)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eEnterprise Contract \u0026amp; Bulk Procurement\u003c\/h3\u003e\n    \u003cp\u003eThis professional seating series serves as a foundational blueprint for corporate office renovations, commercial tech hubs, and co-working environments throughout the United Kingdom and Europe. We are fully equipped to manage large-scale corporate specifications. For specialized project quotes, bulk container-level pricing, or formal tenders, please contact our commercial account team.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes Kaguyasu accept large-scale corporate and B2B bulk orders?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes, we specialize in high-volume enterprise contract furnishing. Whether you are scaling a single floor or a multi-city headquarters, we offer tiered commercial trade terms, direct freight logistics, and streamlined account management for corporate entities. Connect with our contract consultants to initiate a quote.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a commercial furniture assembly service available for this chair?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. While individual retail orders arrive flat-packed with an intuitive, self-guided hardware kit, we can arrange dedicated on-site professional assembly and office layout services for larger commercial project deployments. Please discuss your volume requirements and installation timelines with our B2B trade team.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat makes the dynamic lumbar support unique compared to standard chairs?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis ergonomic chair features an active, targeted lumbar mechanism that mimics the natural curvature of the human spine. Instead of a rigid barrier, it provides elastic resistance that counteracts lower-back pressure as you tilt or shift focus, drastically reducing slouching and posture-related stress during extended workflows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Type A","offer_id":42944205357104,"sku":"BGY-m-052-01","price":158.0,"currency_code":"GBP","in_stock":true},{"title":"Type B","offer_id":42944205389872,"sku":"BGY-m-052-02","price":169.0,"currency_code":"GBP","in_stock":true},{"title":"Type C","offer_id":42944205422640,"sku":"BGY-m-052-03","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Type D","offer_id":42944205455408,"sku":"BGY-m-052-04","price":205.0,"currency_code":"GBP","in_stock":true},{"title":"Type E","offer_id":42944205488176,"sku":"BGY-m-052-05","price":205.0,"currency_code":"GBP","in_stock":true},{"title":"Type F","offer_id":42944205520944,"sku":"BGY-m-052-06","price":216.0,"currency_code":"GBP","in_stock":true},{"title":"Type G","offer_id":42944205553712,"sku":"BGY-m-052-07","price":158.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_premium_office_seating_uk_kaguyasuBGY-m-052_main_images_6.webp?v=1778729562"},{"product_id":"computer-desk-heavy-duty-bgz-014","title":"Computer Desk | Heavy Duty Office Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eExtreme Stability:\u003c\/b\u003e A \u003cb\u003eheavy duty office desk\u003c\/b\u003e boasting an incredible 250kg load capacity for demanding setups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMinimalist Aesthetics:\u003c\/b\u003e Embrace the unadorned beauty of a \u003cb\u003edesk no drawers\u003c\/b\u003e, maximizing legroom and keeping the space visually clean.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eIndustrial Strength:\u003c\/b\u003e Crafted as a premium \u003cb\u003emetal computer desk\u003c\/b\u003e with a U-shaped steel frame that completely eliminates wobble.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVersatile Workstation:\u003c\/b\u003e Functions as a sleek \u003cb\u003eblack pc desk\u003c\/b\u003e for gaming or a spacious professional workstation for multiple monitors.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK014\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eMinimalist \u0026amp; Unadorned Desk Design\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_5.jpg?v=1779160661\" alt=\"Computer desk heavy duty office desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eA minimalist computer desk with a clean no-drawer design, spacious desktop surface, thick melamine decorative board tabletop, and heavy-duty steel frame support.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_3.jpg?v=1779160660\" alt=\"Thick anti-warp computer desk tabletop\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eThick \u0026amp; Anti-Warp Tabletop\u003c\/h3\u003e\n\u003cp\u003eInvest in long-lasting quality. Crafted from premium melamine decorative board, the thick tabletop features a uniform wood grain or solid finish. The high-density board itself does not easily break or deform, supporting a smooth surface for heavy daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_1.jpg?v=1779160660\" alt=\"Spacious desktop space for black PC desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpacious Desktop Space\u003c\/h3\u003e\n\u003cp\u003eSpread out and focus. Engineered to provide significantly more desktop space than a typical workstation, this desk supports comfortable workflow whether used as an expansive \u003cb\u003eblack pc desk\u003c\/b\u003e with multiple monitors or for laying out complex blueprints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_8.jpg?v=1779160661\" alt=\"Heavy duty metal computer desk frame\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy Duty Metal Computer Desk Frame\u003c\/h3\u003e\n\u003cp\u003eWork with confidence. This \u003cb\u003eheavy duty office desk\u003c\/b\u003e features a sturdy, thick steel frame built around a stable U-shaped structure. It firmly supports the listed 250kg load capacity without shaking, providing a stable, wobble-free experience for heavy equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_7.jpg?v=1779160661\" alt=\"Color options for Kaguyasu heavy duty computer desk\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack + White, White + White\u003cbr\u003eLight Walnut + White, Teak + White\u003cbr\u003eBlack + Black, White + Black\u003cbr\u003eLight Walnut + Black, Teak + Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e18¡§C40kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e250kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e100 ?¨¢ 50 ?¨¢ 74cm, 100 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e100 ?¨¢ 70 ?¨¢ 74cm, 120 ?¨¢ 50 ?¨¢ 74cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 80 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 50 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 70 ?¨¢ 74cm, 160 ?¨¢ 50 ?¨¢ 74cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eRequired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eNot possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_17.webp?v=1778729630\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important information for this heavy duty office desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This computer desk requires assembly after delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 250kg.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The listed material is melamine decorative board.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include Black + White, White + White, Light Walnut + White, Teak + White, Black + Black, White + Black, Light Walnut + Black, and Teak + Black.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this computer desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required for this computer desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this heavy duty office desk be customized?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe listed load capacity is 250kg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eAvailable color combinations include Black + White, White + White, Light Walnut + White, Teak + White, Black + Black, White + Black, Light Walnut + Black, and Teak + Black.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK014\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK014\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Black + White \/ 100*60*74cm","offer_id":42944215580720,"sku":"BGZ-014-01","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 140*60*74cm","offer_id":42944215613488,"sku":"BGZ-014-02","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 160*60*74cm","offer_id":42944215646256,"sku":"BGZ-014-03","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 200*60*74cm","offer_id":42944215679024,"sku":"BGZ-014-04","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 100*60*74cm","offer_id":42944215711792,"sku":"BGZ-014-05","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 140*60*74cm","offer_id":42944215744560,"sku":"BGZ-014-06","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 160*60*74cm","offer_id":42944215777328,"sku":"BGZ-014-07","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 200*60*74cm","offer_id":42944215810096,"sku":"BGZ-014-08","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 100*60*74cm","offer_id":42944215842864,"sku":"BGZ-014-09","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 140*60*74cm","offer_id":42944215875632,"sku":"BGZ-014-10","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 160*60*74cm","offer_id":42944215908400,"sku":"BGZ-014-11","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 200*60*74cm","offer_id":42944215941168,"sku":"BGZ-014-12","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 100*60*74cm","offer_id":42944215973936,"sku":"BGZ-014-13","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 140*60*74cm","offer_id":42944216006704,"sku":"BGZ-014-14","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 160*60*74cm","offer_id":42944216039472,"sku":"BGZ-014-15","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 200*60*74cm","offer_id":42944216072240,"sku":"BGZ-014-16","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 100*60*74cm","offer_id":42944216105008,"sku":"BGZ-014-17","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 140*60*74cm","offer_id":42944216137776,"sku":"BGZ-014-18","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 160*60*74cm","offer_id":42944216170544,"sku":"BGZ-014-19","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 200*60*74cm","offer_id":42944216203312,"sku":"BGZ-014-20","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 100*60*74cm","offer_id":42944216236080,"sku":"BGZ-014-21","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 140*60*74cm","offer_id":42944216268848,"sku":"BGZ-014-22","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 160*60*74cm","offer_id":42944216301616,"sku":"BGZ-014-23","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 200*60*74cm","offer_id":42944216334384,"sku":"BGZ-014-24","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 100*60*74cm","offer_id":42944216367152,"sku":"BGZ-014-25","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 140*60*74cm","offer_id":42944216399920,"sku":"BGZ-014-26","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 160*60*74cm","offer_id":42944216432688,"sku":"BGZ-014-27","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 200*60*74cm","offer_id":42944216465456,"sku":"BGZ-014-28","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 100*60*74cm","offer_id":42944216498224,"sku":"BGZ-014-29","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 140*60*74cm","offer_id":42944216530992,"sku":"BGZ-014-30","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 160*60*74cm","offer_id":42944216563760,"sku":"BGZ-014-31","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 200*60*74cm","offer_id":42944216596528,"sku":"BGZ-014-32","price":191.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_main_images_2.jpg?v=1779160655"},{"product_id":"small-folding-compact-computer-desk-bgz-k-008","title":"Small Folding Desk | Compact Computer Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Design:\u003c\/b\u003e A highly versatile \u003cb\u003esmall folding desk\u003c\/b\u003e designed for tight modern spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Core:\u003c\/b\u003e A sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e featuring a scratch-resistant melamine surface.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMobile Setup:\u003c\/b\u003e A lightweight, \u003cb\u003eportable office desk\u003c\/b\u003e with a heavy-duty foldable steel frame.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Storage:\u003c\/b\u003e An efficient \u003cb\u003ecompact computer desk\u003c\/b\u003e equipped with a convenient under-desk shelf.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Floor Support:\u003c\/b\u003e Adjustable anti-slip leveling feet help keep the desk steady on uneven floors.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK008\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eVersatile Small Folding Desk Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_16.webp?v=1778729722\" alt=\"Small folding desk compact computer desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eAdapt seamlessly to any room. This space-saving \u003cb\u003esmall folding desk\u003c\/b\u003e delivers exceptional usability and convenience for modern dynamic lifestyles. The simple design can be adapted to many scenes and locations.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_3.jpg?v=1779160647\" alt=\"Durable simple computer desk melamine surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Simple Computer Desk Surface\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium melamine laminate. This sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e resists water and daily scratches, ensuring effortless maintenance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_6.jpg?v=1779160648\" alt=\"Heavy-duty portable office desk steel frame\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Portable Office Desk Frame\u003c\/h3\u003e\n          \u003cp\u003eExperience exceptional structural support. The thick steel frame makes this \u003cb\u003eportable office desk\u003c\/b\u003e highly stable and visually sophisticated.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_7.jpg?v=1779160648\" alt=\"Compact computer desk with under-desk storage shelf\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCompact Computer Desk with Storage Shelf\u003c\/h3\u003e\n          \u003cp\u003eMaximize your available workspace. The built-in shelf on this \u003cb\u003ecompact computer desk\u003c\/b\u003e holds books and magazines for a clutter-free environment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_8.jpg?v=1779160648\" alt=\"Adjustable anti-slip leveling desk feet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Anti-Slip Leveling Desk Feet\u003c\/h3\u003e\n          \u003cp\u003eAdapt to uneven floors effortlessly. The silent, non-slip adjustable feet provide stable, wobble-free support for maximum ergonomic comfort.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_1.jpg?v=1779160647\" alt=\"Color options for Kaguyasu small folding desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite Maple, Natural, Walnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e7¡§C12kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e90kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ?¨¢ 40 ?¨¢ 75cm, 80 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e80 ?¨¢ 60 ?¨¢ 75cm, 100 ?¨¢ 40 ?¨¢ 75cm\u003cbr\u003e100 ?¨¢ 50 ?¨¢ 75cm, 100 ?¨¢ 60 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 40 ?¨¢ 75cm, 120 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_2.jpg?v=1779160647\" alt=\"Small folding desk compact computer desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this small folding desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This compact computer desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 80 ?¨¢ 40 ?¨¢ 75cm to 120 ?¨¢ 60 ?¨¢ 75cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 90kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include White Maple, Natural, and Walnut.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this small folding desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this small folding desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this compact computer desk be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 90kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include White Maple, Natural, and Walnut.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK008\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK008\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White Maple \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266183216,"sku":"BGZ-008-01","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266215984,"sku":"BGZ-008-03","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266248752,"sku":"BGZ-008-05","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266281520,"sku":"BGZ-008-07","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266314288,"sku":"BGZ-008-09","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266347056,"sku":"BGZ-008-11","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266379824,"sku":"BGZ-008-13","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266412592,"sku":"BGZ-008-15","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*60*75cm","offer_id":43011266445360,"sku":"BGZ-008-17","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*40*75cm","offer_id":43011266478128,"sku":"BGZ-008-02","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*50*75cm","offer_id":43011266510896,"sku":"BGZ-008-04","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*40*75cm","offer_id":43011266543664,"sku":"BGZ-008-08","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*50*75cm","offer_id":43011266576432,"sku":"BGZ-008-10","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*60*75cm","offer_id":43011266609200,"sku":"BGZ-008-12","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*40*75cm","offer_id":43011266641968,"sku":"BGZ-008-14","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*50*75cm","offer_id":43011266674736,"sku":"BGZ-008-16","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*60*75cm","offer_id":43011266707504,"sku":"BGZ-008-18","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266740272,"sku":"BGZ-008-19","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266773040,"sku":"BGZ-008-21","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266805808,"sku":"BGZ-008-23","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266838576,"sku":"BGZ-008-25","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266871344,"sku":"BGZ-008-27","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266904112,"sku":"BGZ-008-29","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266936880,"sku":"BGZ-008-31","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266969648,"sku":"BGZ-008-33","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267002416,"sku":"BGZ-008-35","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*40*75cm","offer_id":43011267035184,"sku":"BGZ-008-37","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*50*75cm","offer_id":43011267067952,"sku":"BGZ-008-39","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*60*75cm","offer_id":43011267100720,"sku":"BGZ-008-41","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*40*75cm","offer_id":43011267133488,"sku":"BGZ-008-43","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*50*75cm","offer_id":43011267166256,"sku":"BGZ-008-45","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*60*75cm","offer_id":43011267199024,"sku":"BGZ-008-47","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*40*75cm","offer_id":43011267231792,"sku":"BGZ-008-49","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*50*75cm","offer_id":43011267264560,"sku":"BGZ-008-51","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267297328,"sku":"BGZ-008-53","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*40*75cm","offer_id":43011267330096,"sku":"BGZ-008-54","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*50*75cm","offer_id":43011267362864,"sku":"BGZ-008-55","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*40*75cm","offer_id":43011267395632,"sku":"BGZ-008-56","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*50*75cm","offer_id":43011267428400,"sku":"BGZ-008-57","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*60*75cm","offer_id":43011267461168,"sku":"BGZ-008-58","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*40*75cm","offer_id":43011267493936,"sku":"BGZ-008-59","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*50*75cm","offer_id":43011267526704,"sku":"BGZ-008-60","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*60*75cm","offer_id":43011267559472,"sku":"BGZ-008-61","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*40*75cm","offer_id":43011267592240,"sku":"BGZ-008-62","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*50*75cm","offer_id":43011267625008,"sku":"BGZ-008-63","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*40*75cm","offer_id":43011267657776,"sku":"BGZ-008-64","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*50*75cm","offer_id":43011267690544,"sku":"BGZ-008-65","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*60*75cm","offer_id":43011267723312,"sku":"BGZ-008-66","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*40*75cm","offer_id":43011267756080,"sku":"BGZ-008-67","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*50*75cm","offer_id":43011267788848,"sku":"BGZ-008-68","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*60*75cm","offer_id":43011267821616,"sku":"BGZ-008-69","price":265.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_1.jpg?v=1779160641"},{"product_id":"work-chair-cross-legged-office-chair-yz-010","title":"Work Chair | Cross Legged Office Chair | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Seating Area:\u003c\/b\u003e The seat has ample depth and width, allowing you to sit deeply on the chair while minimizing gaps behind your knees.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThick Cushion:\u003c\/b\u003e Filled with high-rebound urethane that excels in elasticity and resilience for a soft, comfortable seating experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSupportive Backrest:\u003c\/b\u003e The silicone-filled backrest feels soft while firmly supporting your back.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCarbon Steel Frame:\u003c\/b\u003e A sturdy carbon steel frame provides higher strength than ordinary steel and supports long-term use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomizable Color Choice:\u003c\/b\u003e Multiple color options and color customization help match different office, lounge, and workspace styles.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerYZ010\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eA Minimalist Sofa Chair\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_1.jpg?v=1779161178\" alt=\"Work chair cross legged office chair by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA minimalist work chair with a spacious seat, thick high-rebound urethane cushion, silicone-filled backrest, and sturdy carbon steel frame for a comfortable sitting experience.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_9.jpg?v=1779161181\" alt=\"Spacious seating area for Kaguyasu work chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seating Area\u003c\/h3\u003e\n          \u003cp\u003eThe seat has ample depth and width, allowing you to sit deeply on the chair and minimizing gaps behind your knees for a comfortable fit.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_8.jpg?v=1779161180\" alt=\"Thick cushion with high-rebound urethane\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Cushion\u003c\/h3\u003e\n          \u003cp\u003eFilled with high-rebound urethane that excels in elasticity and resilience, it offers a soft and comfortable seating experience and resists sagging even after prolonged 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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_6.jpg?v=1779161180\" alt=\"Silicone-filled backrest for soft support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSilicone-Filled Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe backrest feels soft while firmly supporting your back, giving you a fluffy and comfortable leaning sensation.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_7.jpg?v=1779161180\" alt=\"Sturdy carbon steel frame for work chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSturdy Carbon Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eCarbon steel has higher strength than ordinary steel, making it less likely to break even after long use and helping achieve high load capacity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_3.jpg?v=1779161179\" alt=\"Color options for Kaguyasu work chair\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMicrofiber leather, carbon steel\u003cbr\u003eHigh-rebound urethane, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOrange, Blue, Black\u003cbr\u003eGray, White, Brown, Green\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e16kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e70 ¡Á 70 ¡Á 82cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_2.jpg?v=1779161178\" alt=\"Kaguyasu work chair size 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 work chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This work chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you have any questions about the size, weight, or other product details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping source will be used. The shipping company and tracking number will be notified by email after shipment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Fee Notice:\u003c\/b\u003e If delivery is required, a delivery fee will be charged. If delivery is not required, please make arrangements to receive the goods on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, there may be slight differences in color, surface texture, and pattern, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photograph may differ from the actual product. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this work chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this work chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used for this chair?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials are microfiber leather, carbon steel, high-rebound urethane, and silicone fill.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this product be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\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=\"KaguReadMoreTriggerYZ010\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerYZ010\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Microfiber leather orange","offer_id":43060934377520,"sku":"YZ-010-1","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Blue","offer_id":43060934410288,"sku":"YZ-010-2","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Black","offer_id":43060934443056,"sku":"YZ-010-3","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Gray","offer_id":43060934475824,"sku":"YZ-010-4","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather White","offer_id":43060934508592,"sku":"YZ-010-5","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Brown","offer_id":43060934541360,"sku":"YZ-010-6","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Green","offer_id":43060934574128,"sku":"YZ-010-7","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Chairs * 2 + table","offer_id":43060934606896,"sku":"YZ-010-14","price":506.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_main_images_2.jpg?v=1779161172"},{"product_id":"office-desk-drawers-modern-corner-bgz-k-160","title":"Office Desk with Drawers | Modern Corner Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Corner Layout:\u003c\/b\u003e A sophisticated \u003cb\u003emodern corner desk\u003c\/b\u003e designed to bring chic elegance and comfort to office workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly Core:\u003c\/b\u003e A sturdy \u003cb\u003el shaped wood desk\u003c\/b\u003e made with melamine decorative board for safe, durable everyday use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Workspace:\u003c\/b\u003e A \u003cb\u003elarge office desk with drawers\u003c\/b\u003e offering a wide desktop for efficient daily work.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Storage:\u003c\/b\u003e A practical \u003cb\u003ewood desk with drawers\u003c\/b\u003e with high-quality slide rails and a privacy-focused back panel.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomizable Fit:\u003c\/b\u003e Color and size customization options help match different office layouts and workspace styles.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK160\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSophisticated and Functional Modern Corner Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_3.jpg?v=1779160672\" alt=\"Office desk with drawers modern corner desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eBring chic elegance to your workspace. This \u003cb\u003emodern corner desk\u003c\/b\u003e offers a comfortable user experience and blends naturally into office environments.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_4.jpg?v=1779160672\" alt=\"Eco-friendly core for L shaped wood desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Core for L Shaped Wood Desk\u003c\/h3\u003e\n          \u003cp\u003eManufactured with advanced technology. This sturdy \u003cb\u003el shaped wood desk\u003c\/b\u003e is safe, non-toxic, and resists cracking to ensure outstanding durability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_main_iamges_5.jpg?v=1779160667\" alt=\"Expansive workspace for large office desk with drawers\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Workspace for Large Office Desk\u003c\/h3\u003e\n          \u003cp\u003eAvoid feeling cramped. This \u003cb\u003elarge office desk with drawers\u003c\/b\u003e provides an exceptionally wide workspace, empowering you to work efficiently.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_5.jpg?v=1779160673\" alt=\"Secure storage wood desk with drawers\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Storage Wood Desk With Drawers\u003c\/h3\u003e\n          \u003cp\u003eProtect confidential documents. This \u003cb\u003ewood desk with drawers\u003c\/b\u003e features high-quality slide rails for smooth, organized, and secure storage.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_6.jpg?v=1779160672\" alt=\"Privacy focused back panel desk design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePrivacy Focused Back Panel Desk Design\u003c\/h3\u003e\n          \u003cp\u003eEnhance your peace of mind. The dedicated modesty panel blocks sightlines, protecting your privacy and supporting deep creativity and focus.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eType\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_2.png?v=1779333415\" alt=\"Type options for Kaguyasu office desk with drawers\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_1.jpg?v=1779160672\" alt=\"Color options for Kaguyasu modern corner desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eTeak + White, Gray + White\u003cbr\u003eWhite + Gray, Natural + White\u003cbr\u003eGray Oak + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e58¡§C74kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e120 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e140 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e160 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e180 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e200 ?¨¢ 120 ?¨¢ 63cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembling\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images.png?v=1779333415\" alt=\"Office desk with drawers modern corner desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this office desk with drawers:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This modern corner desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 120 ?¨¢ 120 ?¨¢ 63cm to 200 ?¨¢ 120 ?¨¢ 63cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The listed material is melamine decorative board.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include Teak + White, Gray + White, White + Gray, Natural + White, and Gray Oak + White.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this office desk with drawers require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed material is melamine decorative board.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 120 ?¨¢ 120 ?¨¢ 63cm, 140 ?¨¢ 120 ?¨¢ 63cm, 160 ?¨¢ 120 ?¨¢ 63cm, 180 ?¨¢ 120 ?¨¢ 63cm, and 200 ?¨¢ 120 ?¨¢ 63cm.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK160\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK160\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Cheek + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117126192,"sku":"BGZ-160-01","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117388336,"sku":"BGZ-160-05","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117650480,"sku":"BGZ-160-09","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054117912624,"sku":"BGZ-160-013","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117158960,"sku":"BGZ-160-17","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117421104,"sku":"BGZ-160-21","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117683248,"sku":"BGZ-160-25","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054117945392,"sku":"BGZ-160-29","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117191728,"sku":"BGZ-160-02","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117453872,"sku":"BGZ-160-06","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117716016,"sku":"BGZ-160-010","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054117978160,"sku":"BGZ-160-014","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117224496,"sku":"BGZ-160-18","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117486640,"sku":"BGZ-160-22","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117748784,"sku":"BGZ-160-26","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054118010928,"sku":"BGZ-160-30","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 140*120*63cm","offer_id":43054117257264,"sku":"BGZ-160-03","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 160*120*63cm","offer_id":43054117519408,"sku":"BGZ-160-07","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 180*140*63cm","offer_id":43054117781552,"sku":"BGZ-160-011","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 200*140*63cm","offer_id":43054118043696,"sku":"BGZ-160-015","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 140*120*63cm","offer_id":43054117290032,"sku":"BGZ-160-19","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 160*120*63cm","offer_id":43054117552176,"sku":"BGZ-160-23","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 180*140*63cm","offer_id":43054117814320,"sku":"BGZ-160-27","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 200*140*63cm","offer_id":43054118076464,"sku":"BGZ-160-31","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117322800,"sku":"BGZ-160-04","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117584944,"sku":"BGZ-160-08","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117847088,"sku":"BGZ-160-012","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054118109232,"sku":"BGZ-160-016","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117355568,"sku":"BGZ-160-20","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117617712,"sku":"BGZ-160-24","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117879856,"sku":"BGZ-160-28","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054118142000,"sku":"BGZ-160-32","price":610.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_main_iamges_2.jpg?v=1779160666"},{"product_id":"adjustable-ergonomic-office-desk-bgz-161","title":"Adjustable Office Desk | Ergonomic Office Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eHealthy Posture:\u003c\/b\u003e An \u003cb\u003eadjustable height computer desk\u003c\/b\u003e designed for seamless sit-stand versatility.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eErgonomic Design:\u003c\/b\u003e A premium \u003cb\u003eergonomic office desk\u003c\/b\u003e promoting maximum daily productivity.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e A sleek \u003cb\u003eoffice table with drawers\u003c\/b\u003e keeping your workspace clutter-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e A sturdy \u003cb\u003eadjustable office desk\u003c\/b\u003e supporting an impressive 100kg load.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Height Range:\u003c\/b\u003e Adjustable from 61cm to 86cm to support comfortable sitting and standing work positions.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK161\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eAdjustable Ergonomic Office Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_6.jpg?v=1779160685\" alt=\"Adjustable office desk ergonomic office desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your posture. This \u003cb\u003eadjustable height computer desk\u003c\/b\u003e blends modern aesthetics with heavy-duty stability for your home or corporate workspace.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_4.jpg?v=1779160685\" alt=\"Premium adjustable office desk height design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Adjustable Office Desk for Comfort\u003c\/h3\u003e\n          \u003cp\u003eFind your perfect posture. This smooth \u003cb\u003eadjustable office desk\u003c\/b\u003e easily transitions from 61cm to 86cm, promoting healthy, highly productive work habits.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_7.jpg?v=1779160685\" alt=\"Office table with drawers organized setup\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOrganized Office Table With Drawers Setup\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials easily accessible. This sleek \u003cb\u003eoffice table with drawers\u003c\/b\u003e ensures a completely clutter-free environment, maximizing your daily efficiency.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_5.jpg?v=1779160685\" alt=\"Adjustable ergonomic office desk detail\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_1.jpg?v=1779160684\" alt=\"Adjustable office desk variation options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_2.jpg?v=1779160685\" alt=\"White and natural white color options for adjustable office desk\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_3.jpg?v=1779160685\" alt=\"Additional color display for Kaguyasu adjustable office desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard, natural wood, steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite, Natural + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e15¡§C20kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e100kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e100 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e140 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_main_images_2.jpg?v=1779349806\" alt=\"Adjustable ergonomic office desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this adjustable office desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes include 80 ?¨¢ 60 ?¨¢ 61¡§C86cm, 100 ?¨¢ 60 ?¨¢ 61¡§C86cm, 120 ?¨¢ 60 ?¨¢ 61¡§C86cm, and 140 ?¨¢ 60 ?¨¢ 61¡§C86cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 100kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this adjustable office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this adjustable office desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this ergonomic office desk be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the adjustable height range?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed height range is 61¡§C86cm.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 100kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK161\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK161\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White\/Particleboard \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335407664,"sku":"BGZ-K-161-01","price":115.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335669808,"sku":"BGZ-K-161-05","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335931952,"sku":"BGZ-K-161-09","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336194096,"sku":"BGZ-K-161-013","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335538736,"sku":"BGZ-K-161-017","price":135.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335800880,"sku":"BGZ-K-161-021","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336063024,"sku":"BGZ-K-161-025","price":162.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336325168,"sku":"BGZ-K-161-029","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335440432,"sku":"BGZ-K-161-02","price":115.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335702576,"sku":"BGZ-K-161-06","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335964720,"sku":"BGZ-K-161-010","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336226864,"sku":"BGZ-K-161-014","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335571504,"sku":"BGZ-K-161-018","price":135.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335833648,"sku":"BGZ-K-161-022","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336095792,"sku":"BGZ-K-161-026","price":162.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336357936,"sku":"BGZ-K-161-030","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335473200,"sku":"BGZ-K-161-03","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335735344,"sku":"BGZ-K-161-07","price":131.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335997488,"sku":"BGZ-K-161-011","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336259632,"sku":"BGZ-K-161-015","price":155.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335604272,"sku":"BGZ-K-161-019","price":145.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335866416,"sku":"BGZ-K-161-023","price":159.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336128560,"sku":"BGZ-K-161-027","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336390704,"sku":"BGZ-K-161-031","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335505968,"sku":"BGZ-K-161-04","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335768112,"sku":"BGZ-K-161-08","price":131.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055336030256,"sku":"BGZ-K-161-012","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336292400,"sku":"BGZ-K-161-016","price":155.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335637040,"sku":"BGZ-K-161-020","price":145.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335899184,"sku":"BGZ-K-161-024","price":159.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336161328,"sku":"BGZ-K-161-028","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336423472,"sku":"BGZ-K-161-032","price":195.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_main_images.jpg?v=1779160679"},{"product_id":"large-computer-desk-back-panel-bgz-169","title":"Large Computer Desk | Desk with Back Panel | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Aesthetics:\u003c\/b\u003e A sleek \u003cb\u003emodern office desk\u003c\/b\u003e designed for highly focused work environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Surface:\u003c\/b\u003e An expansive \u003cb\u003elarge computer desk\u003c\/b\u003e maximizing your daily productivity.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Security:\u003c\/b\u003e A functional \u003cb\u003edesk with back panel\u003c\/b\u003e effectively preventing items from falling.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Options:\u003c\/b\u003e Choose a pristine \u003cb\u003elarge white desk\u003c\/b\u003e or other custom corporate finishes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eClean Cable Management:\u003c\/b\u003e Integrated dual hole caps help conceal scattered cords and keep the workspace clutter-free.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZ169\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSimple and Functional Computer Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_6.jpg?v=1779160575\" alt=\"Large computer desk with back panel by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA simple and functional large computer desk with a spacious work surface, protective back panel, cable management hole caps, sturdy steel frame, and customizable color and size options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_8.jpg?v=1779160577\" alt=\"Sturdy eco-friendly desk board material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSturdy Eco-Friendly Desk Board Material\u003c\/h3\u003e\n          \u003cp\u003eBuilt with uniform high-density hardboard. This odorless, eco-friendly surface resists warping and twisting, ensuring exceptional commercial longevity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_7.jpg?v=1779160575\" alt=\"Expansive large computer desk work surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Large Computer Desk Work Surface\u003c\/h3\u003e\n          \u003cp\u003eAvoid feeling cramped. This \u003cb\u003elarge computer desk\u003c\/b\u003e provides ample workspace for essential tools, supporting highly comfortable and smooth operations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_9.jpg?v=1779160575\" alt=\"Secure desk with back panel and non-tip bar\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Design Desk With Back Panel\u003c\/h3\u003e\n          \u003cp\u003eProtect your equipment. This smart \u003cb\u003edesk with back panel\u003c\/b\u003e features a non-tip bar, effectively preventing items from accidentally falling off.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_1.jpg?v=1779160574\" alt=\"Dual hole caps for cable management\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual Hole Caps for Cable Management\u003c\/h3\u003e\n          \u003cp\u003eKeep your workspace pristine. The integrated wiring hole caps effortlessly conceal scattered cords, providing a clean and completely clutter-free area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_2.jpg?v=1779160574\" alt=\"Heavy-duty steel frame large computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Support Heavy-Duty Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eEngineered for excellence. The robust steel frame easily withstands heavy loads up to 100kg, firmly supporting the tabletop without any wobbling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_4.jpg?v=1779160574\" alt=\"Large computer desk variation options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_3.jpg?v=1779160574\" alt=\"Color options for Kaguyasu large computer desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard, Steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite + White, White + Teak\u003cbr\u003eWhite + Light Walnut, White + Black\u003cbr\u003eBlack + White, Black + Light Walnut\u003cbr\u003eBlack + Teak, Black + Black\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e29¡§C41kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e100kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 60 ?¨¢ 74cm, 160 ?¨¢ 60 ?¨¢ 74cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_1.webp?v=1778729493\" alt=\"Large computer desk with back panel dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this large computer desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This computer desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes include 100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm, and 160 ?¨¢ 60 ?¨¢ 74cm. Please confirm the selected size, room layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 100kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include white, black, teak, and light walnut options.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this large computer desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this large computer desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 100kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm, and 160 ?¨¢ 60 ?¨¢ 74cm.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZ169\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ169\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White + Light Walnut \/ 100*60*74cm","offer_id":43055421227056,"sku":"BGZ-169-01","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 120*60*74cm","offer_id":43055421489200,"sku":"BGZ-169-09","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 140*60*74cm","offer_id":43055421751344,"sku":"BGZ-169-17","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 160*60*74cm","offer_id":43055422013488,"sku":"BGZ-169-25","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 100*60*74cm","offer_id":43055421259824,"sku":"BGZ-169-02","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 120*60*74cm","offer_id":43055421521968,"sku":"BGZ-169-10","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 140*60*74cm","offer_id":43055421784112,"sku":"BGZ-169-18","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 160*60*74cm","offer_id":43055422046256,"sku":"BGZ-169-26","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 100*60*74cm","offer_id":43055421292592,"sku":"BGZ-169-03","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 120*60*74cm","offer_id":43055421554736,"sku":"BGZ-169-11","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 140*60*74cm","offer_id":43055421816880,"sku":"BGZ-169-19","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 160*60*74cm","offer_id":43055422079024,"sku":"BGZ-169-27","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 100*60*74cm","offer_id":43055421325360,"sku":"BGZ-169-04","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 120*60*74cm","offer_id":43055421587504,"sku":"BGZ-169-12","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 140*60*74cm","offer_id":43055421849648,"sku":"BGZ-169-20","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 160*60*74cm","offer_id":43055422111792,"sku":"BGZ-169-28","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 100*60*74cm","offer_id":43055421358128,"sku":"BGZ-169-05","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 120*60*74cm","offer_id":43055421620272,"sku":"BGZ-169-13","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 140*60*74cm","offer_id":43055421882416,"sku":"BGZ-169-21","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 160*60*74cm","offer_id":43055422144560,"sku":"BGZ-169-29","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 100*60*74cm","offer_id":43055421390896,"sku":"BGZ-169-06","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 120*60*74cm","offer_id":43055421653040,"sku":"BGZ-169-14","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 140*60*74cm","offer_id":43055421915184,"sku":"BGZ-169-22","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 160*60*74cm","offer_id":43055422177328,"sku":"BGZ-169-30","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 100*60*74cm","offer_id":43055421423664,"sku":"BGZ-169-07","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 120*60*74cm","offer_id":43055421685808,"sku":"BGZ-169-15","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 140*60*74cm","offer_id":43055421947952,"sku":"BGZ-169-23","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 160*60*74cm","offer_id":43055422210096,"sku":"BGZ-169-31","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 100*60*74cm","offer_id":43055421456432,"sku":"BGZ-169-08","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 120*60*74cm","offer_id":43055421718576,"sku":"BGZ-169-16","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 140*60*74cm","offer_id":43055421980720,"sku":"BGZ-169-24","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 160*60*74cm","offer_id":43055422242864,"sku":"BGZ-169-32","price":248.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_main_images_4.jpg?v=1779160571"},{"product_id":"office-desk-l-shaped-hutch-bgz-224","title":"Office Desk | L Shaped Desk with Hutch | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img,\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Layouts:\u003c\/b\u003e A commercial \u003cb\u003ecubicle desk\u003c\/b\u003e system featuring highly flexible modular combinations.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e An ergonomic \u003cb\u003el shaped desk with hutch\u003c\/b\u003e keeping essentials within reach.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Core:\u003c\/b\u003e A sturdy \u003cb\u003ewalnut computer desk\u003c\/b\u003e crafted from eco-friendly, scratch-resistant board.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCollaborative Design:\u003c\/b\u003e A spacious \u003cb\u003e2 person office desk\u003c\/b\u003e complete with privacy partitions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Capacity:\u003c\/b\u003e A 200kg listed load capacity supports demanding daily use in busy commercial office environments.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n  \n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZ224\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModular Office Desks\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_main_images_2.jpg?v=1779160581\" alt=\"Office desk l shaped desk with hutch by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA modular office desk system with flexible layouts, desktop hutch storage, spacious work surfaces, privacy partitions, and sophisticated color options for modern commercial workspaces.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_6.jpg?v=1779160587\" alt=\"L shaped desk with hutch storage design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvenient Desktop Storage Hutch Design\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials easily accessible. The four-tier storage layout of this \u003cb\u003el shaped desk with hutch\u003c\/b\u003e effortlessly organizes your daily paperwork.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_7.jpg?v=1779160587\" alt=\"Spacious office desktop for multitasking\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop Space for Multi-Tasking\u003c\/h3\u003e\n          \u003cp\u003eWork comfortably without feeling cramped. The expansive surface accommodates laptops and wide files, making it a highly efficient workstation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_8.jpg?v=1779160587\" alt=\"2 person office desk with privacy partitions\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCollaborative 2 Person Office Desk with Partitions\u003c\/h3\u003e\n          \u003cp\u003eEnsure deep concentration. Thoughtful privacy partitions block visual interference and noise, making this \u003cb\u003e2 person office desk\u003c\/b\u003e incredibly productive.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_9.jpg?v=1779160586\" alt=\"Thickened walnut computer desk surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Thickened Walnut Computer Desk\u003c\/h3\u003e\n          \u003cp\u003eEngineered for safe, commercial longevity. The thickened surface of this \u003cb\u003ewalnut computer desk\u003c\/b\u003e resists cracking and features a calming wood grain.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_5.jpg?v=1779160587\" alt=\"Premium custom color options for office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSelect Sophisticated Premium Custom Colors\u003c\/h3\u003e\n          \u003cp\u003eMatch your brand identity flawlessly. Choose from elegant finishes like Walnut, Oak, or crisp White to elevate your premium corporate interior.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_1.jpg?v=1779160586\" alt=\"Color options for Kaguyasu office desk with hutch\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWalnut + Dark Gray\u003cbr\u003eWhite + Dark Gray\u003cbr\u003eOak + Beige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e80¨C400kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e200kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e1400 ¡Á 1500 ¡Á 1100mm, 1400 ¡Á 2700 ¡Á 1100mm\u003cbr\u003e2800 ¡Á 1500 ¡Á 1100mm, 4200 ¡Á 1500 ¡Á 1100mm\u003cbr\u003e2800 ¡Á 2700 ¡Á 1100mm, 4200 ¡Á 2700 ¡Á 1100mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eSize, Color\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_2.jpg?v=1779160586\" alt=\"Office desk l shaped desk with hutch dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this office desk system:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available configurations range from 1400 ¡Á 1500 ¡Á 1100mm to 4200 ¡Á 2700 ¡Á 1100mm. Please confirm the selected size, office layout, doorway clearance, and final installation area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for size and color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 200kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color options include Walnut + Dark Gray, White + Dark Gray, and Oak + Beige.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this office desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the size or color be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for size and color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 200kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable color options include Walnut + Dark Gray, White + Dark Gray, and Oak + Beige.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZ224\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ224\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"With cabinet \/ without chair \/ L-shaped single person 1400*1500*1100mm","offer_id":43055370862640,"sku":"BGZ-224-01","price":526.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ T-shaped for two people 1400*2700*1100mm","offer_id":43055370895408,"sku":"BGZ-224-02","price":1013.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for two people2800*1500*1100mm","offer_id":43055370928176,"sku":"BGZ-224-03","price":1052.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for three people4200*1500*1100mm","offer_id":43055370960944,"sku":"BGZ-224-04","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ 2800*2700*1100mm for four people","offer_id":43055370993712,"sku":"BGZ-224-05","price":1622.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ Cross shape for 4 people 2800*2700*1100mm","offer_id":43055371026480,"sku":"BGZ-224-06","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ Kanji type for 6 people 4200*2700*1100mm","offer_id":43055371059248,"sku":"BGZ-224-07","price":1877.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for three people*2 4200*1500*1100mm","offer_id":43055371092016,"sku":"BGZ-224-08","price":2214.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_main_images_1.jpg?v=1779160580"},{"product_id":"ergonomic-office-chair-adjustable-footrest-black-bgy-k014","title":"Ergonomic Office Chair | Adjustable Chair with Footrest | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #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  \/* --- USP Bullets --- *\/\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  \/* --- Read More Interaction --- *\/\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\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  \/* --- Feature Rows --- *\/\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  \/* --- Section Images --- *\/\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  \/* --- Specs Table --- *\/\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  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eDynamic Comfort:\u003c\/b\u003e A highly versatile \u003cb\u003eadjustable chair\u003c\/b\u003e featuring a retractable footrest for ultimate mid-day relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHealthy Posture:\u003c\/b\u003e An advanced \u003cb\u003eergonomic office chair\u003c\/b\u003e equipped with an adjustable headrest and synchronized armrests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSleek Aesthetics:\u003c\/b\u003e Choose our classic \u003cb\u003eblack office chair\u003c\/b\u003e finish to bring professional elegance to any modern workspace.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Standards:\u003c\/b\u003e Elevating expectations for \u003cb\u003eoffice seating uk\u003c\/b\u003e with high-density polyurethane foam and breathable mesh.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Reclining:\u003c\/b\u003e Stepless reclining up to 145¡ã supports comfortable focus, short breaks, and restorative lunch-hour relaxation.\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=\"KaguReadMoreTriggerBGYK014\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eHighly Functional Adjustable Chair Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_4.jpg?v=1779161288\" alt=\"Ergonomic office chair adjustable chair with footrest by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your daily productivity. Beyond its thick, soft cushioning, this versatile \u003cb\u003eadjustable chair\u003c\/b\u003e features smooth height adjustment, 360¡ã rotation, and a deep reclining function for long hours of desk work.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_3.jpg?v=1779161287\" alt=\"Ergonomic office chair with adjustable headrest\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eErgonomic Office Chair Adjustable Headrest\u003c\/h3\u003e\n          \u003cp\u003eRelieve neck tension effortlessly. By adjusting the headrest to the optimal position for your neck, this \u003cb\u003eergonomic office chair\u003c\/b\u003e significantly reduces upper body strain during intense corporate focus sessions.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_2.jpg?v=1779161287\" alt=\"Synchronized interlocking armrest system\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynchronized Interlocking Armrest System\u003c\/h3\u003e\n          \u003cp\u003eEnjoy continuous upper body support. The armrests move in seamless conjunction with the backrest, ensuring they always firmly support your arms no matter what reclining position you are in.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_2.png?v=1779700579\" alt=\"High-rebound urethane thick cushion office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Rebound Urethane Thick Cushion\u003c\/h3\u003e\n          \u003cp\u003eExperience cloud-like seating. Utilizing high-rebound urethane with excellent elasticity, the cushion maintains its supportive shape and prevents sagging, setting a high bar for premium \u003cb\u003eoffice seating uk\u003c\/b\u003e.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_5.jpg?v=1779161288\" alt=\"Retractable under-seat footrest for adjustable chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRelaxing Retractable Under-Seat Footrest\u003c\/h3\u003e\n          \u003cp\u003eMaximize your break time. Simply pull out the hidden footrest when needed to elevate your legs, instantly relieving muscle tension and transforming your workspace into a relaxation zone.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images.png?v=1779700594\" alt=\"Stepless 145 degree reclining office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eStepless 145 Degree Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eFind your perfect angle. By pressing the lever and leaning back, the backrest can be adjusted steplessly up to 145¡ã, allowing you to comfortably enjoy a nap or a restorative lunch break.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSteel, mesh, high-density polyurethane foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBlack, Red\u003cbr\u003eGray, Orange, Green\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e15kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e58 ¡Á 58 ¡Á 110¨C118cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Item\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_3.png?v=1779700596\" alt=\"Ergonomic office chair 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 ergonomic office chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Confirmation:\u003c\/b\u003e Please confirm the listed chair size, height range, and workspace clearance before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include Black, Red, Gray, Orange, and Green. Please confirm your selected color before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Handling:\u003c\/b\u003e Tracking information will be updated after shipment is arranged with the suitable furniture shipping carrier.\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 ergonomic office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this ergonomic office chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this adjustable chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this chair include a footrest?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. This chair features a retractable under-seat footrest for relaxation during breaks.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Black, Red, Gray, Orange, and Green.\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=\"KaguReadMoreTriggerBGYK014\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK014\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"black \/ with footrest","offer_id":42944233504816,"sku":"BGY-K014-01","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ No footrest","offer_id":42944233537584,"sku":"BGY-K014-02","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"Red \/ with footrest","offer_id":42944233570352,"sku":"BGY-K014-03","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"Red \/ No footrest","offer_id":42944233603120,"sku":"BGY-K014-04","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ with footrest","offer_id":42944233635888,"sku":"BGY-K014-05","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ No footrest","offer_id":42944233668656,"sku":"BGY-K014-06","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"orange \/ with footrest","offer_id":42944233701424,"sku":"BGY-K014-07","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"orange \/ No footrest","offer_id":42944233734192,"sku":"BGY-K014-08","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"green \/ with footrest","offer_id":42944233766960,"sku":"BGY-K014-09","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"green \/ No footrest","offer_id":42944233799728,"sku":"BGY-K014-010","price":62.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_main_images.jpg?v=1779698453"},{"product_id":"premium-office-chair-ergonomic-black-office-chair-bgy-k004","title":"Premium Office Chair | Ergonomic Black Office Chair | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #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  \/* --- USP Bullets --- *\/\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  \/* --- Read More Interaction --- *\/\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\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  \/* --- Feature Rows --- *\/\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  \/* --- Section Images --- *\/\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  \/* --- Specs Table --- *\/\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  \/* --- Logistics \/ B2B Section --- *\/\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  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eHealthy Posture:\u003c\/b\u003e A premium \u003cb\u003eergonomic office chair\u003c\/b\u003e featuring a body-fitting S-curve backrest and targeted lumbar support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSynchronized Relaxation:\u003c\/b\u003e A highly \u003cb\u003eadjustable chair\u003c\/b\u003e equipped with a dynamic, body-sync reclining mechanism for ultimate relief.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Cushion:\u003c\/b\u003e Setting a new comfort standard for \u003cb\u003eoffice seating uk\u003c\/b\u003e with a hybrid natural latex and high-rebound urethane seat.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Aesthetics:\u003c\/b\u003e Choose the sophisticated \u003cb\u003eblack office chair\u003c\/b\u003e configuration or elegant two-tone options to elevate your workspace.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBreathable Daily Support:\u003c\/b\u003e Durable mesh fabric helps reduce stuffiness while maintaining flexible comfort during long working hours.\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=\"KaguReadMoreTriggerBGYK004\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eComfortable \u0026amp; Functional Adjustable Chair Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_1.png?v=1779704191\" alt=\"Premium ergonomic black office chair by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your daily productivity. This premium \u003cb\u003eadjustable chair\u003c\/b\u003e offers exceptional comfort and functionality, providing reliable support not only for intensive desk work but also for taking a deeply restorative break when fatigue sets in.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_3.png?v=1779704918\" alt=\"Synchronized reclining function for ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynchronized Comfortable Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eRelieve body tension instantly. The seat and backrest move in seamless conjunction, swaying gently to allow you to lean back and relax at your leisure, outperforming standard rigid office seating.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_4.png?v=1779705031\" alt=\"S-curve backrest with lumbar support ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody-Fitting S-Curve Ergonomic Office Chair\u003c\/h3\u003e\n          \u003cp\u003eMaintain perfectly healthy alignment. The S-curve backrest of this \u003cb\u003eergonomic office chair\u003c\/b\u003e gently contours to your spine. Combined with built-in lumbar support, it maintains an ideal sitting posture that puts significantly less strain on your body.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_2.png?v=1779703733\" alt=\"Latex and high-rebound urethane cushion office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpecialized Latex \u0026amp; Urethane Hybrid Cushion\u003c\/h3\u003e\n          \u003cp\u003eExperience a high-quality seating sensation. Made with natural latex and high-rebound urethane, the seat combines soft contouring with excellent elasticity, effectively reducing physical fatigue even during long corporate hours.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_7.png?v=1779705122\" alt=\"Breathable mesh fabric for office seating uk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHighly Durable Breathable Mesh Fabric\u003c\/h3\u003e\n          \u003cp\u003eStay cool under pressure. The fine mesh structure provides excellent breathability, preventing stuffiness. It also boasts flexible elasticity and commercial-grade durability, making it a top-tier choice for modern \u003cb\u003eoffice seating uk\u003c\/b\u003e environments.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_6.png?v=1779705166\" alt=\"Smooth silent nylon casters for office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmooth and Silent Nylon Casters\u003c\/h3\u003e\n          \u003cp\u003eProtect your floors effortlessly. Equipped with premium nylon casters, the chair glides incredibly smoothly while suppressing rolling noise and effectively preventing scratches or wear on your office floor.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_5.png?v=1779703734\" alt=\"Premium office chair variations in black gray and white blue\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eLatex, high-rebound urethane\u003cbr\u003eMesh, nylon\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBlack, gray\u003cbr\u003eWhite + blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20¡§C30kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e62 ?¨¢ 62 ?¨¢ 97.5¡§C107.5cm\u003cbr\u003e66 ?¨¢ 66 ?¨¢ 117¡§C127cm\u003cbr\u003e49 ?¨¢ 58 ?¨¢ 101cm\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\"\u003eCustomize\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_3_0d3a3390-d6cb-4377-a5bd-cf30f0c5952f.jpg?v=1779760215\" alt=\"Premium ergonomic office chair 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 premium office chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in shooting lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this premium office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this premium office chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this ergonomic office chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used in this chair?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials include latex, high-rebound urethane, mesh, and nylon.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWill the color look exactly like the product photos?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to natural materials, shooting lighting, and screen resolution, the color, surface texture, pattern, and actual appearance may differ slightly from the photos. Product photos are for illustrative purposes only.\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=\"KaguReadMoreTriggerBGYK004\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK004\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"black \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238321712,"sku":"BGY-K004-05","price":108.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238354480,"sku":"BGY-K004-06","price":117.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238387248,"sku":"BGY-K004-01","price":113.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238420016,"sku":"BGY-K004-02","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238452784,"sku":"BGY-K004-03","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238485552,"sku":"BGY-K004-04","price":137.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238518320,"sku":"BGY-K004-011","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238551088,"sku":"BGY-K004-012","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238583856,"sku":"BGY-K004-07","price":125.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238616624,"sku":"BGY-K004-08","price":133.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238649392,"sku":"BGY-K004-09","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238682160,"sku":"BGY-K004-010","price":149.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238714928,"sku":"BGY-K004-017","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238747696,"sku":"BGY-K004-018","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238780464,"sku":"BGY-K004-013","price":125.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238813232,"sku":"BGY-K004-014","price":133.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238846000,"sku":"BGY-K004-015","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238878768,"sku":"BGY-K004-016","price":149.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_main_images_1.jpg?v=1779161313"},{"product_id":"office-desk-corner-workstation-bgz-c040","title":"Office Desk | Corner Workstation | L Shape Computer Desk | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { \n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: grid; \n    grid-template-columns: 1fr; \n    gap: 14px; \n  }\n  .kagu-usp-bullets li { \n    position: relative; \n    padding-left: 28px; \n    font-size: 14.5px; \n  }\n  .kagu-usp-bullets li::before { \n    content: '';\n    position: absolute; left: 0; top: 3px;\n    width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Customization --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '?'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-tbl th { width: 35%; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eCommand \u0026amp; Collaboration: The Executive L-Workstation\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModular Spatial Design:\u003c\/b\u003e An architectural L-shape desk that functions as both a private command center and a spacious collaborative workstation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eUnrivaled Load Capacity:\u003c\/b\u003e Built with industrial-grade standards to support up to 200kg, perfect for multi-monitor rigs and intensive professional equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Walnut Aesthetic:\u003c\/b\u003e Features a premium wood-grain finish that brings warmth to high-pressure office environments, balancing durability with \"Quiet Luxury.\"\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eScalable Dimensions:\u003c\/b\u003e Designed to adapt to any floor plan, from compact corner nooks to expansive executive suites.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eCorner L-Shape Computer Desk \u0026amp; Workstation\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eBuild a professional layout that works as hard as you do. The BGZ-C040 is not merely a desk; it is a foundation for productivity. Designed under the Kaguyasu principle of \"Resimercial Efficiency,\" this L-shape workstation maximizes corner space while providing an expansive, distraction-free surface. Whether you are managing complex projects or curating a boutique creative studio, its modular adaptability ensures your furniture evolves with your business requirements.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_detailed_images_3.jpg?v=1779160635\" alt=\"Kaguyasu Executive L-Shape Corner Workstation\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Executive Command Series (BGZ-C040)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eReinforced High-Density Particleboard with Walnut Laminate\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e200 kg (Commercial Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e140 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 140 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 280 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 240 * 110 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Professional installation recommended for larger configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Size customization for specific office layout planning)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eProfessional Fit-Outs \u0026amp; Customization\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu specializes in outfitting corporate offices and architectural spaces. If you are planning an office renovation:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSize Customization:\u003c\/b\u003e We can tailor the dimensions of this workstation to fit the unique geometry of your office floor plan.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBulk Procurement:\u003c\/b\u003e We provide consolidated shipping and volume pricing for teams outfitting multiple workstations. Please contact our commercial team for a project consultation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the color and pattern consistent?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe use high-quality laminate finishes to replicate natural wood aesthetics. Due to lighting variations during photography and display differences on monitors, the actual product finish may appear slightly different from online images.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request a custom size?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eFor custom dimensions, please contact our support team before placing your order. Our design team will review your space requirements to ensure the L-shape configuration fits perfectly into your designated area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs assembly difficult for the larger sizes?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eGiven the commercial load capacity and modular design, larger configurations involve multiple structural components. We provide comprehensive manuals and recommend that for the 280cm+ units, assembly is performed by professionals to ensure stability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"140*120*110cm desk \/ for 1 person","offer_id":43054635221040,"sku":"BGZ-C040-001","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"240*140*110cm desk \/ for 2 people","offer_id":43054635253808,"sku":"BGZ-C040-002","price":597.0,"currency_code":"GBP","in_stock":true},{"title":"280*120*110cm desk \/ for 2 people","offer_id":43054635286576,"sku":"BGZ-C040-003","price":701.0,"currency_code":"GBP","in_stock":true},{"title":"420*120*110cm desk \/ for 3 people","offer_id":43054635319344,"sku":"BGZ-C040-004","price":1039.0,"currency_code":"GBP","in_stock":true},{"title":"240*280*110cm desk \/ for 4 people","offer_id":43054635352112,"sku":"BGZ-C040-005","price":973.0,"currency_code":"GBP","in_stock":true},{"title":"280*240*110cm desk \/ for 4 people","offer_id":43054635384880,"sku":"BGZ-C040-006","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"420*240*110cm desk \/ for 6 people","offer_id":43054635417648,"sku":"BGZ-C040-007","price":1550.0,"currency_code":"GBP","in_stock":true},{"title":"cabinet","offer_id":43054635450416,"sku":"BGZ-C040-GZ-01","price":81.0,"currency_code":"GBP","in_stock":true},{"title":"chair","offer_id":43054635483184,"sku":"BGZ-C040-YZ-01","price":52.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_main_images_2.jpg?v=1779160630"},{"product_id":"mesh-executive-chair-ergonomic-office-headrest-bgy-s005","title":"Mesh Executive Chair | Ergonomic Office Chair with Headrest | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; font-weight: 600; color: var(--k-text-title); }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/FAQ --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eEngineered for Focus, Designed for Comfort\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBreathable Ergonomics:\u003c\/b\u003e A professional-grade office chair engineered with high-tension cooling mesh fabric to regulate temperature during extended work sessions.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSpinal Alignment:\u003c\/b\u003e Features an integrated, fully adjustable headrest and contoured backrest designed to mitigate neck fatigue and promote healthy posture.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eLatex-Infused Comfort:\u003c\/b\u003e Upgraded seat core utilizing high-density natural latex and commercial-grade urethane foam for sag-resistant, cloud-like support.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eProfessional Presence:\u003c\/b\u003e A sophisticated silhouette that elevates the aesthetic of modern executive suites and home office environments alike.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eMesh Executive Chair | Ergonomic Office Seating\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eTransform your desk setup into a hub of absolute focus. This contemporary piece delivers exceptional neck and lumbar support, serving as a reliable partner for high-pressure professional environments. By marrying breathable structural aesthetics with premium internal cushioning, we provide more than just a chair¡ªwe provide the foundation for sustained daily productivity. Experience the blend of utility and refined design that defines the Kaguyasu office collection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/mesh_executive_chair_ergonomic_office_chair_with_headrest_kaguyasuBGY-S005_detailed_images.jpg?v=1779161306\" alt=\"Kaguyasu Ergonomic Mesh Executive Office Chair BGY-S005 Showcase\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Ergonomic Seating Series (BGY-S005)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eHigh-Density Nylon Frame, Breathable Mesh, Natural Latex, Urethane Foam\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eGray + White\u003c\/li\u003e\n\u003cli\u003eBlue + White\u003c\/li\u003e\n            \u003cli\u003ePink + White\u003c\/li\u003e\n\u003cli\u003eBlack + White\u003c\/li\u003e\n            \u003cli\u003eSolid Black\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eDimensions (H)\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003eStandard: 64 * 44 * 108 cm\u003c\/li\u003e\n            \u003cli\u003eExecutive: 64 * 44 * 126 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 20kg (Unit weight)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Includes precision hardware and toolset)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot possible\u003c\/b\u003e (Optimized as a standardized professional unit)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eCorporate Procurement \u0026amp; Office Fit-Outs\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu supports seamless office upgrades. As this unit is a standardized model, we maintain robust inventory levels to facilitate rapid deployment for team-wide office refurbishments. Contact our B2B team for bulk volume pricing and corporate freight scheduling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does the color accuracy compare to the images?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to differences in studio lighting conditions during photography and varying screen resolutions on different devices, the product color may appear slightly different from the actual physical object. The photographs provided are for illustrative purposes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat should I expect regarding material variations?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe utilize high-quality, eco-conscious materials. Minor variations in surface texture or finish are characteristic of our manufacturing process and do not indicate defects. Changes occurring over time due to standard wear and tear are not considered product defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this chair be customized?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis model is specifically engineered as a fixed, high-performance unit to ensure maximum ergonomic stability. Therefore, we do not offer custom modifications, ensuring the highest level of structural integrity and quality control for your workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"No rocking function \/ Gray + White \/ Urethane foam \/ Nylon legs","offer_id":42944243138608,"sku":"BGY-S005-037","price":116.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Urethane foam \/ Nylon legs","offer_id":42944243171376,"sku":"BGY-S005-038","price":116.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Gray + White \/ Urethane foam \/ With headrest \/ Nylon legs","offer_id":42944243204144,"sku":"BGY-S005-039","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Urethane foam \/ With headrest \/ Nylon legs","offer_id":42944243236912,"sku":"BGY-S005-040","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Gray + White \/ atex \/ With headrest \/ Nylon legs","offer_id":42944243269680,"sku":"BGY-S005-041","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Tex \/ With headrest \/ Nylon legs","offer_id":42944243302448,"sku":"BGY-S005-042","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Gray + White \/ Urethane foam \/ eadrest included \/ Nylon legs","offer_id":42944243335216,"sku":"BGY-S005-043","price":123.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Black \/ Urethane foam \/ eadrest included \/ Nylon legs","offer_id":42944243367984,"sku":"BGY-S005-044","price":123.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Gray + White \/ atex \/ eadrest included \/ Nylon legs","offer_id":42944243400752,"sku":"BGY-S005-045","price":118.0,"currency_code":"GBP","in_stock":true},{"title":"Rocking function \/ Black \/ atex \/ eadrest included \/ Nylon legs","offer_id":42944243433520,"sku":"BGY-S005-046","price":143.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/mesh_executive_chair_ergonomic_office_chair_with_headrest_kaguyasuBGY-S005_main_images_2.webp?v=1778729538"},{"product_id":"curved-executive-corner-desk-lbz-1055","title":"Curved 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: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n\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\u003eElegant Curved Executive Style:\u003c\/b\u003e Premium curved executive desk with a stylish curved modesty panel for a refined modern corner office.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Corner Workspace:\u003c\/b\u003e Widened curved desktop with a 5cm thickened top provides ample room for monitors, documents, and daily executive tasks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e E1-grade eco-friendly panels and sturdy pier-style painted legs support stable long-term office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e Multifunctional side cabinet, storage support cabinet, PC tower space, and built-in desktop cable management keep the workspace organised.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSafer Executive Details:\u003c\/b\u003e Smooth rounded desk and cabinet corners help reduce accidental bumps while the curved modesty panel adds privacy and visual refinement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ1055\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eCurved Executive Desk for Modern Corner Offices\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/curved_executive_desk_modern_corner_office_desk_kaguyasuLBZ-1055_detailed_images_3.jpg?v=1778824878\" alt=\"Curved executive desk with modern corner office storage\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eEnhance a professional workspace with this curved executive desk. Designed for modern corner offices, executive suites, manager rooms, and premium corporate interiors, it combines E1-grade panels, a 5cm thickened desktop, spacious curved work surface, integrated cable management, safe rounded corners, curved modesty panel, pier-style painted legs, and practical side cabinet storage.\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\/0749\/7757\/5231\/files\/02_5e7ea2a6-6e6b-43cc-bb74-95438bff3fa8.jpg?v=1759113866\" alt=\"Eco-friendly E1 panels for curved executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly E1 Panels\u003c\/h3\u003e\n\u003cp\u003eThe E1-grade eco-friendly panels are designed for long-lasting use and a cleaner office environment, supporting daily commercial work without strong odours.\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\/0749\/7757\/5231\/files\/03_3d9401f7-7d3a-46ea-8d9a-8dbfde552a84.jpg?v=1759113867\" alt=\"5cm thickened desktop with smooth veneer edging\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003e5cm Thickened Desktop\u003c\/h3\u003e\n\u003cp\u003eThe 5cm thick top provides strong, stable support for monitors, laptops, documents, and office devices. Solid wood veneer edging adds a smooth and elegant touch.\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\/0749\/7757\/5231\/files\/04_82ac4202-f406-4547-89a9-ab73fffe151a.jpg?v=1759113868\" alt=\"Spacious curved workspace on modern corner office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpacious Curved Workspace\u003c\/h3\u003e\n\u003cp\u003eThe widened desktop uses soft curves and smooth transitions to create a more fluid workspace, offering room for computer work, paperwork, and daily executive planning.\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\/0749\/7757\/5231\/files\/05_e4f972b7-d936-4911-99c6-8fde89a3146b.jpg?v=1759113869\" alt=\"Practical cable management on curved corner desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePractical Cable Management\u003c\/h3\u003e\n\u003cp\u003eThe integrated wire box helps organize messy cables, power cords, chargers, and computer lines out of sight, keeping the corner office desk cleaner and more efficient.\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\/0749\/7757\/5231\/files\/06_07b1abf5-2ce4-4eff-acf8-6294b6ace4ce.jpg?v=1759113870\" alt=\"Safe rounded corners on curved executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSafe Rounded Corners\u003c\/h3\u003e\n\u003cp\u003eSmooth table edges and curved cabinet corners help reduce accidental bumps while maintaining a refined appearance suitable for executive rooms and shared office spaces.\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\/0749\/7757\/5231\/files\/07_36613e82-fe5b-4b3d-b307-a1adcf634561.jpg?v=1759113871\" alt=\"Elegant curved modesty panel on executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eElegant Curved Modesty Panel\u003c\/h3\u003e\n\u003cp\u003eThe beautifully curved modesty panel helps protect personal privacy while adding artistic visual appeal to the desk?¡¥s front profile.\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\/0749\/7757\/5231\/files\/08_4579eb8a-4d62-4231-b273-9396410ddbc3.jpg?v=1759113874\" alt=\"Pier-style painted legs for curved executive desk stability\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePier-Style Painted Legs\u003c\/h3\u003e\n\u003cp\u003eThick geometric painted legs provide durable support and a harmonious solid look, helping the desk feel stable and visually balanced in modern offices.\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\/0749\/7757\/5231\/files\/09_5f888800-c614-4789-8691-ea65cde32015.jpg?v=1759113875\" alt=\"Storage support cabinet for curved executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eStorage Support Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe clever support cabinet acts as both a stable structural base and practical storage area, combining function with the desk?¡¥s clean executive form.\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\/0749\/7757\/5231\/files\/10_3748f848-177c-42de-b235-331e872f8235.jpg?v=1759113876\" alt=\"Golden ratio side cabinet for PC tower and office files\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eGolden Ratio Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe versatile side cabinet keeps essentials within reach, with dedicated space for a PC tower, daily office files, supplies, and personal work items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/12_0b7ebf4c-447b-40ae-ab43-4e743e67ead3.jpg?v=1759113878\" alt=\"Curved executive desk style options\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eCurved Executive Desk \/ Modern Corner Office Desk \/ Corner Desk with Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePanel Grade\u003c\/th\u003e\n\u003ctd\u003eE1-grade eco-friendly panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eApprox. 5cm thickened desktop with solid wood veneer edging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWorkspace\u003c\/th\u003e\n\u003ctd\u003eSpacious widened curved work surface with smooth transitions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eIntegrated desktop wire box for cable organisation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n\u003ctd\u003eSmooth table edges and curved cabinet corners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n\u003ctd\u003eElegant curved modesty panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSupport Structure\u003c\/th\u003e\n\u003ctd\u003ePier-style painted legs and storage support cabinet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eSide cabinet with space for PC tower, files, office supplies, and daily essentials\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/curved_executive_desk_modern_corner_office_desk_kaguyasuLBZ-1055_detailed_images_1.jpg?v=1778824877\" alt=\"Curved executive 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, curved side 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, panel finish, veneer edging, painted leg finish, 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 PC tower size, cabinet clearance, nearby power access, cable length, and device quantity 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 curved executive desk and modern corner 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, curved 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 wire box position, PC tower placement, and workstation device layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, director rooms, manager offices, modern corner offices, corporate workstations, and premium 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 curved executive desk suitable for modern corner offices?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt combines a curved executive layout, 5cm thickened desktop, E1-grade panels, curved modesty panel, cable management, and side cabinet storage for a refined corner office setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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 desk includes an integrated desktop wire box designed to route cables and keep the workspace cleaner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the side cabinet store a PC tower?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product content describes a side cabinet with dedicated space for a PC tower and daily office files. Please confirm your PC tower size 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 dimensions, curved side direction, side cabinet position, 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=\"KaguReadMoreTriggerLBZ1055\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ1055\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Side cabinet on the right \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226107952,"sku":"LBZ-1055-01","price":2587.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226173488,"sku":"LBZ-1055-02","price":2689.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226239024,"sku":"LBZ-1055-03","price":2769.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226304560,"sku":"LBZ-1055-04","price":2808.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226370096,"sku":"LBZ-1055-05","price":3138.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226435632,"sku":"LBZ-1055-06","price":3183.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 299.72cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226501168,"sku":"LBZ-1055-07","price":3321.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 320.04cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226566704,"sku":"LBZ-1055-08","price":3404.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226140720,"sku":"LBZ-1055-08","price":2587.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226206256,"sku":"LBZ-1055-09","price":2689.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226271792,"sku":"LBZ-1055-10","price":2769.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226337328,"sku":"LBZ-1055-11","price":2808.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226402864,"sku":"LBZ-1055-12","price":3138.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226468400,"sku":"LBZ-1055-13","price":3183.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 299.72cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226533936,"sku":"LBZ-1055-14","price":3321.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 320.04cm x 160.02cm x 76.20cm (Desk)","offer_id":43011226599472,"sku":"LBZ-1055-15","price":3404.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 200.66cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011226632240,"sku":"WJG-2052-01","price":2591.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 279.40cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011226665008,"sku":"WJG-2052-02","price":3254.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 320.04cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011226697776,"sku":"WJG-2052-03","price":3448.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ 66.04cm x 48.26cm x 48.26cm (Chair)","offer_id":43011226730544,"sku":"LBY-2049-01","price":844.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/curved_executive_desk_modern_corner_office_desk_kaguyasuLBZ-1055_main_images_1.jpg?v=1778824872"},{"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-l-shaped-executive-office-desk-lbz-1078","title":"Luxury Executive Office Desk | 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: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n\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 A premium L-shaped executive desk with a widened and thickened desktop for multitasking and multi-monitor setups.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eCommercial-Grade Stability:\u003c\/b\u003e Carbon steel hardware frame and adjustable metal foot pads support stable daily use in executive offices.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e High-capacity side cabinet, storage drawers, and dual cable routing help keep documents, devices, and essentials neatly managed.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003ePremium Real-Wood Look:\u003c\/b\u003e Scratch-resistant eco-board with a delicate texture gives the desk a refined executive desk real wood appearance.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eSafer Rounded Finish:\u003c\/b\u003e Polished one-piece rounded corners help reduce sharp-edge contact while adding a cleaner executive desk profile.\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=\"KaguReadMoreTriggerLBZ1078\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eLuxury L-Shaped Executive Desk for Modern Office Suites\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_main_images_35.webp?v=1778728587\" alt=\"Luxury L-shaped executive office desk with modern minimalist design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a refined executive workspace with this luxury L-shaped office desk. Designed for leadership suites, manager rooms, director offices, and premium corporate interiors, it combines a widened thickened desktop, eco-friendly premium board, carbon steel frame, adjustable foot pads, dual cable management, privacy panel, rounded corners, and a multifunctional side cabinet for organised daily productivity.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_23.webp?v=1778728513\" alt=\"Four commercial-grade upgrades for luxury L-shaped executive desk\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_24.webp?v=1778728512\" alt=\"Eco-friendly premium board with real wood texture for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Premium Board\u003c\/h3\u003e\n          \u003cp\u003eThe hard, scratch-resistant eco-board offers a uniform texture with a refined real-wood look. It is designed for daily executive office use while maintaining a clean, premium surface.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_25.webp?v=1778728541\" alt=\"Product craftsmanship analysis for luxury L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eProduct Craftsmanship Analysis\u003c\/h3\u003e\n          \u003cp\u003eRefined construction details improve the desk?¡¥s executive appearance, stability, and usability. The design balances modern minimalism with practical commercial-grade office performance.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_20.jpg?v=1778728621\" alt=\"Carbon steel frame structure for L-shaped executive desk\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_26.webp?v=1778728664\" alt=\"Heavy-duty iron frame with open legroom under executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Carbon Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eThe durable iron frame provides strong support and dependable load-bearing performance. Without bottom crossbars, it also improves legroom and keeps the desk profile clean and modern.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_27.webp?v=1778728566\" alt=\"Adjustable metal foot pads for stable executive desk placement\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Metal Foot Pads\u003c\/h3\u003e\n          \u003cp\u003eAdjustable foot pads help reduce wobbling on uneven floors and protect office surfaces from scratches. They provide practical stability for busy corporate and executive environments.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_29.webp?v=1778728685\" alt=\"Smart dual cable management on L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmart Dual Cable Management\u003c\/h3\u003e\n          \u003cp\u003eThe ultra-thin cable box with dual pre-drilled holes routes wires out of sight, helping maintain a clean desktop for computers, monitors, chargers, and daily office devices.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_30.webp?v=1778728619\" alt=\"Professional privacy panel on luxury executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eProfessional Privacy Panel\u003c\/h3\u003e\n          \u003cp\u003eThe under-desk modesty panel helps protect personal space in open corporate layouts while maintaining a neat, professional appearance from the front of the workstation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_31.webp?v=1778728484\" alt=\"Safe rounded corners on modern L-shaped office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSafe Rounded Corners\u003c\/h3\u003e\n          \u003cp\u003ePolished one-piece rounded corners help reduce sharp-edge contact and accidental bumps, adding both user safety and a more elegant executive desk finish.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_32.webp?v=1778728515\" alt=\"Widened and thickened desktop for luxury executive office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWidened and Thickened Desktop\u003c\/h3\u003e\n          \u003cp\u003eThe spacious desktop provides room for multi-monitor setups, laptops, documents, and executive work materials. Its thickened build supports a stronger, more stable commercial workstation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_33.webp?v=1778728542\" alt=\"Multifunctional side cabinet and storage drawers for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMulti-Functional Side Cabinet\u003c\/h3\u003e\n          \u003cp\u003eThe side cabinet works as a practical desk with storage drawers, offering organised space for CPU placement, documents, office supplies, and personal items.\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_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_35.webp?v=1778728571\" alt=\"Luxury executive office desk style options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images_20.webp?v=1778728565\" alt=\"Luxury L-shaped office desk colour 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\u003eLuxury Executive Office Desk \/ L-Shaped Executive Desk \/ L Shaped Office Desk \/ Desk with Storage Drawers\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Detail\u003c\/th\u003e\n              \u003ctd\u003eHard, scratch-resistant eco-board with delicate real-wood-look texture\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty carbon steel \/ iron hardware frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eWidened and thickened desktop for multi-monitor setups and daily executive work\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFoot Pads\u003c\/th\u003e\n              \u003ctd\u003eAdjustable metal foot pads for improved stability and floor protection\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eUltra-thin cable box with dual pre-drilled cable routing holes\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eUnder-desk modesty panel for open corporate layouts\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003ePolished one-piece rounded corners\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eMulti-functional side cabinet and storage drawers for CPU, documents, and personal items\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n              \u003ctd\u003eStyle options and colour options shown in product images\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_detailed_images.jpg?v=1778824976\" alt=\"Luxury L-shaped executive office 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, real-wood-look finish, frame finish, 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, cable routing, monitor layout, computer position, and device quantity 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\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 L-shaped 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, 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 holes, device layout, monitor placement, and workstation workflow before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, leadership suites, director rooms, manager offices, corporate workstations, and premium 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 L-shaped executive desk suitable for leadership offices?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt combines a premium real-wood-look surface, carbon steel frame, widened thickened desktop, privacy panel, dual cable management, and multifunctional side cabinet storage.\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 desk includes an ultra-thin cable box with dual pre-drilled holes for cleaner wire routing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the side cabinet provide storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The multifunctional side cabinet works as storage for CPU placement, documents, personal items, and office essentials.\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=\"KaguReadMoreTriggerLBZ1078\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ1078\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Gray \/ Desk \/ Left or Right (Interchangeable) \/ 119.38cm L * 119.38cm W * 76.20cm H","offer_id":43256200134704,"sku":"LBZ-1078-01","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Desk \/ Left or Right (Interchangeable) \/ 139.70cm L * 119.38cm W * 76.20cm H","offer_id":43256200265776,"sku":"LBZ-1078-02","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Desk \/ Left or Right (Interchangeable) \/ 160.02cm L * 119.38cm W * 76.20cm H","offer_id":43256200396848,"sku":"LBZ-1078-03","price":708.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Desk \/ Left or Right (Interchangeable) \/ 180.34cm L * 119.38cm W * 76.20cm H","offer_id":43256200527920,"sku":"LBZ-1078-04","price":785.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Desk \/ Left or Right (Interchangeable) \/ 200.66cm L * 119.38cm W * 76.20cm H","offer_id":43256200658992,"sku":"LBZ-1078-05","price":892.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ File Cabinet \/ 160.02cm L * 40.64cm W * 200.66cm H","offer_id":43256200790064,"sku":"WJG-2139-01","price":2111.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ File Cabinet \/ 200.66cm L * 40.64cm W * 200.66cm H","offer_id":43256200921136,"sku":"WJG-2139-02","price":2199.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ File Cabinet \/ 238.76cm L * 40.64cm W * 200.66cm H","offer_id":43256201052208,"sku":"WJG-2139-03","price":2296.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Left or Right (Interchangeable) \/ 119.38cm L * 119.38cm W * 76.20cm H","offer_id":43256200167472,"sku":"LBZ-1078-06","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Left or Right (Interchangeable) \/ 139.70cm L * 119.38cm W * 76.20cm H","offer_id":43256200298544,"sku":"LBZ-1078-07","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Left or Right (Interchangeable) \/ 160.02cm L * 119.38cm W * 76.20cm H","offer_id":43256200429616,"sku":"LBZ-1078-08","price":708.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Left or Right (Interchangeable) \/ 180.34cm L * 119.38cm W * 76.20cm H","offer_id":43256200560688,"sku":"LBZ-1078-09","price":785.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Desk \/ Left or Right (Interchangeable) \/ 200.66cm L * 119.38cm W * 76.20cm H","offer_id":43256200691760,"sku":"LBZ-1078-10","price":892.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File Cabinet \/ 160.02cm L * 40.64cm W * 200.66cm H","offer_id":43256200822832,"sku":"WJG-2139-04","price":2111.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File Cabinet \/ 200.66cm L * 40.64cm W * 200.66cm H","offer_id":43256200953904,"sku":"WJG-2139-05","price":2199.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ File Cabinet \/ 238.76cm L * 40.64cm W * 200.66cm H","offer_id":43256201084976,"sku":"WJG-2139-06","price":2296.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Left or Right (Interchangeable) \/ 119.38cm L * 119.38cm W * 76.20cm H","offer_id":43256200200240,"sku":"LBZ-1078-11","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Left or Right (Interchangeable) \/ 139.70cm L * 119.38cm W * 76.20cm H","offer_id":43256200331312,"sku":"LBZ-1078-12","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Left or Right (Interchangeable) \/ 160.02cm L * 119.38cm W * 76.20cm H","offer_id":43256200462384,"sku":"LBZ-1078-13","price":708.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Left or Right (Interchangeable) \/ 180.34cm L * 119.38cm W * 76.20cm H","offer_id":43256200593456,"sku":"LBZ-1078-14","price":785.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Left or Right (Interchangeable) \/ 200.66cm L * 119.38cm W * 76.20cm H","offer_id":43256200724528,"sku":"LBZ-1078-15","price":892.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 160.02cm L * 40.64cm W * 200.66cm H","offer_id":43256200855600,"sku":"WJG-2139-07","price":2111.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 200.66cm L * 40.64cm W * 200.66cm H","offer_id":43256200986672,"sku":"WJG-2139-08","price":2199.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ File Cabinet \/ 238.76cm L * 40.64cm W * 200.66cm H","offer_id":43256201117744,"sku":"WJG-2139-09","price":2296.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Chair \/ Chair * 1","offer_id":42944249724976,"sku":"LBY-2046-01","price":315.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Left or Right (Interchangeable) \/ 119.38cm L * 119.38cm W * 76.20cm H","offer_id":43256200233008,"sku":"LBZ-1078-17","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Left or Right (Interchangeable) \/ 139.70cm L * 119.38cm W * 76.20cm H","offer_id":43256200364080,"sku":"LBZ-1078-18","price":659.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Left or Right (Interchangeable) \/ 160.02cm L * 119.38cm W * 76.20cm H","offer_id":43256200495152,"sku":"LBZ-1078-19","price":708.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Left or Right (Interchangeable) \/ 180.34cm L * 119.38cm W * 76.20cm H","offer_id":43256200626224,"sku":"LBZ-1078-20","price":785.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Left or Right (Interchangeable) \/ 200.66cm L * 119.38cm W * 76.20cm H","offer_id":43256200757296,"sku":"LBZ-1078-21","price":892.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ File Cabinet \/ 160.02cm L * 40.64cm W * 200.66cm H","offer_id":43256200888368,"sku":"WJG-2139-10","price":2111.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ File Cabinet \/ 200.66cm L * 40.64cm W * 200.66cm H","offer_id":43256201019440,"sku":"WJG-2139-11","price":2199.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ File Cabinet \/ 238.76cm L * 40.64cm W * 200.66cm H","offer_id":43256201150512,"sku":"WJG-2139-12","price":2296.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_l_shaped_office_desk_kaguyasuLBZ-1078_main_images_56.webp?v=1778728680"},{"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":"modern-office-desk-lbz-10145","title":"Modern Office Desk | Professional Executive Office Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 35px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 35px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 18000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e Scratch-resistant melamine boards are designed for daily heavy use in executive offices and professional workspaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSpacious L-Shaped Layout:\u003c\/b\u003e The generous workstation design provides room for multi-monitor setups, paperwork, and focused management tasks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e Integrated side cabinet and storage drawers help keep documents, office supplies, and personal items neatly arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Privacy:\u003c\/b\u003e A front modesty panel supports privacy in open-plan offices while helping reinforce the desk frame against lateral movement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePrecision Edge Banding:\u003c\/b\u003e Thick desktop construction with clean edge banding helps reduce burrs, protect the edges, and maintain a neat finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10145\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eModern Executive Desk for Professional Office Workspaces\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_3.jpg?v=1778824727\" alt=\"Modern executive desk with professional office storage layout\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eBuild a clean and efficient executive workspace with this modern executive desk. Designed for manager rooms, director offices, private offices, open-plan offices, and professional workstations, it combines scratch-resistant melamine construction, a heavy-duty thick desktop, integrated storage drawers, an expansive L-shaped layout, and a privacy modesty panel for daily commercial use.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_1.webp?v=1779173027\" alt=\"Eco-friendly melamine board construction for modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly Melamine Construction\u003c\/h3\u003e\n\u003cp\u003eCrafted from scratch-resistant melamine decorative laminate and particle board, the desk provides a durable, safe, and low-maintenance surface for daily professional office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_5.jpg?v=1778824731\" alt=\"Heavy-duty thick desktop with edge banding on executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy-Duty Thick Desktop\u003c\/h3\u003e\n\u003cp\u003eThe thickened desktop is engineered for stability and daily workload support. Precision edge banding helps reduce burrs, protect the edges, and maintain a cleaner finish over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_6.jpg?v=1778824730\" alt=\"Integrated storage drawers and side cabinet on executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated Desk with Storage Drawers\u003c\/h3\u003e\n\u003cp\u003eThe practical side cabinet helps manage documents, personal items, and office essentials. It supports a tidier executive workstation and keeps frequently used items within easy reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_2.jpg?v=1778824727\" alt=\"Expansive L-shaped executive office desk layout\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eExpansive L-Shaped Layout\u003c\/h3\u003e\n\u003cp\u003eThe generous L-shaped executive desk configuration provides ample room for computer work, paperwork, client discussions, and daily management tasks at the same workstation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_4.jpg?v=1778824730\" alt=\"Privacy modesty panel on professional executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePrivacy Modesty Panel\u003c\/h3\u003e\n\u003cp\u003eThe thoughtfully designed front panel conceals the under-desk area for a more private and professional appearance. It also helps reinforce the frame against lateral sway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid kagu-options-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_7.jpg?v=1778824731\" alt=\"Modern executive desk colour options\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_1.jpg?v=1778824726\" alt=\"Professional executive office desk additional colour reference\"\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eModern Executive Desk \/ Professional Executive Office Desk \/ L-Shaped Executive Desk with Storage Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n\u003ctd\u003eScratch-resistant melamine decorative laminate and particle board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eHeavy-duty thick desktop with precision edge banding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eIntegrated side cabinet and storage drawers for documents, personal items, and office essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n\u003ctd\u003eExpansive L-shaped executive desk configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n\u003ctd\u003eFront modesty panel for under-desk privacy and added frame support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eColour options shown in product images\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eRefer to the dimension image.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_8.jpg?v=1778824730\" alt=\"Modern executive desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, L-shaped orientation, side cabinet position, chair clearance, doorway width, lift access, stair clearance, and final placement area before ordering.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, melamine finish, board texture, edge banding, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e Please confirm document storage, personal item storage, cable placement, and workstation organisation needs before finalizing the layout.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for modern executive desk and professional executive office desk orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eInstallation Planning:\u003c\/b\u003e Assembly or installation requirements should be confirmed before ordering. Please prepare suitable tools, enough setup time, and a clear installation area.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk size, cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eWorkspace Planning:\u003c\/b\u003e Check monitor layout, document workflow, storage needs, cable routing, and seating clearance before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, director rooms, manager rooms, corporate workstations, open-plan offices, and professional interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the desktop away from sharp edges, standing water, excessive heat, abrasive cleaners, and prolonged sunlight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat material is used for this executive desk?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe product content lists scratch-resistant melamine decorative laminate and particle board construction for daily professional office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this desk include storage drawers?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes an integrated side cabinet and storage drawers for documents, personal items, and office essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this desk suitable for multi-monitor setups?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The expansive L-shaped layout provides generous room for monitors, paperwork, office devices, and daily work materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease confirm desk dimensions, L-shaped orientation, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office layout before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10145\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10145\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Oak \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256198987824,"sku":"LBZ-10145-01","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199184432,"sku":"LBZ-10145-07","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199381040,"sku":"LBZ-10145-13","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199577648,"sku":"LBZ-10145-19","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199774256,"sku":"LBZ-10145-25","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199020592,"sku":"LBZ-10145-02","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199217200,"sku":"LBZ-10145-08","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199413808,"sku":"LBZ-10145-14","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199610416,"sku":"LBZ-10145-20","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199807024,"sku":"LBZ-10145-26","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199053360,"sku":"LBZ-10145-03","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199249968,"sku":"LBZ-10145-09","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199446576,"sku":"LBZ-10145-15","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199643184,"sku":"LBZ-10145-21","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199839792,"sku":"LBZ-10145-27","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199086128,"sku":"LBZ-10145-04","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199282736,"sku":"LBZ-10145-10","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199479344,"sku":"LBZ-10145-16","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199675952,"sku":"LBZ-10145-22","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199872560,"sku":"LBZ-10145-28","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199118896,"sku":"LBZ-10145-05","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199315504,"sku":"LBZ-10145-11","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199512112,"sku":"LBZ-10145-17","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199708720,"sku":"LBZ-10145-23","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199905328,"sku":"LBZ-10145-29","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199151664,"sku":"LBZ-10145-06","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199348272,"sku":"LBZ-10145-12","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199544880,"sku":"LBZ-10145-18","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199741488,"sku":"LBZ-10145-24","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199938096,"sku":"LBZ-10145-30","price":1303.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_main_images_4.jpg?v=1778824717"},{"product_id":"curved-executive-corner-desk-storage-lbz-10152","title":"Curved 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: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eBold Executive Presence:\u003c\/b\u003e A luxury executive office desk with a creative curved shape for modern corporate suites and premium private offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eInnovative Curved Layout:\u003c\/b\u003e The unique curved desk design helps maximize corner workspace while adding an architectural visual statement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial-Grade Durability:\u003c\/b\u003e E1-grade boards provide scratch resistance, load-bearing strength, and long-term daily office performance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Corner Storage:\u003c\/b\u003e Multifunctional side cabinet, concealed cable management, and CPU ventilation keep the workspace organised and efficient.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHeavy-Duty Load Capacity:\u003c\/b\u003e Reinforced 1.3-inch thick desktop construction supports demanding executive setups with the source content describing approx. 1102 lbs load capacity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10152\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eCurved Executive Corner Desk with Storage\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/1_d3f41a41-6bb6-4ec4-8f91-937c307fc7be.jpg?v=1757667197\" alt=\"Curved executive corner desk with storage in modern office\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eTransform a leadership workspace with this curved desk and corner desk with storage. Designed for executive suites, director offices, manager rooms, and sophisticated corporate interiors, it combines a bold curved layout, E1-grade boards, concealed cable management, thickened desktop support, CPU ventilation, and a multifunctional side cabinet for a commanding and organised workstation.\u003c\/p\u003e\n\u003cdiv class=\"kagu-img-grid kagu-options-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/curved_desk_corner_desk_with_storage_kaguyasuLBZ-10152_detailed_images_1.jpg?v=1778825197\" alt=\"Curved corner desk with executive storage layout\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/2_c2734b57-d4d3-4bb9-be31-231aecf6894b.jpg?v=1757667195\" alt=\"Six commercial-grade upgrades for curved executive desk\"\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\/0749\/7757\/5231\/files\/3_2058dc0e-ea3e-41bc-95bb-3095e4148f87.jpg?v=1757667196\" alt=\"E1-grade board construction for curved executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly E1-Grade Boards\u003c\/h3\u003e\n\u003cp\u003eBuilt with E1-grade materials, the desk surface supports low formaldehyde emissions, strong load-bearing performance, and high scratch resistance for long-lasting commercial office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/4_01a3f37a-2097-48c7-bec4-cf834d2304de.jpg?v=1757667195\" alt=\"Craftsmanship details on modern curved executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePremium Executive Craftsmanship\u003c\/h3\u003e\n\u003cp\u003eRefined structural details give this modern executive desk a more polished and durable feel, making it suitable for sophisticated corporate offices and high-end professional interiors.\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\/0749\/7757\/5231\/files\/5_36f093f3-28a1-43a0-988d-78fd567f2614.jpg?v=1757667197\" alt=\"Hidden cable management on curved executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHidden Cable Management\u003c\/h3\u003e\n\u003cp\u003eConcealed routing channels help organize power cords, computer cables, chargers, and office devices. The result is a cleaner, more efficient desktop for daily 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\/curved_desk_corner_desk_with_storage_kaguyasuLBZ-10152_detailed_images_3.jpg?v=1778825199\" alt=\"Spacious curved desk surface for multiple monitors and documents\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpacious Curved Desktop\u003c\/h3\u003e\n\u003cp\u003eThe expansive curved work surface provides comfortable room for multiple monitors, documents, laptops, meeting materials, and essential devices while keeping the executive suite organised.\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\/0749\/7757\/5231\/files\/7_247edfc2-22a6-4d84-b155-fe8c3b517a5d.jpg?v=1757667196\" alt=\"Thickened desktop with heavy-duty load capacity\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eThickened Top for Strong Stability\u003c\/h3\u003e\n\u003cp\u003eThe reinforced 1.3-inch thick desktop is designed for heavy-duty commercial reliability, with the source content describing an approx. 1102 lbs load capacity for demanding office setups.\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\/0749\/7757\/5231\/files\/8_2a624b42-9877-4844-91cb-9bff381182bd.jpg?v=1757667195\" alt=\"Innovative curved corner desk shape for office layout optimisation\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eInnovative Shape for Corner Offices\u003c\/h3\u003e\n\u003cp\u003eThe unique dual-panel curved layout helps maximize room potential while creating a bold architectural edge. It works well for executive corners, manager rooms, and statement 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\/0749\/7757\/5231\/files\/9_face90fc-82c1-4afa-af62-8a2ef3cea24b.jpg?v=1757667196\" alt=\"CPU ventilation holes on corner desk storage cabinet\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSmart CPU Ventilation\u003c\/h3\u003e\n\u003cp\u003eBuilt-in ventilation holes promote airflow around computer equipment, helping dissipate heat and support longer hardware life when using the side cabinet for CPU storage.\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\/0749\/7757\/5231\/files\/10_35940a36-39e1-416e-a742-90a0552e15f1.jpg?v=1757667196\" alt=\"Multifunctional side cabinet on curved corner desk with storage\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSmart Corner Desk with Storage\u003c\/h3\u003e\n\u003cp\u003eThe multifunctional side cabinet securely houses a CPU, important files, office supplies, and personal items, helping keep the executive workspace tidy and professional.\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\u003eCurved Desk \/ Corner Desk with Storage \/ Luxury Executive Office Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Detail\u003c\/th\u003e\n\u003ctd\u003eE1-grade boards with scratch resistance and commercial durability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eSpacious curved desktop with approx. 1.3-inch reinforced thickness\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eSource content describes approx. 1102 lbs load capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eHidden cable routing channels for wire organisation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eMultifunctional side cabinet for CPU, files, office supplies, and personal items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n\u003ctd\u003eBuilt-in CPU ventilation holes for internal airflow and heat dissipation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShape Detail\u003c\/th\u003e\n\u003ctd\u003eCreative curved dual-panel layout for corner workspace optimization\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\/curved_desk_corner_desk_with_storage_kaguyasuLBZ-10152_detailed_images_2.jpg?v=1778825198\" alt=\"Curved 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, curved side orientation, side cabinet position, chair clearance, doorway width, lift access, stair clearance, and final placement area before ordering.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, surface texture, board 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\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for curved 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, curved layout direction, 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, ventilation clearance, and device layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive suites, director offices, manager rooms, corporate workstations, and premium office interiors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the desktop away from sharp edges, standing water, excessive heat, abrasive cleaners, and prolonged sunlight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\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 curved desk different from a standard office desk?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe curved dual-panel layout creates a bolder executive look while helping maximise corner workspace for monitors, documents, devices, and daily office tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this corner desk include storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The multifunctional side cabinet provides storage for CPU equipment, files, office supplies, and personal items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it 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 internal airflow and heat dissipation. Please confirm CPU size 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 dimensions, curved side direction, doorway width, lift access, stair clearance, chair clearance, power access, cable routing, and final office layout before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10152\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10152\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Desk \/ Side Cabinet on the Left \/ 160cm x 160cm x 76cm","offer_id":43011223355440,"sku":"LBZ-10152-01","price":1370.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011223420976,"sku":"LBZ-10152-02","price":1527.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011223486512,"sku":"LBZ-10152-03","price":1684.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011223552048,"sku":"LBZ-10152-04","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011223617584,"sku":"LBZ-10152-05","price":2001.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 259cm x 160cm x 76cm","offer_id":43011223683120,"sku":"LBZ-10152-06","price":2154.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 279cm x 160cm x 76cm","offer_id":43011223748656,"sku":"LBZ-10152-07","price":2207.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 300cm x 180cm x 76cm","offer_id":43011223814192,"sku":"LBZ-10152-08","price":2242.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 320cm x 180cm x 76cm","offer_id":43011223879728,"sku":"LBZ-10152-09","price":2428.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 160cm x 160cm x 76cm","offer_id":43011223388208,"sku":"LBZ-10152-10","price":1297.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011223453744,"sku":"LBZ-10152-11","price":1423.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011223519280,"sku":"LBZ-10152-12","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011223584816,"sku":"LBZ-10152-13","price":1675.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011223650352,"sku":"LBZ-10152-14","price":1802.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 259cm x 160cm x 76cm","offer_id":43011223715888,"sku":"LBZ-10152-15","price":1927.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 279cm x 160cm x 76cm","offer_id":43011223781424,"sku":"LBZ-10152-16","price":2054.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 300cm x 180cm x 76cm","offer_id":43011223846960,"sku":"LBZ-10152-17","price":2181.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 320cm x 180cm x 76cm","offer_id":43011223912496,"sku":"LBZ-10152-18","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"File atch \/ 160cm x 41cm x 201cm","offer_id":43011223945264,"sku":"WJG-1024-02","price":1750.0,"currency_code":"GBP","in_stock":true},{"title":"File atch \/ 239cm x 41cm x 201cm","offer_id":43011223978032,"sku":"WJG-1024-01","price":2190.0,"currency_code":"GBP","in_stock":true},{"title":"File atch \/ 320cm x 41cm x 201cm","offer_id":43011224010800,"sku":"WJG-1024-03","price":2578.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Chair * 1","offer_id":42944252084272,"sku":"LBY-2027-03","price":342.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/curved_desk_corner_desk_with_storage_kaguyasuLBZ_10152_main_images_1.jpg?v=1781690854"},{"product_id":"wooden-metal-corner-desk-lbz-10168","title":"Wooden Desk | Metal Desk | Corner Desk with Storage | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 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: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Metal and Wood Design:\u003c\/b\u003e A luxury executive office desk blending warm wood tones, refined metal details, and a modern corner workstation layout.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Power Access:\u003c\/b\u003e Hidden multimedia cable box supports cleaner charging, power routing, and daily device connectivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Executive Details:\u003c\/b\u003e Aluminium alloy edge banding, leather accents, LED lighting, and grid panel styling create a high-end professional look.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Corner Storage:\u003c\/b\u003e High-capacity side cabinet with a three-digit combination lock keeps files, valuables, and office essentials organised and protected.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10168\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eWooden and Metal Corner Desk with Executive Storage\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_13.webp?v=1778729236\" alt=\"Wooden and metal executive corner desk with storage\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate a leadership workspace with this wooden and metal desk designed as a luxury executive office command centre. It combines a spacious desktop, heavy-duty panels, hidden multimedia cable management, aluminium alloy edging, leather accents, LED lighting, and secure corner storage with a combination lock for a refined and highly functional office setup.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-img-grid kagu-options-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_2.jpg?v=1778825223\" alt=\"Executive wooden and metal desk front view\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_3.jpg?v=1778825223\" alt=\"Luxury corner desk with storage office layout\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_14.webp?v=1778729153\" alt=\"Premium heavy-duty panels for executive wooden desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Panels Built for Durability\u003c\/h3\u003e\n          \u003cp\u003eThe commercial-grade panels are designed for a durable, scratch-resistant surface that is easy to maintain. They support everyday executive work, computer setups, documents, and long-term office use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_4.webp?v=1778729115\" alt=\"Hidden multimedia cable box on executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHidden Cable Box for Seamless Power\u003c\/h3\u003e\n          \u003cp\u003eThe built-in multimedia cable box supports power access and charging needs while helping hide cords, chargers, and workstation cables for a cleaner executive desk surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_4.jpg?v=1778729383\" alt=\"Spacious metal and wooden executive desk desktop\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Metal and Wooden Desk\u003c\/h3\u003e\n          \u003cp\u003eThe large desktop provides a more comfortable and efficient working environment for laptops, monitors, documents, meeting materials, and everyday management tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_5.webp?v=1778729157\" alt=\"Aluminium alloy edge banding on wooden and metal desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExquisite Aluminium Alloy Edging\u003c\/h3\u003e\n          \u003cp\u003eThe finely crafted aluminium alloy edge banding provides a smooth, rounded touch with a refined metallic finish. It helps protect edges while enhancing the executive appearance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_6.webp?v=1778729224\" alt=\"Leather accents on luxury executive office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eChic Leather Accents for Elegance\u003c\/h3\u003e\n          \u003cp\u003eDecorative leather details create a minimalist and sophisticated look. The surface accents add visual depth and help the workstation feel more refined in executive interiors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_7.webp?v=1778729187\" alt=\"Built-in LED lighting on luxury executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBuilt-In LED Lighting for Ambience\u003c\/h3\u003e\n          \u003cp\u003eThe hidden LED light strip adds a clean modern glow to the desk design. Paired with grid panel styling, it brings more energy, atmosphere, and presence to the workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_8.webp?v=1778729247\" alt=\"Secure corner desk storage cabinet with combination lock\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Corner Desk with Storage\u003c\/h3\u003e\n          \u003cp\u003eThe side cabinet offers ample storage for documents, valuables, personal items, and office supplies. A three-digit combination lock adds extra security for items that need privacy.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_10.webp?v=1778729125\" alt=\"Wooden and metal executive desk style options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_11.webp?v=1778729316\" alt=\"Wooden and metal executive desk colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eProduct Details\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eWooden Desk \/ Metal Desk \/ Corner Desk with Storage \/ Luxury Executive Office Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMain Design\u003c\/th\u003e\n              \u003ctd\u003eWood and metal executive desk with modern corner workstation layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Detail\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty commercial-grade panels with scratch-resistant and easy-maintenance surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eSpacious desktop for monitors, documents, laptops, and daily executive work\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eHidden multimedia cable box for charging and power routing\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eEdge Detail\u003c\/th\u003e\n              \u003ctd\u003eAluminium alloy edge banding with smooth rounded touch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDecorative Detail\u003c\/th\u003e\n              \u003ctd\u003eLeather accents and grid panel design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in hidden LED light strip\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eHigh-capacity side cabinet with three-digit combination lock\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n              \u003ctd\u003eStyle options and colour options shown in product images\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_1.jpg?v=1778825223\" alt=\"Wooden and metal corner desk dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, side cabinet direction, chair clearance, doorway width, lift access, stair clearance, cable routing, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, wood tone, metal finish, leather accent, LED appearance, and board texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePower Planning Notice:\u003c\/b\u003e Please check nearby power access, cable length, device quantity, and multimedia cable box placement before installation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e The combination-lock storage area is designed for office essentials, documents, and personal items. Please confirm storage layout needs before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for wooden desk, metal desk, and corner desk with storage orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eInstallation Planning:\u003c\/b\u003e Assembly or installation requirements should be confirmed before ordering. Please prepare suitable tools, enough setup time, and a clear installation area.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk size, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check nearby power access, multimedia cable routing, LED connection needs, and device placement before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive suites, director offices, manager rooms, corporate workstations, and premium office interiors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the desktop away from sharp edges, standing water, excessive heat, abrasive cleaners, and prolonged sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this corner desk include secure storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The side cabinet provides high-capacity storage and includes a three-digit combination lock for extra security.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a hidden multimedia cable box for cleaner charging, power routing, and workstation cable organisation.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat gives this executive desk a luxury look?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe design combines wood and metal styling, aluminium alloy edging, leather accents, LED lighting, grid panel details, and a spacious executive desktop.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm desk dimensions, cabinet direction, doorway width, lift access, stair clearance, chair clearance, power access, cable routing, and final office layout before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10168\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10168\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Side cabinet on the right \/ 139.70cm x 66.04cm x 76.20cm (Desk)","offer_id":43011222339632,"sku":"LBZ-10168-01","price":1254.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 160.02cm x 76.20cm x 76.20cm (Desk)","offer_id":43011222372400,"sku":"LBZ-10168-02","price":1477.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 160.02cm x 165.10cm x 76.20cm (Desk)","offer_id":43011222405168,"sku":"LBZ-10168-16","price":2033.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 180.34cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222470704,"sku":"LBZ-10168-17","price":2178.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 200.66cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222536240,"sku":"LBZ-10168-18","price":2277.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 238.76cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222601776,"sku":"LBZ-10168-06","price":3101.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 279.40cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222667312,"sku":"LBZ-10168-08","price":3022.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 320.04cm x 228.60cm x 76.20cm (Desk)","offer_id":43011222732848,"sku":"LBZ-10168-10","price":3389.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 160.02cm x 165.10cm x 76.20cm (Desk)","offer_id":43011222437936,"sku":"LBZ-10168-03","price":2033.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 180.34cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222503472,"sku":"LBZ-10168-04","price":2178.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 200.66cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222569008,"sku":"LBZ-10168-05","price":2277.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 238.76cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222634544,"sku":"LBZ-10168-07","price":3101.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 279.40cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222700080,"sku":"LBZ-10168-09","price":3022.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the left \/ 320.04cm x 228.60cm x 76.20cm (Desk)","offer_id":43011222765616,"sku":"LBZ-10168-11","price":3389.0,"currency_code":"GBP","in_stock":true},{"title":"File cabinet \/ 269.24cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011222798384,"sku":"WJG-2142-01","price":3201.0,"currency_code":"GBP","in_stock":true},{"title":"File cabinet \/ 350.52cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011222831152,"sku":"WJG-2142-02","price":3450.0,"currency_code":"GBP","in_stock":true},{"title":"Chair*1 \/ Chair","offer_id":42944252641328,"sku":"LBY-2047-01","price":646.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168.jpg?v=1779157897"},{"product_id":"modern-office-reception-desk-jdt-1094","title":"Modern Office Reception Desk | Color-Blocked Reception 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: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n        \u003cb\u003ePremium First Impression:\u003c\/b\u003e A marble-look modern reception desk with elegant colour blocking for lobbies, salons, hotels, and front office areas.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eLED Reception Atmosphere:\u003c\/b\u003e Integrated lighting creates a brighter, more inviting reception point for guests, clients, and visitors.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eDual-Layer Privacy Counter:\u003c\/b\u003e The elevated front counter helps protect staff privacy while maintaining a professional guest-facing surface.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eOrganised Storage Layout:\u003c\/b\u003e Lockable drawers, cabinets, and keyboard tray support tidy, secure, and efficient daily reception work.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eVersatile Commercial Use:\u003c\/b\u003e Suitable for salon reception desks, hotel front desks, office counters, clinic welcome desks, and commercial lobby centrepieces.\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=\"KaguReadMoreTriggerJDT1094\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Colour-Blocked Reception Desk for Premium Front Offices\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_1.jpg?v=1778668378\" alt=\"Colour-blocked modern reception desk with LED front panel\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eMake a refined first impression with this modern office reception desk. Designed for lobbies, salons, hotels, clinics, offices, and commercial front desk areas, it combines a marble-look veneer, colour-blocked styling, LED lighting, dual-layer privacy counter, lockable storage, cabinets, and a keyboard tray for a polished and efficient reception workspace.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_23.jpg?v=1778668309\" alt=\"Premium panel construction for office reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Eco-Friendly Panels\u003c\/h3\u003e\n          \u003cp\u003eBuilt with high-quality sustainable panels for daily commercial use, this reception desk supports a safer, cleaner front office environment while maintaining reliable durability for busy reception operations.\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\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_2.webp?v=1779262234\" alt=\"Heat and fade resistant marble-look reception counter surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMarble-Look Veneer Finish\u003c\/h3\u003e\n          \u003cp\u003eThe marble-look veneer adds a sophisticated touch to the front desk. Its polished visual effect helps the reception area feel more premium, clean, and welcoming for visitors.\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\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_1.webp?v=1779262234\" alt=\"Dual-layer privacy counter on modern office reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual-Layer Counter for Staff Privacy\u003c\/h3\u003e\n          \u003cp\u003eThe elevated counter layer provides a clear guest-facing surface while helping shield daily staff work from view. It supports both professional presentation and private back-counter tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_4.jpg?v=1778668378\" alt=\"Lockable drawers cabinets and keyboard tray for reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLockable Storage and Keyboard Tray\u003c\/h3\u003e\n          \u003cp\u003eLockable drawers, cabinets, and a keyboard tray help keep paperwork, POS tools, stationery, and daily reception items organised, secure, and easy to reach throughout the day.\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\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_3.jpg?v=1778668378\" alt=\"Modern reception desk for salon hotel and office lobby use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Commercial Front Desk Use\u003c\/h3\u003e\n          \u003cp\u003eThis colour-blocked reception desk works well as a salon reception desk, hotel front desk, office reception counter, clinic welcome desk, or commercial lobby centrepiece.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_22.jpg?v=1778668309\" alt=\"Modern colour-blocked reception desk colour 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\u003eModern Office Reception Desk \/ Colour-Blocked Reception Desk \/ LED Reception Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSurface Style\u003c\/th\u003e\n              \u003ctd\u003eMarble-look veneer with colour-blocked front design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eLED reception desk design for a brighter guest-facing area\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Detail\u003c\/th\u003e\n              \u003ctd\u003eHigh-quality eco-friendly commercial panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eDual-layer elevated counter for staff privacy and guest-facing service\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers, cabinets, spacious compartments, and keyboard tray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eColour options shown in product 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\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_5.jpg?v=1778668378\" alt=\"Modern colour-blocked reception 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, lobby layout, staff working direction, visitor flow, 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, marble-look texture, LED appearance, veneer tone, and panel finish may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e Confirm keyboard tray, drawer, cabinet, POS equipment, and cable placement needs before finalising your reception layout.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe surfaces gently with a soft dry or slightly damp cloth. Avoid sharp objects, abrasive cleaners, standing water, 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 modern office reception desk and colour-blocked reception 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.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eLobby Layout Check:\u003c\/b\u003e Confirm reception desk size, visitor traffic flow, doorway width, lift access, stair clearance, staff clearance, and final placement area before purchase.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eElectrical Planning:\u003c\/b\u003e For LED and workstation use, check nearby power access, cable routing, POS equipment, computer placement, and wire length before installation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for salons, hotel lobbies, office reception areas, clinics, corporate front desks, and commercial visitor spaces.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the counter away from sharp edges, standing water, excessive heat, and prolonged sunlight.\n          \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\u003eIs this reception desk suitable for salons and hotels?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The design is suitable for salons, hotels, office lobbies, clinics, commercial front desks, and corporate reception areas.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this modern reception desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product content describes lockable drawers, cabinets, spacious compartments, and a keyboard tray for organised reception work.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The old content describes it as an LED reception desk designed to create a more inviting atmosphere.\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, lobby layout, visitor traffic flow, doorway width, lift access, stair clearance, power access, storage needs, 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=\"KaguReadMoreTriggerJDT1094\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT1094\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White Marble Pattern + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218800688,"sku":"JDT-1094-08","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219128368,"sku":"JDT-1094-09","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219456048,"sku":"JDT-1094-10","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219783728,"sku":"JDT-1094-11","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220111408,"sku":"JDT-1094-12","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220439088,"sku":"JDT-1094-13","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220766768,"sku":"JDT-1094-14","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ Customization Options","offer_id":43011221094448,"sku":"JDT-1094-71","price":320.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011218833456,"sku":"JDT-1094-15","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219161136,"sku":"JDT-1094-16","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219488816,"sku":"JDT-1094-17","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011219816496,"sku":"JDT-1094-18","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220144176,"sku":"JDT-1094-19","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220471856,"sku":"JDT-1094-20","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220799536,"sku":"JDT-1094-21","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011218866224,"sku":"JDT-1094-22","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219193904,"sku":"JDT-1094-23","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219521584,"sku":"JDT-1094-24","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011219849264,"sku":"JDT-1094-25","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220176944,"sku":"JDT-1094-26","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220504624,"sku":"JDT-1094-27","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220832304,"sku":"JDT-1094-28","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218898992,"sku":"JDT-1094-01","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219226672,"sku":"JDT-1094-02","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219554352,"sku":"JDT-1094-03","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219882032,"sku":"JDT-1094-04","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220209712,"sku":"JDT-1094-05","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220537392,"sku":"JDT-1094-06","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220865072,"sku":"JDT-1094-07","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 79cm x 61cm x 99cm","offer_id":43011218931760,"sku":"JDT-1094-29","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219259440,"sku":"JDT-1094-30","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219587120,"sku":"JDT-1094-31","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 239cm x 61cm x 99cm","offer_id":43011219914800,"sku":"JDT-1094-32","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220242480,"sku":"JDT-1094-33","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220570160,"sku":"JDT-1094-34","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 399cm x 61cm x 99cm","offer_id":43011220897840,"sku":"JDT-1094-35","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 79cm x 61cm x 99cm","offer_id":43011218964528,"sku":"JDT-1094-36","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219292208,"sku":"JDT-1094-37","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219619888,"sku":"JDT-1094-38","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 239cm x 61cm x 99cm","offer_id":43011219947568,"sku":"JDT-1094-39","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220275248,"sku":"JDT-1094-40","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220602928,"sku":"JDT-1094-41","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 399cm x 61cm x 99cm","offer_id":43011220930608,"sku":"JDT-1094-42","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218997296,"sku":"JDT-1094-43","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219324976,"sku":"JDT-1094-44","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219652656,"sku":"JDT-1094-45","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219980336,"sku":"JDT-1094-46","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220308016,"sku":"JDT-1094-47","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220635696,"sku":"JDT-1094-48","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220963376,"sku":"JDT-1094-49","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011219030064,"sku":"JDT-1094-50","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219357744,"sku":"JDT-1094-51","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219685424,"sku":"JDT-1094-52","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011220013104,"sku":"JDT-1094-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220340784,"sku":"JDT-1094-54","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220668464,"sku":"JDT-1094-55","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220996144,"sku":"JDT-1094-56","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 79cm x 61cm x 99cm","offer_id":43011219062832,"sku":"JDT-1094-57","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219390512,"sku":"JDT-1094-58","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219718192,"sku":"JDT-1094-59","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 239cm x 61cm x 99cm","offer_id":43011220045872,"sku":"JDT-1094-60","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220373552,"sku":"JDT-1094-61","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220701232,"sku":"JDT-1094-62","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 399cm x 61cm x 99cm","offer_id":43011221028912,"sku":"JDT-1094-63","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 79cm x 61cm x 99cm","offer_id":43011219095600,"sku":"JDT-1094-64","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 119cm x 61cm x 99cm","offer_id":43011219423280,"sku":"JDT-1094-65","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 201cm x 61cm x 99cm","offer_id":43011219750960,"sku":"JDT-1094-66","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 239cm x 61cm x 99cm","offer_id":43011220078640,"sku":"JDT-1094-67","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 279cm x 61cm x 99cm","offer_id":43011220406320,"sku":"JDT-1094-68","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 361cm x 61cm x 99cm","offer_id":43011220734000,"sku":"JDT-1094-69","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 399cm x 61cm x 99cm","offer_id":43011221061680,"sku":"JDT-1094-70","price":3675.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_main_images.jpg?v=1778721035"},{"product_id":"modern-ceo-executive-desk-storage-drawers-lbz-754","title":"Modern L-Shaped CEO Executive Desk with Storage Drawers | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 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\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\u003eSleek Director Desk Style:\u003c\/b\u003e A minimalist two-tone modern executive desk tailored for director offices, manager rooms, and professional workspaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial-Grade Board Build:\u003c\/b\u003e E1-grade eco-friendly boards with moisture resistance and peel-resistant PVC edge banding support long-term daily use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e High-capacity side cabinet, storage drawers, and aluminium cable management help keep documents, devices, and essentials neatly arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHardware Protection:\u003c\/b\u003e Built-in CPU cooling design supports heat dissipation and helps protect computer equipment during long workdays.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Privacy Panel:\u003c\/b\u003e The front modesty panel helps protect personal space while maintaining comfortable legroom for long executive work sessions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ754\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eModern Executive Desk with Storage Drawers\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/1_a37f33a7-f0d6-4d92-a40a-ceda745ee48c.jpg?v=1743664814\" alt=\"Modern executive desk with storage drawers for director office\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a clean and professional workspace with this modern l-shaped executive desk. Designed for director offices, manager rooms, corporate workstations, and private offices, it combines E1-grade board construction, aluminium cable management, durable PVC edge banding, a professional privacy panel, CPU cooling storage, and high-capacity drawers for organised daily work.\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\/0749\/7757\/5231\/files\/3_36ce1809-5f8d-492a-8c40-e50020776788.jpg?v=1743664818\" 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\u003eCrafted from high-density eco-friendly wood particles, the board is designed for reliable commercial performance, moisture resistance, and long-lasting daily office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/5_f097ce75-154b-4d6e-8e72-4d1792af8113.jpg?v=1743664823\" alt=\"Aluminium cable management box on modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eAluminium Cable Management\u003c\/h3\u003e\n\u003cp\u003eThe integrated aluminium routing box helps hide messy power cords, computer cables, chargers, and workstation wires. It keeps the executive desk surface cleaner and more professional.\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\/0749\/7757\/5231\/files\/6_e91b533d-cd26-4e40-ad8d-581c858cbc76.jpg?v=1743664826\" alt=\"Durable PVC edge banding on two-tone executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDurable PVC Edge Banding\u003c\/h3\u003e\n\u003cp\u003eSmooth heat-melted PVC edge banding helps resist peeling and daily wear. The minimalist two-tone stitching process adds a refined detail to the modern director desk design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_walnut_desk_with_storage_drawers_kaguyasuLBZ-754_detailed_images_2.jpg?v=1778824829\" alt=\"Professional privacy panel on modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eProfessional Privacy Panel\u003c\/h3\u003e\n\u003cp\u003eThe front modesty panel helps protect personal space while keeping the workstation visually tidy. It also supports comfortable legroom for long office sessions and executive work.\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\/0749\/7757\/5231\/files\/8_83f59fcb-1528-475d-8af0-ea31b98c04b2.jpg?v=1743664840\" alt=\"Integrated CPU cooling box in executive desk storage cabinet\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated CPU Cooling Box\u003c\/h3\u003e\n\u003cp\u003eThe smart air circulation design supports heat dissipation for computer equipment, helping slow hardware ageing and maintain a more practical workstation storage area.\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\/0749\/7757\/5231\/files\/9_bd893e8e-98fc-447f-b79e-ea289d4e084b.jpg?v=1743664843\" alt=\"High-capacity storage cabinet and drawers on modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Storage Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe diverse side cabinet works as a practical desk with storage drawers, offering organised space for a CPU, documents, personal items, office supplies, and daily essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/11_805fabc9-ee7a-45ff-9229-7200ca5bc853.jpg?v=1743664849\" alt=\"Modern executive desk style options\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/12_16cd2523-4ef2-4e81-9aec-91cab13dc12b.jpg?v=1743664851\" alt=\"Modern executive desk colour options\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eA modern executive desk designed for director offices, manager rooms, private offices, corporate workstations, and professional interiors. It combines a minimalist two-tone design, E1-grade board construction, aluminium cable management, PVC edge banding, privacy panel, CPU cooling storage, and high-capacity drawers.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eModern Executive Desk \/ Director Desk \/ Desk with Storage Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Detail\u003c\/th\u003e\n\u003ctd\u003eE1-grade eco-friendly high-density wood particle board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEdge Detail\u003c\/th\u003e\n\u003ctd\u003ePeel-resistant PVC edge banding with two-tone stitching design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eHigh-capacity side cabinet and storage drawers for documents, CPU, office supplies, and personal items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eIntegrated aluminium routing box for wire organisation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n\u003ctd\u003eProfessional front modesty panel with comfortable legroom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCPU Storage\u003c\/th\u003e\n\u003ctd\u003eBuilt-in CPU cooling box with air circulation design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n\u003ctd\u003eStyle options and colour options shown in product images\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eRefer to the dimension image. Unit: cm.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n\u003ctd\u003eDirector offices, executive offices, manager rooms, private offices, corporate workstations, 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\/modern_executive_desk_walnut_desk_with_storage_drawers_kaguyasuLBZ-754_detailed_images_3.jpg?v=1778824830\" alt=\"Modern executive 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, cabinet direction, chair clearance, doorway width, lift access, stair clearance, cable routing, and final placement area before ordering.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, two-tone finish, board texture, edge banding, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eEquipment Notice:\u003c\/b\u003e Please check CPU size, ventilation clearance, nearby power access, and cable length before placing computer equipment inside the storage cabinet.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for modern executive desk and desk with storage drawer orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eInstallation Planning:\u003c\/b\u003e Assembly or installation requirements should be confirmed before ordering. Please prepare suitable tools, enough setup time, and a clear installation area.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk size, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\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\u003eCommercial Projects:\u003c\/b\u003e Suitable for director offices, executive offices, 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, 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\u003eDoes this modern executive desk include storage drawers?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes a high-capacity side cabinet and storage drawers for documents, office supplies, personal items, and CPU placement.\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. It includes an integrated aluminium routing box to help organise wires, power cords, and computer cables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the desk store computer equipment?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product details show a built-in CPU cooling box with air circulation design. Please confirm CPU size 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 dimensions, cabinet position, chair clearance, doorway width, lift access, stair clearance, cable routing, equipment placement, 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=\"KaguReadMoreTriggerLBZ754\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ754\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Side cabinet on the right \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217489968,"sku":"LBZ-754-04","price":1251.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217555504,"sku":"LBZ-754-05","price":1368.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 218.44cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217621040,"sku":"LBZ-754-06","price":1415.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217686576,"sku":"LBZ-754-07","price":1504.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217752112,"sku":"LBZ-754-08","price":1594.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217817648,"sku":"LBZ-754-09","price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217522736,"sku":"LBZ-754-11","price":1251.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217588272,"sku":"LBZ-754-12","price":1368.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 218.44cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217653808,"sku":"LBZ-754-13","price":1415.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217719344,"sku":"LBZ-754-14","price":1504.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217784880,"sku":"LBZ-754-15","price":1594.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011217850416,"sku":"LBZ-754-16","price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"Without cabinet \/ 160.02cm x 78.74cm x 76.20cm (Desk)","offer_id":43011217457200,"sku":"LBZ-754-01","price":736.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 198.12cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011217883184,"sku":"WJG-2045-01","price":1621.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 238.76cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011217915952,"sku":"WJG-2045-02","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 279.40cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011217948720,"sku":"WJG-2045-03","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 320.04cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011217981488,"sku":"WJG-2045-04","price":2302.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ 53.34cm x 53.34cm x 132.08cm x 132.08cm (Chair)","offer_id":43011218014256,"sku":"LBY-2014-01","price":456.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_walnut_desk_with_storage_drawers_kaguyasuLBZ-754_main_images_23.jpg?v=1778827693"},{"product_id":"luxury-l-shaped-executive-desk-lbz-2147","title":"Luxury L-Shaped Executive Desk with Storage Drawers | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\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    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\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\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-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\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    transition: transform 0.3s;\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\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\u003eLuxury Presidential Presence:\u003c\/b\u003e A commanding luxury desk designed to elevate top-tier executive suites, leadership rooms, and premium offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive L-Shaped Layout:\u003c\/b\u003e The L-shaped executive desk design maximizes corner space while creating a generous workspace for multi-monitor setups and daily management tasks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Organization:\u003c\/b\u003e High-capacity side storage drawers and concealed cable management help keep files, devices, and office essentials neatly arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial-Grade Durability:\u003c\/b\u003e Eco-friendly E1-grade boards and a heavy-duty 5cm thickened desktop support demanding executive office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCPU Ventilation Support:\u003c\/b\u003e Integrated side-panel ventilation helps improve airflow around computer equipment for practical long-term workstation planning.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2147\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eLuxury L-Shaped Executive Desk with Storage Drawers\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_5.jpg?v=1779183053\" alt=\"Luxury L-shaped executive desk with storage drawers\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a prestigious leadership workspace with this luxury L-shaped executive desk. Designed for presidential offices, executive suites, manager rooms, and premium corporate interiors, it combines E1-grade board construction, a 5cm thickened desktop, concealed cable management, CPU ventilation, and a high-capacity side cabinet for a clean, organized, and authoritative office setup.\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_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_29.webp?v=1778728709\" alt=\"Eco-friendly E1 grade board for luxury 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\u003eCrafted from E1-grade boards for a durable and practical executive workspace. The premium surface is designed to resist scratches and stains, making daily office maintenance easier.\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_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_2.jpg?v=1779183052\" alt=\"5cm heavy-duty desktop on luxury L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy-Duty 5cm Desktop\u003c\/h3\u003e\n\u003cp\u003eThe massive 5cm thick desktop provides a stable, premium work surface for monitors, documents, laptops, and executive tasks. It supports a confident office presence and reliable daily performance.\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_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_21.webp?v=1778728719\" alt=\"Smart concealed cable management on 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 concealed routing box helps hide messy wires and maintain a clutter-free desktop. It supports a clean, organized, and highly professional executive computer workstation.\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_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_22.webp?v=1778728708\" alt=\"Integrated CPU ventilation slot on executive desk side panel\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated CPU Ventilation\u003c\/h3\u003e\n\u003cp\u003eThe side panel includes a dedicated ventilation slot to support heat dissipation around computer hardware. It helps keep the 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\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_24.webp?v=1778728709\" alt=\"High-capacity storage drawers and side cabinet on luxury desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Storage Solution\u003c\/h3\u003e\n\u003cp\u003eThe expansive side cabinet keeps files, documents, devices, stationery, and daily office essentials within reach. It supports a tidier L-shaped executive desk layout and more efficient workflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_3.jpg?v=1779183053\" alt=\"Luxury L-shaped executive desk style options\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_27.webp?v=1778728722\" alt=\"Luxury executive desk color options\" class=\"kagu-section-img\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eLuxury Desk \/ L-Shaped Executive Desk \/ Presidential 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 boards\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eApprox. 5cm thickened heavy-duty desktop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eHigh-capacity side cabinet and storage drawers for files, documents, and office essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eConcealed routing box for cleaner wire organization\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n\u003ctd\u003eIntegrated CPU ventilation slot on the side panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle \u0026amp; Color\u003c\/th\u003e\n\u003ctd\u003eStyle options and color options shown in product images\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_detailed_images_1.jpg?v=1779183052\" alt=\"Luxury L-shaped executive desk dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important delivery guidelines for this large-scale executive desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size and weight of this luxury L-shaped executive desk, delivery may be restricted to curbside or ground-floor access depending on the carrier and local conditions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please confirm desk size, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The product will be dispatched via suitable furniture shipping carriers. Tracking information will be updated after shipment is arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If inside delivery, upstairs delivery, or additional handling support is required, please contact our support team before fulfillment to confirm availability and possible extra fees.\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 luxury desk suitable for executive offices?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt combines a commanding L-shaped layout, E1-grade board construction, a 5cm thickened desktop, concealed cable management, CPU ventilation, and high-capacity storage drawers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this L-shaped executive desk include cable management?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product details show a concealed routing box designed to hide messy wires and maintain a cleaner workspace.\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 side panel includes a CPU ventilation slot to support airflow and heat dissipation. Please confirm CPU size and 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 position, chair clearance, doorway width, lift access, stair clearance, cable routing, equipment placement, 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=\"KaguReadMoreTriggerLBZ2147\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2147\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Without Storage \/ 160.02cm x 78.74cm x 76.20cm (Desk)","offer_id":43011216212016,"sku":"LBZ-2147-01","price":1072.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 160.02cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216244784,"sku":"LBZ-2147-02","price":1437.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216310320,"sku":"LBZ-2147-04","price":1558.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216375856,"sku":"LBZ-2147-06","price":1681.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216441392,"sku":"LBZ-2147-08","price":1802.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216506928,"sku":"LBZ-2147-10","price":1924.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216572464,"sku":"LBZ-2147-12","price":2046.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216638000,"sku":"LBZ-2147-14","price":2167.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the right \/ 299.72cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216703536,"sku":"LBZ-2147-16","price":2289.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 160.02cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216277552,"sku":"LBZ-2147-03","price":1437.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216343088,"sku":"LBZ-2147-05","price":1558.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216408624,"sku":"LBZ-2147-07","price":1681.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216474160,"sku":"LBZ-2147-09","price":1802.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 238.76cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216539696,"sku":"LBZ-2147-11","price":1924.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 259.08cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216605232,"sku":"LBZ-2147-13","price":2046.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 279.40cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216670768,"sku":"LBZ-2147-15","price":2167.0,"currency_code":"GBP","in_stock":true},{"title":"Storage on the left \/ 299.72cm x 160.02cm x 76.20cm (Desk)","offer_id":43011216736304,"sku":"LBZ-2147-17","price":2289.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 160.02cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011216769072,"sku":"WJG-2169-09","price":1801.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 200.66cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011216801840,"sku":"WJG-2169-10","price":1864.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 238.76cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011216834608,"sku":"WJG-2169-11","price":2657.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 279.40cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011216867376,"sku":"WJG-2169-12","price":3087.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet \/ 320.04cm x 40.64cm x 200.66cm (Cabinet)","offer_id":43011216900144,"sku":"WJG-2169-13","price":3515.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ 53.34cm x 53.34cm x 132.08cm x 132.08cm (Chair)","offer_id":43011216932912,"sku":"LBY-2014-01","price":456.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_desk_l-shaped_executive_desk_with_storage_drawers_kaguyasuLBZ-2147_main_images_27.webp?v=1778728729"},{"product_id":"premium-executive-chair-ergonomic-office-chair-bgy-2052","title":"Premium Executive Chair | Ergonomic Office Chair | 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\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (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\u003eProfessional Executive Elegance:\u003c\/b\u003e A premium executive chair designed to elevate modern offices, home workspaces, study rooms, and gaming setups.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAll-Day Ergonomic Support:\u003c\/b\u003e Contoured cushioning, reinforced backrest support, and a smooth 135¡ã recline help improve comfort during long sitting sessions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Foam Comfort:\u003c\/b\u003e Soft yet resilient foam padding creates a supportive, cloud-like seating feel for intensive work and daily office use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmooth Floor-Safe Mobility:\u003c\/b\u003e High-performance nylon legs and anti-slip PA casters provide quiet movement and help protect office floors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSkin-Friendly Arm Support:\u003c\/b\u003e Curved geometric armrests provide steady upper-body support for typing, meetings, reading, and relaxed sitting.\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=\"KaguReadMoreTriggerBGY2052\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Chair with Ergonomic Office Comfort\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/BGY-2052_02.png?v=1744871526\" alt=\"Premium ergonomic executive office chair with adjustable design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your workspace with a premium executive chair built for comfort, support, and modern office style. This ergonomic office chair combines high-density foam padding, a reinforced backrest, skin-friendly armrests, contoured seating, 135¡ã recline support, anti-slip PA casters, and one-piece moulded nylon legs for daily work, study, and gaming use.\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\/0749\/7757\/5231\/files\/BGY-2052_06.png?v=1744871531\" alt=\"High-density foam padding on premium executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Foam Leather-Style Seat\u003c\/h3\u003e\n          \u003cp\u003eThe seat uses premium high-density foam for a soft yet supportive sitting feel. Its elastic rebound helps reduce fatigue during long workdays, study sessions, gaming, and regular office tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/BGY-2052_08.png?v=1744871533\" alt=\"Thickened reinforced safe backrest on ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened and Reinforced Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe reinforced backrest provides strong structural integrity and reliable support for daily use. It is designed to feel secure while supporting a more comfortable office sitting posture.\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\/0749\/7757\/5231\/files\/BGY-2052_10.png?v=1744871535\" alt=\"Geometric skin-friendly armrests on executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eGeometric Skin-Friendly Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe curved armrests combine a modern geometric shape with a soft, skin-friendly touch. They provide steady upper-body support during typing, meetings, reading, and relaxed sitting.\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\/0749\/7757\/5231\/files\/BGY-2052_12.png?v=1744871537\" alt=\"Contoured ergonomic office chair seat cushion\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eContoured Ergonomic Seat Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe specialised cushion naturally follows the seated shape for improved support. It helps distribute pressure more evenly and supports comfort during extended office or home workspace 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\/0749\/7757\/5231\/files\/BGY-2052_14.png?v=1744871539\" alt=\"135 degree relaxing recline with synchronised armrests\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e135¡ã Recline with Synchronized Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe smooth 135¡ã reclining function lets you lean back with stable arm support. Synchronized armrests help keep elbows supported while switching between focused work and short relaxation breaks.\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\/0749\/7757\/5231\/files\/BGY-2052_16.png?v=1744871541\" alt=\"Anti-slip PA mobility casters on premium executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAnti-Slip PA Mobility Casters\u003c\/h3\u003e\n          \u003cp\u003eThe large-edge PA casters support smooth, flexible movement while helping protect hardwood, tile, and office flooring from scratches during everyday chair 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\/0749\/7757\/5231\/files\/BGY-2052_18.png?v=1744871543\" alt=\"One-piece moulded high-performance nylon legs\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOne-Piece Moulded Nylon Legs\u003c\/h3\u003e\n          \u003cp\u003eThe high-performance nylon legs are built for dependable support and easy maintenance. Their rust-free, washable design helps the chair stay practical for long-term professional use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/BGY-2052_22.png?v=1744871550\" alt=\"Premium executive chair colour 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\"\u003eDescription\u003c\/th\u003e\n        \u003ctd\u003eA premium executive chair designed for modern workspaces, home offices, study areas, and gaming setups. It combines high-density foam padding, reinforced backrest support, contoured ergonomic seating, 135¡ã recline, synchronised armrests, anti-slip PA casters, and one-piece moulded nylon legs.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003ePremium Executive Chair \/ Ergonomic Office Chair \/ Leather-Style Home Office Chair\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSeat Cushion\u003c\/th\u003e\n        \u003ctd\u003eHigh-density foam with soft elastic support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n        \u003ctd\u003eThickened and reinforced safe backrest\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eArmrests\u003c\/th\u003e\n        \u003ctd\u003eSkin-friendly geometric armrests with synchronised recline support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n        \u003ctd\u003eUp to 135¡ã relaxing recline\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eMobility\u003c\/th\u003e\n        \u003ctd\u003eAnti-slip PA mobility casters\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eBase\u003c\/th\u003e\n        \u003ctd\u003eOne-piece moulded high-performance nylon legs\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n        \u003ctd\u003eColour options shown in product 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      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n        \u003ctd\u003eExecutive offices, home offices, study rooms, gaming rooms, workstations, and modern professional workspaces\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-2052_detailed_images_4.jpg?v=1779161262\" alt=\"Premium ergonomic executive chair dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, upholstery tone, caster finish, base appearance, and surface texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eComfort Notice:\u003c\/b\u003e Seat firmness, foam rebound, recline feel, and armrest comfort may vary by body type, sitting habits, and personal preference.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eFloor Protection Notice:\u003c\/b\u003e The PA casters are designed for smooth movement, but floor protection mats are recommended for delicate flooring or long-term use in one area.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe surfaces with a soft dry or slightly damp cloth. Avoid sharp objects, 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 premium executive chair and ergonomic office chair orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly requirements should be confirmed before ordering. Please prepare a clean setup area and follow the assembly instructions carefully.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair dimensions, desk height, turning clearance, floor surface, and workstation spacing before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Planning:\u003c\/b\u003e Review colour options, upholstery tone, caster type, and office interior style before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for executive offices, home offices, study rooms, gaming rooms, manager offices, and professional workspace projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the chair away from sharp edges, standing water, excessive heat, and prolonged sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this premium executive chair recline?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product details show a 135¡ã relaxing recline with synchronised armrest support.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat makes the chair comfortable for long sitting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses high-density foam, a contoured ergonomic cushion, reinforced backrest support, and armrests designed for upper-body comfort.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eAre the casters suitable for office flooring?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair includes anti-slip PA mobility casters designed for smooth, floor-conscious movement. A floor mat is still recommended for delicate surfaces.\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 chair dimensions, desk height, turning clearance, colour option, floor surface, and final workspace 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=\"KaguReadMoreTriggerBGY2052\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY2052\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Gray Black Frame","offer_id":42944257130544,"sku":"BGY-2052-01","price":314.0,"currency_code":"GBP","in_stock":true},{"title":"Black Black Frame","offer_id":42944257163312,"sku":"BGY-2052-02","price":314.0,"currency_code":"GBP","in_stock":true},{"title":"Light White White Frame","offer_id":43011214245936,"sku":"BGY-2052-03","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Black White Frame","offer_id":43011214278704,"sku":"BGY-2052-04","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Gray White Frame","offer_id":43011214311472,"sku":"BGY-2052-05","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Orange White Frame","offer_id":43011214344240,"sku":"BGY-2052-06","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Blue White Frame","offer_id":43011214377008,"sku":"BGY-2052-07","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Green White Frame","offer_id":43011214409776,"sku":"BGY-2052-08","price":346.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-2052_main_images.png?v=1779696605"},{"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":"modern-office-chair-ergonomic-black-mesh-bgy-39","title":"Modern Office Chair | Ergonomic Black Office Chair with Mesh Back | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\n  .kagu-wrapper {\n    --k-pri: #409103; \n    --k-sec: #BACBB9; \n    --k-bg-dark: #E4E9E6; \n    --k-bg-light: #F3F3F3; \n    --k-text-main: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\n  .kagu-wrapper h2, \n  .kagu-wrapper h3,\n  .kagu-wrapper h4 { \n    font-family: 'Poppins', sans-serif; \n    text-transform: uppercase; \n    font-weight: 700; \n    letter-spacing: 1px; \n    color: var(--k-text-title); \n    margin-top: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets (Single Column Layout) --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { \n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: grid; \n    grid-template-columns: 1fr; \n    gap: 14px; \n  }\n  .kagu-usp-bullets li { \n    position: relative; \n    padding-left: 28px; \n    font-size: 14.5px; \n  }\n  .kagu-usp-bullets li::before { \n    content: '';\n    position: absolute; left: 0; top: 3px;\n    width: 18px; height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Image --- *\/\n  .kagu-long-showcase { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 8px; \n    border: 1px solid var(--k-bg-dark); \n    margin: 35px 0; \n  }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '?'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; transition: all 0.3s; }\n  .kagu-accordion details:hover { border-color: var(--k-sec); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); background: var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: #fff; }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.5rem; }\n    .kagu-usp-bullets { padding: 20px 18px; margin-bottom: 30px; }\n    .kagu-tbl { margin-top: 20px; margin-bottom: 20px; }\n    .kagu-tbl table { display: table; min-width: 100%; } \n    .kagu-tbl th, .kagu-tbl td { display: table-cell; padding: 12px 14px; font-size: 13.5px; }\n    .kagu-tbl th { width: 35%; }\n    .kagu-tbl td { width: 65%; }\n    .kagu-b2b-box { padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eRefining Your Daily Seating Experience\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Aesthetics:\u003c\/b\u003e A sleek black office chair designed to add a touch of sophisticated elegance to any contemporary workspace.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHealthy Posture:\u003c\/b\u003e An advanced ergonomic office chair meticulously engineered to provide superior daily lumbar support.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCool Comfort:\u003c\/b\u003e Premium breathable mesh materials setting a new performance standard for office seating uk environments.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eErgonomic Black Office Chair with Mesh Back\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eProduct Description:\u003c\/h4\u003e\n    \u003cp\u003eIntroducing our stylish black mesh chair, an epitome of comfort and style tailored for your workspace. Crafted with an ergonomic design, this chair offers superior support and promotes healthy sitting posture. The black mesh upholstery ensures breathability, keeping you cool and comfortable throughout the day. Its sleek and modern design adds a touch of sophistication to any office environment. Engineered for both functionality and aesthetics, this chair merges ergonomic excellence with contemporary style, making it an ideal choice for those seeking a blend of comfort and elegance in their office seating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_chair_ergonomic_black_office_chair_with_mesh_back_kaguyasuBGY-39_detailed_images.webp?v=1778729883\" alt=\"Modern Office Chair | Ergonomic Black Office Chair with Mesh Back | Kaguyasu BGY-39 Detailed Dimensions\" class=\"kagu-long-showcase\"\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Contemporary Seating Series (BGY-39)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePremium Materials\u003c\/th\u003e\n          \u003ctd\u003eHigh-Elastic Mesh + Reinforced Nylon Structural Frame + High-Density Comfort Sponge Cushion\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColorway\u003c\/th\u003e\n          \u003ctd\u003eArchitectural Matte Black\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eVersatile Suitability\u003c\/th\u003e\n          \u003ctd\u003eCorporate Executive Offices, Conference Rooms, Employee Workstations, and Premium Home Studies\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Required\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, required\u003c\/b\u003e (Includes heavy-duty hardware kit and step-by-step graphic guidelines)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBespoke Customization\u003c\/th\u003e\n          \u003ctd\u003eStandard Corporate Specification (Bespoke modifications unavailable for this run)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eCorporate Procurement \u0026amp; Project Logistics\u003c\/h3\u003e\n    \u003cp\u003eAs a dedicated commercial seating provider across the UK and mainland Europe, Kaguyasu guarantees reliable delivery channels tailored for corporate fit-outs and workspace overhauls:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Flat-Packed Shipping:\u003c\/b\u003e All items are distributed flat-packed in heavy-duty commercial cartons to prevent transit friction and component fatigue.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eB2B Project Solutions:\u003c\/b\u003e If you are managing full floor layouts, conference center upgrades, or bulk fleet replacements, please coordinate directly with our commercial support hub.\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\u003eHow long does it take to assemble this ergonomic chair?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eAssembly is straightforward and intuitive. Each chair comes supplied with all necessary hex keys and precise technical visual blueprints. On average, a professional or home-office user completes the setup within 15 to 20 minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the mesh back structure loosen or sag over continuous use?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eNo. Our black mesh upholstery is woven from premium high-tensile interlocking strands engineered to withstand repetitive stress. It actively retains its firm, dynamic supportive tension even through years of daily full-day operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this model suitable for carpeted commercial floors?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes, the dual-wheel casters integrated with our reinforced nylon frame are dual-purpose. They are designed to slide smoothly and fluidly across low-pile commercial office carpets as well as standard hardwood floor options without causing surface scuffs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Security Base \/ 63*65*113cm","offer_id":43011212738608,"sku":"BGY-39-02","price":91.0,"currency_code":"GBP","in_stock":true},{"title":"Nylon Base \/ 63*65*113cm","offer_id":43011212771376,"sku":"BGY-39-01","price":110.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_chair_ergonomic_black_office_chair_with_mesh_back_kaguyasuBGY-39_main_images_1.jpg?v=1779161190"},{"product_id":"designer-office-chair-aluminum-executive-bgy-1066","title":"Designer Office Chair | Modern Aluminum Executive Chair | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 10000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-card-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin: 25px 0 35px;\n  }\n  .kagu-feature-card {\n    background: #fff;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    padding: 22px;\n  }\n  .kagu-feature-card h3 {\n    margin-top: 0;\n    margin-bottom: 10px;\n  }\n  .kagu-feature-card p {\n    margin: 0;\n    font-size: 15px;\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: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-feature-card-grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n    .kagu-feature-card {\n      padding: 18px 15px;\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\u003eDesigner Executive Look:\u003c\/b\u003e A modern aluminium-style executive chair that adds a refined designer profile to offices and leadership spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eComfortable Upholstered Seat:\u003c\/b\u003e Artificial leather and sponge cushioning support a smoother sitting experience during desk work and meetings.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Alloy Frame:\u003c\/b\u003e The alloy frame provides a stable structure for daily professional seating and long-term office use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Colour Support:\u003c\/b\u003e Colour customisation is available to help match executive offices, meeting rooms, and modern workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Executive Footprint:\u003c\/b\u003e The L53 ¡Á W48 ¡Á H97cm profile fits offices, meeting rooms, home offices, computer desks, and professional workspaces.\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=\"KaguReadMoreTriggerBGY1066\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eDesigner Office Chair with Modern Aluminum Executive Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/designer_office_chair_modern_aluminum_executive_chair_kaguyasuBGY-1066_detailed_images.webp?v=1778729766\" alt=\"Designer office chair with modern aluminium executive chair style\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBring a polished designer look to your office with this modern executive chair. Built for offices, executive rooms, meeting areas, and professional workspaces, it combines artificial leather upholstery, sponge cushioning, an alloy frame, a compact L53 ¡Á W48 ¡Á H97cm profile, and colour customisation support for a refined seating solution.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-card-grid\"\u003e\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eModern Designer Office Profile\u003c\/h3\u003e\n          \u003cp\u003eThe clean executive shape gives the chair a timeless, design-led appearance that works well in private offices, meeting rooms, reception areas, and professional computer desk setups.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eArtificial Leather Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe artificial leather surface creates a polished office look while offering practical daily comfort. It is suitable for executive spaces that need a refined appearance and easy everyday care.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eSponge Cushioning for Work Comfort\u003c\/h3\u003e\n          \u003cp\u003eThe cushioned seat and back support comfortable sitting through regular office work, desk tasks, meetings, and guest seating use.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eStable Alloy Frame\u003c\/h3\u003e\n          \u003cp\u003eThe alloy frame adds dependable structure and a modern metallic accent, helping the chair feel sturdy while maintaining a sleek executive style.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eDesigner Office Chair \/ Modern Aluminum Executive Chair \/ Executive Computer Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eArtificial leather, alloy frame, sponge\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003eL53 ¡Á W48 ¡Á H97cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n              \u003ctd\u003eOffices, executive offices, meeting rooms, home offices, computer desks, and professional workspaces\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour customisation may be available. Please confirm your preferred colour and project requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Material Notice:\u003c\/b\u003e Product colour, artificial leather texture, frame finish, and cushion appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAssembly Notice:\u003c\/b\u003e Assembly is required. Please prepare a clear setup area and follow the assembly instructions carefully before use.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe the upholstery and frame with a soft dry or slightly damp cloth. Avoid sharp objects, 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 designer office chair and executive seating 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 clean area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair size, desk height, legroom, floor surface, and turning clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Selection:\u003c\/b\u003e Confirm the preferred colour and upholstery look before fulfilment, especially for matching executive office interiors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for executive offices, meeting rooms, reception seating, home offices, and professional workspace projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the chair away from sharp edges, standing water, excessive heat, and prolonged sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this designer office chair 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 follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses artificial leather upholstery, sponge cushioning, and an alloy frame.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the chair colour be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour customisation may be available. Please confirm your preferred colour before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhere is this executive chair suitable?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt is suitable for offices, executive offices, meeting rooms, home offices, computer desks, and professional workspaces.\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=\"KaguReadMoreTriggerBGY1066\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY1066\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ 53*48*97cm","offer_id":43011209297968,"sku":"BGY-1066-03","price":895.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 53*48*97cm","offer_id":43011209330736,"sku":"BGY-1066-01","price":895.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 53*48*97cm","offer_id":43011209363504,"sku":"BGY-1066-02","price":895.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/designer_office_chair_modern_aluminum_executive_chair_kaguyasuBGY-1066_main_images_2.webp?v=1778729496"},{"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-manager-desk-with-storage-lbz-10111","title":"Manager Desk | L-Shaped Executive 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: 8x 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 premium L-shaped executive desk layout designed for leadership offices, manager rooms, and professional suites.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial-Grade Surface:\u003c\/b\u003e Scratch-resistant melamine surface with heavy-duty density board construction for daily office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHigh-Capacity Side Cabinet:\u003c\/b\u003e Open shelving and closed storage help organise files, office supplies, equipment, and personal items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStable H-Shaped Legs:\u003c\/b\u003e Powder-coated H-shaped legs provide strong support while maintaining comfortable under-desk legroom.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Left or Right Type:\u003c\/b\u003e Left and right type options help match different office layouts, side cabinet directions, and executive workspace plans.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10111\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eManager Desk with L-Shaped Executive Office Layout\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/manager_desk_l-shaped_executive_desk_kaguyasuLBZ-10111_detailed_images_6.webp?v=1778729329\" alt=\"Manager desk with modern L-shaped executive office layout\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eUpgrade a leadership suite with this modern manager desk. The L-shaped executive desk layout combines a spacious work surface, scratch-resistant melamine panel, density board structure, high-capacity side cabinet, open and closed storage, powder-coated H-shaped legs, and left or right type options for efficient executive workspace planning.\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_executive_desk_kaguyasuLBZ-10111_4.webp?v=1778729727\" alt=\"Scratch-resistant melamine panel on manager executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eScratch-Resistant Melamine Panel\u003c\/h3\u003e\n\u003cp\u003eThe premium melamine surface helps resist daily scratches and stains, keeping the desk looking clean and professional. It is practical for documents, laptops, monitors, writing tasks, and 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_executive_desk_kaguyasuLBZ-10111_detailed_images_4.webp?v=1778729149\" alt=\"High-capacity side cabinet with open and closed storage for executive desk\"\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 combines open shelving and closed storage to keep files, books, office equipment, and personal items neatly arranged. It supports faster access to essentials while keeping the executive workspace more organised.\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_executive_desk_kaguyasuLBZ-10111_detailed_images_5.webp?v=1778729120\" alt=\"Powder-coated H-shaped legs for stable L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePowder-Coated H-Shaped Legs\u003c\/h3\u003e\n\u003cp\u003eThe H-shaped leg structure provides reliable support for commercial office use while preserving comfortable under-desk legroom. The powder-coated finish supports daily durability and a clean executive appearance.\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_executive_desk_kaguyasuLBZ-10111_detailed_images_3.webp?v=1778729120\" alt=\"Left and right type options for L-shaped executive 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 Executive Desk \/ Modern 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\"\u003eSurface Detail\u003c\/th\u003e\n\u003ctd\u003eScratch-resistant melamine surface for daily office use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 180¡§C260 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 180 ?¨¢ W 160 ?¨¢ H 76 cm, L 200 ?¨¢ W 180 ?¨¢ H 76 cm, L 240 ?¨¢ W 190 ?¨¢ H 76 cm, L 240 ?¨¢ W 200 ?¨¢ H 76 cm, L 280 ?¨¢ W 200 ?¨¢ H 76 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eType Options\u003c\/th\u003e\n\u003ctd\u003eLeft type, right type\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 open shelving and closed storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLeg Structure\u003c\/th\u003e\n\u003ctd\u003ePowder-coated H-shaped legs for stable support and legroom\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 and style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eManager offices, executive suites, leadership workstations, private offices, corporate rooms, and professional 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\/manager_desk_l-shaped_executive_desk_kaguyasuLBZ-10111_detailed_images_2.webp?v=1778729031\" alt=\"Manager L-shaped executive desk dimensions guide in millimetres\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eDimension Notice:\u003c\/b\u003e The dimension image uses millimeters. Please confirm selected size, desk orientation, side cabinet position, chair clearance, and office layout before purchase.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCustomization Notice:\u003c\/b\u003e Size and style customization may be available. Please confirm all measurements, left or right type selection, and project requirements before production.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, surface texture, melamine finish, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\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 executive 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, left or right type, side 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 open shelf access, closed cabinet clearance, 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, leadership suites, corporate fit-outs, and professional workspaces requiring size 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, 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 executive 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\u003eCan I choose a left or right type?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk is available in left type and right type options. Please confirm the required side cabinet direction before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this manager desk include storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. It includes a high-capacity side cabinet with open shelving and closed storage for files, supplies, equipment, and personal items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this executive desk be customisable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size and style customisation may be available. Please confirm measurements, type direction, and project 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=\"KaguReadMoreTriggerLBZ10111\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10111\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Inside View Right Corner \/ 2m","offer_id":42944263913520,"sku":"LBZ-10111-04","price":1551.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Right Corner \/ 2.4m","offer_id":42944263946288,"sku":"LBZ-10111-05","price":1633.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Right Corner \/ 2.8m","offer_id":42944263979056,"sku":"LBZ-10111-06","price":1799.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 1.8m","offer_id":43011208118320,"sku":"LBZ-10111-01","price":898.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 2m","offer_id":43011208151088,"sku":"LBZ-10111-02","price":946.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 2.4m","offer_id":43011208183856,"sku":"LBZ-10111-03","price":999.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/manager_desk_l-shaped_executive_desk_kaguyasuLBZ-10111_4.webp?v=1778729727"},{"product_id":"funky-office-reception-counter-desk-jdt-2040","title":"Funky Office Reception Furniture | Wooden Reception 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: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eDistinctive Reception Style:\u003c\/b\u003e Funky office reception furniture with a retro-modern look for lobbies, restaurants, boutiques, and cashier areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWood Grille \u0026amp; Metal Accents:\u003c\/b\u003e Warm grille detailing pairs with sleek stainless steel elements to create a striking front desk statement.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Commercial Counter:\u003c\/b\u003e Two practical sizes support small welcome stations, cashier desks, front reception counters, and brand display points.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Colour, size, and material customisation are available for tailored wooden reception desk and commercial counter projects.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required, making it practical for restaurants, caf¡§|s, boutiques, offices, studios, and compact reception projects.\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=\"KaguReadMoreTriggerJDT2040\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eFunky Office Reception Furniture with Wooden Grille Design\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_01.jpg?v=1730686664\" alt=\"Funky office reception furniture with wooden grille and stainless steel design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a distinctive welcome point with this funky office reception furniture. Designed for restaurants, boutiques, companies, cashier areas, and compact commercial interiors, it combines a stylish wood grille look, stainless steel accents, internal storage, finished-product delivery, and customisable colour, size, and material options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_02.jpg?v=1730686664\" alt=\"Modern front reception desk for restaurant boutique and company spaces\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eModern Front Reception Desk for Multiple Scenes\u003c\/h3\u003e\n          \u003cp\u003eUse it as a restaurant welcome desk, company front desk, boutique cashier counter, or small reception point. The compact form helps create a strong first impression without overwhelming the space.\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\/0683\/9785\/9054\/files\/JDT-2040_03.jpg?v=1730686664\" alt=\"Durable wooden reception desk core material detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Commercial Core Materials\u003c\/h3\u003e\n          \u003cp\u003eThe desk is designed for commercial reception use with hard-wearing construction and a sturdy counter profile. The material combination supports daily front desk work, customer service, and cashier tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_04.jpg?v=1730686664\" alt=\"Wood grille and stainless steel accents on reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWood Grille and Stainless Steel Combination\u003c\/h3\u003e\n          \u003cp\u003eThe warm grille texture adds visual rhythm, while stainless steel accents bring a sleek modern edge. Together, they create an industrial-chic focal point for lobbies, shops, restaurants, and office entrances.\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\/0683\/9785\/9054\/files\/JDT-2040_05.jpg?v=1730686664\" alt=\"Internal storage layout for compact reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEfficient Internal Storage Layout\u003c\/h3\u003e\n          \u003cp\u003eThe staff-side layout helps organise daily reception items, payment tools, documents, and business supplies. It supports a tidier work surface and more efficient service during busy customer-facing moments.\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\/0683\/9785\/9054\/files\/JDT-2040_1m_Interior_View_The_internal_layout_and_effect_are_different_for_different_sizes.Please_contact_customer_service_for_details._Support_customization_8d2e04f7-2904-4bb5-bfec-abad44547327.png?v=1753954048\" alt=\"Custom colour and interior layout options for reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustom Colours and Interior Layout Planning\u003c\/h3\u003e\n          \u003cp\u003eColour, size, and material customisation are available for project-based interiors. Internal layout and final effect may vary by selected size, so confirm storage needs and counter use before production.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_08.jpg?v=1730686664\" alt=\"Funky wooden reception desk colour 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\u003eFunky Office Reception Furniture \/ Wooden Reception Desk \/ Modern Front Reception Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMetals, stainless steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDecorative Design\u003c\/th\u003e\n              \u003ctd\u003eWood grille style with stainless steel accents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 50¡§C70kg, 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\u003eL70 ?¨¢ W42 ?¨¢ H116cm, L110 ?¨¢ W42 ?¨¢ H116cm\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\u003eStaff-side internal reception counter storage layout; final layout may vary by selected size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour, size, and material\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eRestaurant welcome desks, company front desks, boutique cashier counters, retail stores, small lobbies, studios, caf¡§|s, and commercial reception points\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\/0683\/9785\/9054\/files\/2_d785b6d0-5561-4cdc-a11a-9c3a9f29c874_1_2.jpg?v=1741330326\" alt=\"Funky wooden reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour, size, and material customisation may be available. Please confirm all measurements, finish requirements, and project details before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eInterior Layout Notice:\u003c\/b\u003e Internal layout and final storage effect may vary for different sizes. Please confirm your preferred use, storage needs, and counter function before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, grille tone, stainless steel texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm doorway width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for wooden reception desk and compact front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected size, customer-facing side, staff standing area, 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 internal counter layout, cash register position, document storage, device placement, and daily workflow before finalising the order.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for restaurants, caf¡§|s, boutiques, retail stores, offices, studios, and commercial fit-outs requiring colour, size, or material customisation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe surfaces with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this wooden reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished counter, please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this reception counter be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour, size, and material customisation may be available. Please confirm measurements, finish requirements, and project details before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat commercial spaces is it suitable for?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt is suitable for restaurants, caf¡§|s, boutiques, cashier counters, company front desks, retail stores, studios, small lobbies, and compact reception points.\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 selected size, colour, material, doorway width, lift access, stair clearance, counter direction, storage needs, and final placement area before placing an order.\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=\"KaguReadMoreTriggerJDT2040\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT2040\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Walfnut \/ 70*42*116cm","offer_id":43011207757872,"sku":"JDT-2040-01","price":1208.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 100*42*116cm","offer_id":43011207790640,"sku":"JDT-2040-02","price":1612.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 70*42*116cm","offer_id":43011207823408,"sku":"JDT-2040-03","price":1073.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 100*42*116cm","offer_id":43011207856176,"sku":"JDT-2040-04","price":1478.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 70*42*116cm","offer_id":43011207888944,"sku":"JDT-2040-05","price":1073.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 100*42*116cm","offer_id":43011207921712,"sku":"JDT-2040-06","price":3019.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/funky_office_reception_furniture_wooden_reception_desk_kaguyasuJDT-2040_main_images_1.jpg?v=1778812389"},{"product_id":"salon-office-reception-desk-jdt-k094","title":"Salon Reception Desk | Office Reception 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: 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-reception-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_8.webp?v=1778726698\");\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-reception-colour-card {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 300%;\n    background-repeat: no-repeat;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-reception-colour-1 { background-position: 0% 0%; }\n  .kagu-reception-colour-2 { background-position: 100% 0%; }\n  .kagu-reception-colour-3 { background-position: 0% 50%; }\n  .kagu-reception-colour-4 { background-position: 100% 50%; }\n  .kagu-reception-colour-5 { background-position: 0% 100%; }\n  .kagu-reception-colour-6 { background-position: 100% 100%; }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-reception-colour-grid {\n      grid-template-columns: repeat(2, 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\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\u003eSleek Arc L-Shaped Design:\u003c\/b\u003e A modern reception desk with a refined pure-colour finish for salons, offices, boutiques, and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Board Build:\u003c\/b\u003e Commercial-grade high-density board supports daily front desk use in high-traffic reception areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eLockable Reception Storage:\u003c\/b\u003e Lockable drawers and cabinets help protect business documents, supplies, and private essentials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Colour and size customisation are available for tailored salon reception desk and office reception desk layouts.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Counter Delivery:\u003c\/b\u003e Assembly is not required, making it practical for salons, boutiques, clinics, offices, spas, and commercial reception projects.\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=\"KaguReadMoreTriggerJDTK094\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSalon Reception Desk for Modern Office and Commercial Spaces\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_5.jpg?v=1778750053\" alt=\"Modern salon reception desk with arc L-shaped office reception design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eWelcome guests with a polished reception counter designed for beauty salons, offices, clothing stores, boutiques, clinics, and modern commercial spaces. This arc L-shaped reception desk combines high-density board, a smooth baking-paint finish, a spacious desktop, polished arc corners, lockable storage, and customisable size and colour options for professional front desk layouts.\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_9.webp?v=1778726624\" alt=\"High density board material for salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from high-density board, this office reception desk is designed for daily commercial use. The moisture-resistant and scratch-resistant surface helps maintain a clean, professional look in busy reception areas.\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_6.webp?v=1778726669\" alt=\"Spacious desktop on modern office reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop for Daily Service\u003c\/h3\u003e\n          \u003cp\u003eThe clean, ergonomic desktop provides practical room for computers, payment devices, appointment books, documents, and guest service essentials. It supports smoother daily operations and more comfortable customer interactions.\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\/0683\/9785\/9054\/files\/JDT-K094_04_24d76ea5-f294-4d4a-aa0a-c7e890cc822f.jpg?v=1732073684\" alt=\"Polished arc corners on salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePolished Arc Corners\u003c\/h3\u003e\n          \u003cp\u003eThe rounded arc corners help reduce sharp-edge contact in busy front desk environments. The smooth painted finish adds a refined visual detail while improving everyday safety for staff and visitors.\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_2.jpg?v=1778750048\" alt=\"Lockable storage drawers and cabinets on reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLockable Reception Counter Storage\u003c\/h3\u003e\n          \u003cp\u003eLockable drawers and cabinets help keep documents, supplies, payment items, and personal belongings organised and protected. This storage layout supports business privacy while keeping the reception area neat.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-reception-colour-grid\" aria-label=\"Salon reception desk colour options\"\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-1\" role=\"img\" aria-label=\"Salon reception desk colour option 1\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-2\" role=\"img\" aria-label=\"Salon reception desk colour option 2\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-3\" role=\"img\" aria-label=\"Salon reception desk colour option 3\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-4\" role=\"img\" aria-label=\"Salon reception desk colour option 4\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-5\" role=\"img\" aria-label=\"Salon reception desk colour option 5\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-6\" role=\"img\" aria-label=\"Salon reception desk colour option 6\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eSalon Reception Desk \/ Office Reception Desk \/ Modern Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 77¡§C202kg, 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\u003eL100 ?¨¢ W60\/120 ?¨¢ H100cm, L120 ?¨¢ W60\/120 ?¨¢ H100cm, L140 ?¨¢ W60\/120 ?¨¢ H100cm, L160 ?¨¢ W60\/120 ?¨¢ H100cm, L180 ?¨¢ W60\/120 ?¨¢ H100cm, L200 ?¨¢ W60\/120 ?¨¢ H100cm, L220 ?¨¢ W60\/120 ?¨¢ H100cm, L240 ?¨¢ W60\/120 ?¨¢ H100cm, L260 ?¨¢ W60\/120 ?¨¢ H100cm, L280 ?¨¢ W60\/120 ?¨¢ H100cm, L300 ?¨¢ W60\/120 ?¨¢ H100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eWith corner, without corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003eSmooth baking-paint finish with pure-colour appearance\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers and cabinets for organised front desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBeauty salons, office lobbies, boutiques, clothing stores, clinics, spas, showrooms, commercial reception areas, and service counters\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_4.jpg?v=1778750049\" alt=\"Salon reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and size customisation may be available. Please confirm all measurements, layout direction, corner style, and finish requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, painted surface, board texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for salon reception desk and office reception counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a large finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected size, corner style, staff seating area, customer-facing side, 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, cabinet clearance, document storage, payment area, and daily front desk workflow before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for salons, boutiques, clinics, offices, studios, spas, and commercial fit-outs requiring colour or size 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, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this salon reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished reception counter, please confirm doorway width, lift access, stair clearance, and placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this office reception desk be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation may be available. Please confirm all required measurements, layout direction, corner style, and finish details before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the reception counter include lockable storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes lockable drawers and cabinets to help organise reception supplies and protect business essentials.\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 selected size, corner style, colour, doorway width, lift access, stair clearance, staff seating space, customer-facing side, and final placement area before placing an order.\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=\"KaguReadMoreTriggerJDTK094\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTK094\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ With Corner \/ L120*W120*H100cm","offer_id":42944264306736,"sku":"JDT-K094-17","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L140*W120*H100cm","offer_id":42944264339504,"sku":"JDT-K094-18","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L160*W120*H100cm","offer_id":42944264372272,"sku":"JDT-K094-19","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L180*W120*H100cm","offer_id":42944264405040,"sku":"JDT-K094-20","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L200*W120*H100cm","offer_id":42944264437808,"sku":"JDT-K094-21","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L220*W120*H100cm","offer_id":42944264470576,"sku":"JDT-K094-22","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L240*W120*H100cm","offer_id":42944264503344,"sku":"JDT-K094-23","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L260*W120*H100cm","offer_id":42944264536112,"sku":"JDT-K094-24","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L120*W60*H100cm","offer_id":42944264568880,"sku":"JDT-K094-25","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L140*W60*H100cm","offer_id":42944264601648,"sku":"JDT-K094-26","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L160*W60*H100cm","offer_id":42944264634416,"sku":"JDT-K094-27","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L180*W60*H100cm","offer_id":42944264667184,"sku":"JDT-K094-28","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L200*W60*H100cm","offer_id":42944264699952,"sku":"JDT-K094-29","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L220*W60*H100cm","offer_id":42944264732720,"sku":"JDT-K094-30","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L240*W60*H100cm","offer_id":42944264765488,"sku":"JDT-K094-31","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L260*W60*H100cm","offer_id":42944264798256,"sku":"JDT-K094-32","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L120*W120*H100cm","offer_id":42944264831024,"sku":"JDT-K094-01","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L140*W120*H100cm","offer_id":42944264863792,"sku":"JDT-K094-02","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L160*W120*H100cm","offer_id":42944264896560,"sku":"JDT-K094-03","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L180*W120*H100cm","offer_id":42944264929328,"sku":"JDT-K094-04","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L200*W120*H100cm","offer_id":42944264962096,"sku":"JDT-K094-05","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L220*W120*H100cm","offer_id":42944264994864,"sku":"JDT-K094-06","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L240*W120*H100cm","offer_id":42944265027632,"sku":"JDT-K094-07","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L260*W120*H100cm","offer_id":42944265060400,"sku":"JDT-K094-08","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265093168,"sku":"JDT-K094-09","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265125936,"sku":"JDT-K094-10","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265158704,"sku":"JDT-K094-11","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265191472,"sku":"JDT-K094-12","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265224240,"sku":"JDT-K094-13","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265257008,"sku":"JDT-K094-14","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265289776,"sku":"JDT-K094-15","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265322544,"sku":"JDT-K094-16","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L120*W120*H100cm","offer_id":42944265355312,"sku":"JDT-K094-33","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L140*W120*H100cm","offer_id":42944265388080,"sku":"JDT-K094-34","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L160*W120*H100cm","offer_id":42944265420848,"sku":"JDT-K094-35","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L180*W120*H100cm","offer_id":42944265453616,"sku":"JDT-K094-36","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L200*W120*H100cm","offer_id":42944265486384,"sku":"JDT-K094-37","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L220*W120*H100cm","offer_id":42944265519152,"sku":"JDT-K094-38","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L240*W120*H100cm","offer_id":42944265551920,"sku":"JDT-K094-39","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L260*W120*H100cm","offer_id":42944265584688,"sku":"JDT-K094-40","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265617456,"sku":"JDT-K094-41","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265650224,"sku":"JDT-K094-42","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265682992,"sku":"JDT-K094-43","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265715760,"sku":"JDT-K094-44","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265748528,"sku":"JDT-K094-45","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265781296,"sku":"JDT-K094-46","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265814064,"sku":"JDT-K094-47","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265846832,"sku":"JDT-K094-48","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L120*W120*H100cm","offer_id":42944265879600,"sku":"JDT-K094-49","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L140*W120*H100cm","offer_id":42944265912368,"sku":"JDT-K094-50","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L160*W120*H100cm","offer_id":42944265945136,"sku":"JDT-K094-51","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L180*W120*H100cm","offer_id":42944265977904,"sku":"JDT-K094-52","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L200*W120*H100cm","offer_id":42944266010672,"sku":"JDT-K094-53","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L220*W120*H100cm","offer_id":42944266043440,"sku":"JDT-K094-54","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L240*W120*H100cm","offer_id":42944266076208,"sku":"JDT-K094-55","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L260*W120*H100cm","offer_id":42944266108976,"sku":"JDT-K094-56","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266141744,"sku":"JDT-K094-57","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266174512,"sku":"JDT-K094-58","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266207280,"sku":"JDT-K094-59","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266240048,"sku":"JDT-K094-60","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266272816,"sku":"JDT-K094-61","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266305584,"sku":"JDT-K094-62","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266338352,"sku":"JDT-K094-63","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266371120,"sku":"JDT-K094-64","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L120*W120*H100cm","offer_id":42944266403888,"sku":"JDT-K094-65","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L140*W120*H100cm","offer_id":42944266436656,"sku":"JDT-K094-66","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L160*W120*H100cm","offer_id":42944266469424,"sku":"JDT-K094-67","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L180*W120*H100cm","offer_id":42944266502192,"sku":"JDT-K094-68","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L200*W120*H100cm","offer_id":42944266534960,"sku":"JDT-K094-69","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L220*W120*H100cm","offer_id":42944266567728,"sku":"JDT-K094-70","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L240*W120*H100cm","offer_id":42944266600496,"sku":"JDT-K094-71","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L260*W120*H100cm","offer_id":42944266633264,"sku":"JDT-K094-72","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266666032,"sku":"JDT-K094-73","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266698800,"sku":"JDT-K094-74","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266731568,"sku":"JDT-K094-75","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266764336,"sku":"JDT-K094-76","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266797104,"sku":"JDT-K094-77","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266829872,"sku":"JDT-K094-78","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266862640,"sku":"JDT-K094-79","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266895408,"sku":"JDT-K094-80","price":1783.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_main_images_2.jpg?v=1778750053"},{"product_id":"s-curve-ergonomic-office-chair-black-mesh-bgy-303","title":"S-Curve Ergonomic Office Chair | Black Mesh Work Chair | 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\n  .kagu-chair-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_09.jpg?v=1732252463\");\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 16px;\n    margin: 15px 0 30px;\n  }\n  .kagu-chair-colour-card {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 500%;\n    background-repeat: no-repeat;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-chair-colour-1 { background-position: 0% 0%; }\n  .kagu-chair-colour-2 { background-position: 100% 0%; }\n  .kagu-chair-colour-3 { background-position: 0% 25%; }\n  .kagu-chair-colour-4 { background-position: 100% 25%; }\n  .kagu-chair-colour-5 { background-position: 0% 50%; }\n  .kagu-chair-colour-6 { background-position: 100% 50%; }\n  .kagu-chair-colour-7 { background-position: 0% 75%; }\n  .kagu-chair-colour-8 { background-position: 100% 75%; }\n  .kagu-chair-colour-9 { background-position: 0% 100%; }\n  .kagu-chair-colour-10 { background-position: 100% 100%; }\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: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-chair-colour-grid {\n      grid-template-columns: repeat(2, 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\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eDynamic Office Comfort:\u003c\/b\u003e A black mesh work chair designed for modern offices, home workstations, meeting rooms, and daily desk use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Flip-Up Arms:\u003c\/b\u003e 90¡ã flip-up armrests let the chair slide neatly under a desk when not in use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOptional Headrest Style:\u003c\/b\u003e Choose without headrest or with headrest for added neck and upper body support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eS-Curve Ergonomic Backrest:\u003c\/b\u003e The body-fitting S-curve backrest helps support a more natural seated posture during long work sessions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003e135¡ã Reclining Comfort:\u003c\/b\u003e Smooth reclining support and pneumatic height adjustment help create a more flexible fit for work, study, and short breaks.\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=\"KaguReadMoreTriggerBGY303\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eS-Curve Ergonomic Office Chair with Black Mesh Work Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_01.jpg?v=1732252462\" alt=\"S-curve ergonomic black mesh office chair for modern workspaces\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eUpgrade everyday office seating with this S-curve ergonomic office chair. Designed for focused desk work, meeting rooms, home offices, and professional workstations, it combines breathable mesh, high-resilience foam, flip-up armrests, 135¡ã reclining comfort, adjustable seat height, optional headrest styles, and a stable five-star base.\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\/0683\/9785\/9054\/files\/BGY-303_02.jpg?v=1732252463\" alt=\"Flip-up armrests on black mesh swivel office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpace-Saving Flip-Up Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe armrests can flip up to 90¡ã, allowing the chair to slide more easily under a desk. This helps save room in compact offices, shared workstations, study rooms, and multi-purpose work areas.\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\/0683\/9785\/9054\/files\/BGY-303_03.jpg?v=1732252463\" alt=\"S-curve backrest design for ergonomic office chair posture support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody-Fitting S-Curve Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe S-curve backrest follows the natural line of the back to provide more balanced support during long sitting periods. It helps reduce sitting pressure and supports a more comfortable working posture.\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\/0683\/9785\/9054\/files\/BGY-303_04.jpg?v=1732252463\" alt=\"135 degree reclining black mesh ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e135¡ã Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eThe chair smoothly reclines up to 135¡ã for a more relaxed sitting angle during short breaks, reading, or casual work moments. It supports flexible comfort throughout the working day.\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\/0683\/9785\/9054\/files\/BGY-303_05.jpg?v=1732252463\" alt=\"High-density resilient foam cushion for ergonomic mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Resilient Foam Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe seat cushion uses high-resilience foam for a supportive feel and reliable rebound. The breathable cushion design helps maintain comfort through everyday desk work, meetings, and study sessions.\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\/0683\/9785\/9054\/files\/BGY-303_06.jpg?v=1732252463\" alt=\"Adjustable seat height on ergonomic black mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Height for Custom Fit\u003c\/h3\u003e\n          \u003cp\u003eThe pneumatic seat-height adjustment helps match different desk heights and user preferences. It supports a more practical seated position for work, study, meetings, and home office use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_07.jpg?v=1732252462\" alt=\"Rust-resistant five-star nylon base on black mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRust-Resistant Five-Star Base\u003c\/h3\u003e\n          \u003cp\u003eThe five-star nylon base provides stable support and smooth mobility for everyday office movement. It is practical for home workstations, meeting rooms, open offices, and desk-based work areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_08.jpg?v=1732252463\" alt=\"Office chair style options with and without headrest\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-chair-colour-grid\" aria-label=\"Black mesh ergonomic office chair colour options\"\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-1\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 1\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-2\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 2\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-3\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 3\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-4\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 4\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-5\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 5\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-6\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 6\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-7\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 7\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-8\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 8\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-9\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 9\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-10\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 10\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eS-Curve Ergonomic Office Chair \/ Black Mesh Work Chair \/ Swivel Office Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-resilience foam, mesh\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20¨C25kg, depending on selected style\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL65 ¡Á W50 ¡Á H107cm, L65 ¡Á W50 ¡Á H133cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eWithout headrest, with headrest\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eArmrests\u003c\/th\u003e\n              \u003ctd\u003e90¡ã flip-up armrests for space-saving desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n              \u003ctd\u003eS-curve ergonomic backrest for body-fitting support\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n              \u003ctd\u003eUp to 135¡ã reclining function\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eHeight Adjustment\u003c\/th\u003e\n              \u003ctd\u003ePneumatic height adjustment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBase\u003c\/th\u003e\n              \u003ctd\u003eRust-resistant five-star nylon base\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and style\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice workstations, home offices, study rooms, meeting rooms, training rooms, shared offices, and modern desk setups\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\/0683\/9785\/9054\/files\/BGY-303_10.jpg?v=1732252463\" alt=\"S-curve ergonomic mesh office chair dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eStyle Notice:\u003c\/b\u003e This chair is available with or without a headrest. Please confirm your preferred style before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Material Notice:\u003c\/b\u003e Product colour, mesh texture, cushion firmness, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and style customisation may be available. Please confirm requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAdjustment Notice:\u003c\/b\u003e Use the reclining and height-adjustment functions according to the assembly instructions. Always stabilise the chair before extended sitting.\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 ergonomic office chair and black mesh work chair 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 area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair height, desk clearance, legroom, floor surface, turning space, and under-desk storage clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle Selection:\u003c\/b\u003e Choose with or without headrest based on desk height, room layout, and upper body support preference.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for home offices, shared workstations, meeting rooms, training rooms, and office seating projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the frame with a soft cloth and keep the mesh surface free from sharp objects, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this ergonomic office chair 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 follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the armrests be lifted?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The armrests can flip up to 90¡ã, helping the chair slide under a desk and save space when not in use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs there a headrest option?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The chair is available in two styles: without headrest and with headrest. Please choose the preferred style before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this chair be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and style customisation may be available. Please confirm your preferred configuration 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\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGY303\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY303\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Orange \/ Without Headrest","offer_id":42944266928176,"sku":"BGY-303-02","price":578.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ With Headrest","offer_id":42944266960944,"sku":"BGY-303-04","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Headrest","offer_id":42944266993712,"sku":"BGY-303-01","price":578.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Headrest","offer_id":42944267026480,"sku":"BGY-303-03","price":620.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/s-curve_ergonomic_office_chair_black_mesh_work_chair_kaguyasuBGY-303_main_images_2.webp?v=1778729381"},{"product_id":"reception-furniture-beauty-salon-jdt-7175","title":"Reception Furniture | Beauty Salon Reception 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: 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  .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-colour-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-colour-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    grid-column: span 2;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n  .kagu-colour-grid img:nth-child(4) { grid-column: 2 \/ span 2; }\n  .kagu-colour-grid img:nth-child(5) { grid-column: 4 \/ span 2; }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-colour-grid {\n      grid-template-columns: 1fr;\n    }\n    .kagu-colour-grid img,\n    .kagu-colour-grid img:nth-child(4),\n    .kagu-colour-grid img:nth-child(5) {\n      grid-column: auto;\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 Beauty Salon Reception Look:\u003c\/b\u003e A contemporary reception desk with smooth lines, warm materials, metal-textured accents, and soft LED lighting.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Density Board Build:\u003c\/b\u003e Engineered density board supports everyday reception furniture use in salons, offices, clinics, and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Front Desk Worktop:\u003c\/b\u003e The wide countertop gives staff practical room for devices, documents, appointments, payments, and daily guest service.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Size, colour, material, and style customisation are available for tailored reception counter fit-outs.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eClassified Staff-Side Storage:\u003c\/b\u003e Internal compartments help organise documents, devices, supplies, and front desk essentials for a cleaner reception workflow.\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=\"KaguReadMoreTriggerJDT7175\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eReception Furniture for Beauty Salon and Office Front Desks\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/1_9e3afa17-5604-4a12-81df-411effb6d1a6.jpg?v=1737948355\" alt=\"Beauty salon reception desk with LED lighting and modern minimalist design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a polished first impression with this beauty salon reception desk. The all-in-one design combines smooth natural lines, soft LED light strips under the countertop, metal-textured decorative accents, warm material tones, spacious staff-side storage, and multiple size options for offices, salons, clinics, boutiques, and modern commercial reception areas.\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\/0683\/9785\/9054\/files\/JDT-7175_0aaa0dcf-001b-40f4-8e63-03508d00df84.jpg?v=1770454071\" alt=\"Durable density board construction for reception furniture\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Engineered Wood Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from density board, this reception furniture is designed for daily commercial use. The clean surface, stable structure, and modern finish make it suitable for beauty salons, offices, studios, clinics, and service counters.\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\/0683\/9785\/9054\/files\/3_3b93f502-5140-48a6-95e0-c26b139637d5.jpg?v=1737948356\" alt=\"Spacious tabletop for office reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Office Reception Counter\u003c\/h3\u003e\n          \u003cp\u003eThe wide worktop gives staff practical room for computers, tablets, appointment books, payment devices, documents, and guest service essentials. It supports a smoother check-in and front desk workflow.\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\/0683\/9785\/9054\/files\/JDT-7175_Support_customization_02137a5f-2e32-4075-8db0-d86b08ddb82c.png?v=1758160031\" alt=\"Classified storage layout for contemporary reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eClassified Storage Layout\u003c\/h3\u003e\n          \u003cp\u003eInternal classified compartments help organise daily reception items, documents, devices, and business supplies. The staff-side layout keeps the front area clean while supporting efficient service in busy commercial spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-colour-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/7_6c37e80f-0830-4a41-b938-b39993d33fee.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option one\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/8_25318069-30c7-4cfd-a295-4386606648fb.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option two\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/9_6bfb0f70-4dd6-48df-b0eb-a72d92b0d2c6.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option three\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/10_d4ab29e2-9142-4b76-a947-26a440569118.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option four\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/11_639103a0-2578-4363-bb84-b743c2745b2f.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option five\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eReception Furniture \/ Beauty Salon Reception Desk \/ Contemporary Reception Desk\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\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 50¡§C160kg, 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\u003eL120 ?¨¢ W60 ?¨¢ H100cm, L150 ?¨¢ W60 ?¨¢ H100cm, L160 ?¨¢ W60 ?¨¢ H100cm, L180 ?¨¢ W60 ?¨¢ H100cm, L200 ?¨¢ W60 ?¨¢ H100cm, L220 ?¨¢ W60 ?¨¢ H100cm, L240 ?¨¢ W60 ?¨¢ H100cm, L260 ?¨¢ W60 ?¨¢ H100cm, L280 ?¨¢ W60 ?¨¢ H100cm, L300 ?¨¢ W60 ?¨¢ H100cm, L320 ?¨¢ W60 ?¨¢ H100cm, L350 ?¨¢ W60 ?¨¢ H100cm, L360 ?¨¢ W60 ?¨¢ H100cm\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\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eLED light strips installed under the countertop for a soft ambient effect\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eClassified staff-side compartments for front desk organisation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\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\u003eBeauty salons, office lobbies, clinics, boutiques, studios, spas, showrooms, service counters, and modern commercial reception areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/12_19574bfd-67ab-4cd8-86db-df769dc81b7b.jpg?v=1737948356\" alt=\"Beauty salon reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e For customised orders, please confirm size, colour, material, style, finish details, and measurement requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, warm material tone, metal-textured decorative strip, LED effect, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for beauty salon reception desk and commercial front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a large finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected length, staff seating space, customer-facing side, 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 nearby power access and safe cable routing for LED lighting before daily use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e For beauty salons, clinics, offices, studios, and commercial fit-outs, confirm size, colour, material, and style requirements before fulfilment.\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, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this beauty salon reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished reception counter, please confirm doorway width, lift access, stair clearance, and placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the reception desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. LED light strips are installed under the countertop to create a soft ambient effect and a more modern reception atmosphere. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this reception furniture be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customisation is available for size, colour, material, and style. Please confirm all measurements and project requirements before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected length, doorway width, lift access, stair clearance, staff seating space, LED power access, and final placement area before placing an order.\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=\"KaguReadMoreTriggerJDT7175\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7175\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige + Gold \/ L120*W60*H100cm","offer_id":42944267059248,"sku":"JDT-7175-01","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L150*W60*H100cm","offer_id":42944267092016,"sku":"JDT-7175-06","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L160*W60*H100cm","offer_id":42944267124784,"sku":"JDT-7175-11","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L180*W60*H100cm","offer_id":42944267157552,"sku":"JDT-7175-16","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L200*W60*H100cm","offer_id":42944267190320,"sku":"JDT-7175-21","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L220*W60*H100cm","offer_id":42944267223088,"sku":"JDT-7175-26","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L240*W60*H100cm","offer_id":42944267255856,"sku":"JDT-7175-31","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L260*W60*H100cm","offer_id":42944267288624,"sku":"JDT-7175-36","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L280*W60*H100cm","offer_id":42944267321392,"sku":"JDT-7175-41","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L300*W60*H100cm","offer_id":42944267354160,"sku":"JDT-7175-46","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L320*W60*H100cm","offer_id":42944267386928,"sku":"JDT-7175-51","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L350*W60*H100cm","offer_id":42944267419696,"sku":"JDT-7175-56","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L360*W60*H100cm","offer_id":42944267452464,"sku":"JDT-7175-61","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L120*W60*H100cm","offer_id":42944267485232,"sku":"JDT-7175-02","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L150*W60*H100cm","offer_id":42944267518000,"sku":"JDT-7175-07","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L160*W60*H100cm","offer_id":42944267550768,"sku":"JDT-7175-12","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L180*W60*H100cm","offer_id":42944267583536,"sku":"JDT-7175-17","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L200*W60*H100cm","offer_id":42944267616304,"sku":"JDT-7175-22","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L220*W60*H100cm","offer_id":42944267649072,"sku":"JDT-7175-27","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L240*W60*H100cm","offer_id":42944267681840,"sku":"JDT-7175-32","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L260*W60*H100cm","offer_id":42944267714608,"sku":"JDT-7175-37","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L280*W60*H100cm","offer_id":42944267747376,"sku":"JDT-7175-42","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L300*W60*H100cm","offer_id":42944267780144,"sku":"JDT-7175-47","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L320*W60*H100cm","offer_id":42944267812912,"sku":"JDT-7175-52","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L350*W60*H100cm","offer_id":42944267845680,"sku":"JDT-7175-57","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L360*W60*H100cm","offer_id":42944267878448,"sku":"JDT-7175-62","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L120*W60*H100cm","offer_id":42944267911216,"sku":"JDT-7175-03","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L150*W60*H100cm","offer_id":42944267943984,"sku":"JDT-7175-08","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L160*W60*H100cm","offer_id":42944267976752,"sku":"JDT-7175-13","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L180*W60*H100cm","offer_id":42944268009520,"sku":"JDT-7175-18","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L200*W60*H100cm","offer_id":42944268042288,"sku":"JDT-7175-23","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L220*W60*H100cm","offer_id":42944268075056,"sku":"JDT-7175-28","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L240*W60*H100cm","offer_id":42944268107824,"sku":"JDT-7175-33","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L260*W60*H100cm","offer_id":42944268140592,"sku":"JDT-7175-38","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L280*W60*H100cm","offer_id":42944268173360,"sku":"JDT-7175-43","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L300*W60*H100cm","offer_id":42944268206128,"sku":"JDT-7175-48","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L320*W60*H100cm","offer_id":42944268238896,"sku":"JDT-7175-53","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L350*W60*H100cm","offer_id":42944268271664,"sku":"JDT-7175-58","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L360*W60*H100cm","offer_id":42944268304432,"sku":"JDT-7175-63","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L120*W60*H100cm","offer_id":42944268337200,"sku":"JDT-7175-04","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L150*W60*H100cm","offer_id":42944268369968,"sku":"JDT-7175-09","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L160*W60*H100cm","offer_id":42944268402736,"sku":"JDT-7175-14","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L180*W60*H100cm","offer_id":42944268435504,"sku":"JDT-7175-19","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L200*W60*H100cm","offer_id":42944268468272,"sku":"JDT-7175-24","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L220*W60*H100cm","offer_id":42944268501040,"sku":"JDT-7175-29","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L240*W60*H100cm","offer_id":42944268533808,"sku":"JDT-7175-34","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L260*W60*H100cm","offer_id":42944268566576,"sku":"JDT-7175-39","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L280*W60*H100cm","offer_id":42944268599344,"sku":"JDT-7175-44","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L300*W60*H100cm","offer_id":42944268632112,"sku":"JDT-7175-49","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L320*W60*H100cm","offer_id":42944268664880,"sku":"JDT-7175-54","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L350*W60*H100cm","offer_id":42944268697648,"sku":"JDT-7175-59","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L360*W60*H100cm","offer_id":42944268730416,"sku":"JDT-7175-64","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L120*W60*H100cm","offer_id":42944268763184,"sku":"JDT-7175-05","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L150*W60*H100cm","offer_id":42944268795952,"sku":"JDT-7175-10","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L160*W60*H100cm","offer_id":42944268828720,"sku":"JDT-7175-15","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L180*W60*H100cm","offer_id":42944268861488,"sku":"JDT-7175-20","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L200*W60*H100cm","offer_id":42944268894256,"sku":"JDT-7175-25","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L220*W60*H100cm","offer_id":42944268927024,"sku":"JDT-7175-30","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L240*W60*H100cm","offer_id":42944268959792,"sku":"JDT-7175-35","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L260*W60*H100cm","offer_id":42944268992560,"sku":"JDT-7175-40","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L280*W60*H100cm","offer_id":42944269025328,"sku":"JDT-7175-45","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L300*W60*H100cm","offer_id":42944269058096,"sku":"JDT-7175-50","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L320*W60*H100cm","offer_id":42944269090864,"sku":"JDT-7175-55","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L350*W60*H100cm","offer_id":42944269123632,"sku":"JDT-7175-60","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L360*W60*H100cm","offer_id":42944269156400,"sku":"JDT-7175-65","price":4053.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_furniture_beauty_salon_reception_desk_kaguyasuJDT-7175-main_images_6.webp?v=1778726433"},{"product_id":"meeting-table-foldable-office-hyz-t068","title":"Meeting Table | Foldable Office Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 10000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Folding Design:\u003c\/b\u003e A versatile meeting table designed for quick setup and space-saving storage in dynamic offices and training rooms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDurable Materials:\u003c\/b\u003e Constructed with a robust steel frame and a premium particleboard desktop for long-lasting daily use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMultiple Size Options:\u003c\/b\u003e Ranging from 120cm to 180cm in length, offering adaptable configurations to accommodate different room layouts and team sizes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Aesthetics:\u003c\/b\u003e Available in Natural, Maple, White, Light Walnut, and Dark Walnut finishes to seamlessly match any corporate environment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMulti-Purpose Utility:\u003c\/b\u003e Ideal for conference rooms, training centres, collaborative workspaces, and temporary workstations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerHYZT068\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eFoldable Office Meeting Table\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_detailed_images_2.jpg?v=1779160740\" alt=\"Foldable office meeting table in professional workspace\" class=\"kagu-hero-img\"\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eVersatile Professional Finishes\u003c\/h3\u003e\n\u003cp\u003eAvailable in a variety of elegant colours including Natural, Maple, White, Light Walnut, and Dark Walnut. Choose the perfect finish to complement your existing corporate aesthetic and elevate the room's atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eFoldable Office Table \/ Meeting Table\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eParticleboard, Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eNatural, Maple, White, Light Walnut, Dark Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight Range\u003c\/th\u003e\n\u003ctd\u003e25~50kg (Varies by size configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes (L*W*H)\u003c\/th\u003e\n\u003ctd\u003e120*40*75cm, 120*50*75cm, 120*60*75cm\u003cbr\u003e140*40*75cm, 140*50*75cm, 140*60*75cm\u003cbr\u003e160*40*75cm, 160*50*75cm, 160*60*75cm\u003cbr\u003e180*40*75cm, 180*50*75cm, 180*60*75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eAssembly required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eNot possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eConference rooms, training centres, flexible office spaces, and collaborative work areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eImage Notice:\u003c\/b\u003e Product photos are for reference only. Colour, board texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check table dimensions, chair clearance, doorway width, and final placement area before ordering to ensure a perfect fit for your meeting room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for commercial, office, and training room orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable space, tools, and enough installation time before use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm table dimensions, chair spacing, and presentation area clearance before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Check:\u003c\/b\u003e Please check doorway width, stair clearance, lift access, and the final placement route before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For corporate offices, training centres, and commercial workspaces, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the table with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and excessive heat exposure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this meeting table fold for storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The table features a practical foldable design, allowing you to easily collapse it and save valuable floor space when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the table require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required upon delivery. Please ensure you have sufficient space and the necessary tools prepared.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat materials is the table made from?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt is constructed with a durable particleboard desktop and a heavy-duty steel frame to ensure stability during meetings and training sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a large team training room?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eAbsolutely. With multiple size options ranging up to 180cm in length, you can configure several tables together to accommodate any team size or training layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerHYZT068\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZT068\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*40*75cm","offer_id":42944269385776,"sku":"HYZ-T068-01","price":86.0,"currency_code":"GBP","in_stock":true},{"title":"120*50*75cm","offer_id":42944269418544,"sku":"HYZ-T068-02","price":93.0,"currency_code":"GBP","in_stock":true},{"title":"120*60*75cm","offer_id":42944269451312,"sku":"HYZ-T068-03","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"140*40*75cm","offer_id":42944269484080,"sku":"HYZ-T068-04","price":105.0,"currency_code":"GBP","in_stock":true},{"title":"140*50*75cm","offer_id":42944269516848,"sku":"HYZ-T068-05","price":112.0,"currency_code":"GBP","in_stock":true},{"title":"140*60*75cm","offer_id":42944269549616,"sku":"HYZ-T068-06","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*75cm","offer_id":42944269582384,"sku":"HYZ-T068-07","price":126.0,"currency_code":"GBP","in_stock":true},{"title":"160*50*75cm","offer_id":42944269615152,"sku":"HYZ-T068-08","price":132.0,"currency_code":"GBP","in_stock":true},{"title":"160*60*75cm","offer_id":42944269647920,"sku":"HYZ-T068-09","price":139.0,"currency_code":"GBP","in_stock":true},{"title":"180*40*75cm","offer_id":42944269680688,"sku":"HYZ-T068-10","price":146.0,"currency_code":"GBP","in_stock":true},{"title":"180*50*75cm","offer_id":42944269713456,"sku":"HYZ-T068-11","price":153.0,"currency_code":"GBP","in_stock":true},{"title":"180*60*75cm","offer_id":42944269746224,"sku":"HYZ-T068-12","price":159.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_main_images_4.webp?v=1778736860"},{"product_id":"l-shaped-office-desk-work-station-bgz-k-209","title":"L Shaped Office Desk | Work Station | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eFocused Workstation Privacy:\u003c\/b\u003e A practical work station with a full-length privacy partition to reduce visual distractions in busy offices.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious L-Shaped Layout:\u003c\/b\u003e The ergonomic L shaped office desk format creates generous space for computers, documents, and daily team tasks.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThree-Tier Storage System:\u003c\/b\u003e Built-in shelving and lower cabinet doors help organise files, supplies, and personal items while keeping them dust-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Commercial Build:\u003c\/b\u003e Particleboard and melamine board structure supports up to 150kg load capacity for demanding workstation use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomisable Office Planning:\u003c\/b\u003e Colour and size customisation support different workstation directions, privacy layouts, and commercial office configurations.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK209\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eL Shaped Office Desk Work Station with Privacy Partition\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_2.jpg?v=1779160698\" alt=\"L shaped office desk work station with privacy partition and storage\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a focused and organised workspace with this L shaped office desk work station. Designed for offices, shared work areas, training rooms, and commercial interiors, it combines durable particleboard and melamine board construction, a spacious L-shaped surface, three-tier storage, lower cabinet doors, a privacy partition, and customisable colour and size options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_20.webp?v=1778729707\" alt=\"Eco wooden particleboard and melamine board for L shaped office workstation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco Wooden Desk Boards\u003c\/h3\u003e\n          \u003cp\u003eBuilt for heavy-duty commercial use, the particleboard and melamine board structure offers a durable daily work surface with a calm white and light grey appearance. The board design supports office teams, workstations, and shared professional environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_main_images_3.jpg?v=1779160692\" alt=\"Spacious L shaped office desk workspace for computers and documents\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious L Shaped Workspace\u003c\/h3\u003e\n          \u003cp\u003eThe L-shaped desktop gives generous room for computers, documents, stationery, and everyday office tasks. It helps improve work efficiency by creating a dedicated zone for focused work, writing, storage, and screen-based tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_22.webp?v=1778729752\" alt=\"Three tier office desk with storage shelves and lower cabinet doors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThree-Tier Office Desk with Storage\u003c\/h3\u003e\n          \u003cp\u003eThe three-tier shelving unit helps classify files, books, supplies, and daily work items. Lower cabinet doors keep selected items more private and dust-free, supporting a cleaner workstation and better office organisation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_1.jpg?v=1779160697\" alt=\"Full-length privacy partition for focused office work station\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eFull-Length Privacy Partition\u003c\/h3\u003e\n          \u003cp\u003eThe full-length landing partition helps reduce visual distractions and creates a more focused work station. It supports privacy in open-plan offices, team rooms, study areas, and high-traffic commercial environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_24.webp?v=1778729736\" alt=\"L shaped office workstation partition and storage layout detail\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eL Shaped Office Desk \/ Work Station \/ Corner Office Desk with Storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard, melamine board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n              \u003ctd\u003eWhite + Light Grey\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 90¡§C360kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003eApprox. 150kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e140 ?¨¢ 120 ?¨¢ 110cm, 120 ?¨¢ 280 ?¨¢ 110cm, 420 ?¨¢ 120 ?¨¢ 110cm, 240 ?¨¢ 140 ?¨¢ 110cm, 280 ?¨¢ 240 ?¨¢ 110cm, 240 ?¨¢ 280 ?¨¢ 110cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eThree-tier shelving unit with lower cabinet doors for organised workspace storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eFull-length privacy partition for focused workstation use\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice workstations, open-plan offices, training rooms, study areas, team workspaces, reception back offices, and commercial work areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_18.webp?v=1778729687\" alt=\"L shaped office desk work station dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and size customisation may be available. Please confirm all measurements, layout direction, and workspace requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Texture Notice:\u003c\/b\u003e Product colour, board texture, surface tone, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm workstation direction, partition position, shelving access, chair clearance, doorway width, and final placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for L shaped office desk and workstation project orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm selected size, workstation direction, privacy partition position, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review shelving access, lower cabinet clearance, file storage needs, chair clearance, and workflow direction before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e For colour or size customisation, confirm final specifications and layout requirements before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the desk with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this L shaped office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and a clear installation area before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this work station include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a three-tier shelving unit and lower cabinet doors for files, supplies, books, and everyday office items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the desk size or colour be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation may be available. Please confirm the required dimensions and layout before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected size, workstation direction, partition position, doorway width, lift access, stair clearance, chair clearance, shelving access, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK209\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK209\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single person 140*120*110cm \/ none","offer_id":43011206217776,"sku":"BGZ-k-209-1","price":456.0,"currency_code":"GBP","in_stock":true},{"title":"Single person 140*120*110cm \/ can be","offer_id":43011206250544,"sku":"BGZ-k-209-2","price":524.0,"currency_code":"GBP","in_stock":true},{"title":"F type for two people 120*280*110cm \/ none","offer_id":43011206283312,"sku":"BGZ-k-209-3","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"F type for two people 120*280*110cm \/ can be","offer_id":43011206316080,"sku":"BGZ-k-209-4","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"F type for three people 420*120*110cm \/ none","offer_id":43011206348848,"sku":"BGZ-k-209-5","price":1258.0,"currency_code":"GBP","in_stock":true},{"title":"F type for three people 420*120*110cm \/ can be","offer_id":43011206381616,"sku":"BGZ-k-209-6","price":1492.0,"currency_code":"GBP","in_stock":true},{"title":"T-shaped for two people240*140*110cm \/ none","offer_id":43011206414384,"sku":"BGZ-k-209-7","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"T-shaped for two people240*140*110cm \/ can be","offer_id":43011206447152,"sku":"BGZ-k-209-8","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for two people 240*140*110cm \/ none","offer_id":43011206479920,"sku":"BGZ-k-209-9","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for two people 240*140*110cm \/ can be","offer_id":43011206512688,"sku":"BGZ-k-209-10","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"For two people 120*280*110cm \/ none","offer_id":43011206545456,"sku":"BGZ-k-209-11","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"For two people 120*280*110cm \/ can be","offer_id":43011206578224,"sku":"BGZ-k-209-12","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"Kanji type for 4 people 280*240*110cm \/ none","offer_id":43011206610992,"sku":"BGZ-k-209-13","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Kanji type for 4 people 280*240*110cm \/ can be","offer_id":43011206643760,"sku":"BGZ-k-209-14","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Cross shape for 4 people 280*240*110cm \/ none","offer_id":43011206676528,"sku":"BGZ-k-209-15","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Cross shape for 4 people 280*240*110cm \/ can be","offer_id":43011206709296,"sku":"BGZ-k-209-16","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for 4 people 240*280*110cm \/ none","offer_id":43011206742064,"sku":"BGZ-k-209-17","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for 4 people 240*280*110cm \/ can be","offer_id":43011206774832,"sku":"BGZ-k-209-18","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet 40*40*58cm \/ Cabinet *1","offer_id":43011206807600,"sku":"BGZ-k-209-19","price":135.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_main_images_2.jpg?v=1779160692"},{"product_id":"premium-executive-chair-ergonomic-office-chair-bgy-k006","title":"Leather Executive Chair | Ergonomic Office Chair | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eExecutive Ergonomic Style:\u003c\/b\u003e A premium ergonomic office chair designed to elevate modern workspaces, executive offices, and home studies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Cushioning:\u003c\/b\u003e Silicone fill, microfiber upholstery, and high-density urethane foam create a soft yet supportive sitting experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAdjustable Recline Comfort:\u003c\/b\u003e A deeply adjustable chair with up to 150?? recline and targeted lumbar support for reading, working, or short rests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBreathable Microfiber Finish:\u003c\/b\u003e Wear-resistant microfiber upholstery supports comfortable office seating with a smoother, more refined touch.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFour Professional Colours:\u003c\/b\u003e Off-white, Black, Grey, and Brown options help match executive offices, home studies, management desks, and modern workstations.\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=\"KaguReadMoreTriggerBGYK006\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Chair for Ergonomic Office Seating\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_2.webp?v=1778729513\" alt=\"Premium executive ergonomic office chair for modern workspaces\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your workspace with a premium executive chair built for daily comfort and refined office style. This ergonomic office chair combines targeted lumbar support, dual-layer high-density cushioning, breathable microfiber upholstery, a 150?? reclining function, and height-adjustable seating for focused work and relaxed breaks.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_13.webp?v=1778729468\" alt=\"Ergonomic lumbar support cushion on premium executive office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eTargeted Lumbar Support Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe engineered lumbar cushion supports the lower back during long working sessions. It helps encourage a more comfortable seated posture for office work, reading, video meetings, and daily desk routines.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_2.jpg?v=1779161274\" alt=\"Dual-layer high density foam backrest for cosy desk chair comfort\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual-Layer High-Density Foam Backrest\u003c\/h3\u003e\n          \u003cp\u003eHigh-density urethane foam and soft silicone fill distribute body pressure with a plush, enveloping feel. The cushioning makes the chair comfortable for long desk sessions while retaining supportive resilience.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_15.webp?v=1778729508\" alt=\"150 degree reclining adjustable ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDeep 150?? Adjustable Recline\u003c\/h3\u003e\n          \u003cp\u003eRecline up to 150?? to find a more comfortable angle for work, reading, or short breaks. The adjustable design supports different postures throughout the day without compromising executive chair comfort.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_16.webp?v=1778729445\" alt=\"Breathable microfiber upholstery on premium executive office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Breathable Microfiber Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe microfiber upholstery offers a refined touch while helping reduce stuffiness during daily use. Its wear-resistant surface supports comfortable office seating for home offices, professional desks, and executive work areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003ePremium Executive Chair \/ Ergonomic Office Chair \/ Adjustable Desk Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eSilicone fill, microfiber upholstery, and high-density urethane foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n              \u003ctd\u003eOff-white, Black, Grey, Brown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e50 ?¨¢ 52 ?¨¢ 118¡§C128cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n              \u003ctd\u003eUp to 150?? adjustable recline\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport\u003c\/th\u003e\n              \u003ctd\u003eTargeted lumbar support cushion with dual-layer cushioning\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eNot available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eExecutive offices, home offices, study rooms, management desks, workstations, and professional office seating areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_3.webp?v=1778729426\" alt=\"Premium executive ergonomic office chair dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Fabric Notice:\u003c\/b\u003e Product colour, microfiber texture, cushion softness, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAdjustment Notice:\u003c\/b\u003e Recline and height adjustment should be used according to the assembly instructions. Always lock or stabilise the chair position before extended use.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e This product does not support customisation. Please choose from the listed colour options before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for premium office chair and ergonomic seating 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 area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair size, desk height, legroom, floor surface, and turning clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Selection:\u003c\/b\u003e Choose the colour option that best fits your office, meeting room, study, or executive workspace.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For office seating projects, meeting rooms, and workspace fit-outs, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe gently with a soft cloth. Avoid sharp objects, excessive moisture, direct heat, and prolonged sunlight 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 ergonomic office chair 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 follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow far can the chair recline?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair supports up to 150?? recline, making it suitable for working, reading, and short rest breaks during the day.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used in the cushioning?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses silicone fill, microfiber upholstery, and high-density urethane foam for a soft yet supportive sitting experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this executive chair be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customisation is not available for this product. Please choose from the listed colour options 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=\"KaguReadMoreTriggerBGYK006\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK006\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Off-white\/sponge \/ No footrest \/ Steel legs","offer_id":43011204677680,"sku":"BGY-K006-01","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ No footrest \/ Aluminum legs","offer_id":43011204710448,"sku":"BGY-K006-05","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ With footrest \/ Steel legs","offer_id":43011204743216,"sku":"BGY-K006-09","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ With footrest \/ Aluminum legs","offer_id":43011204775984,"sku":"BGY-K006-13","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ No footrest \/ Steel legs","offer_id":43011204808752,"sku":"BGY-K006-02","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011204841520,"sku":"BGY-K006-06","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ With footrest \/ Steel legs","offer_id":43011204874288,"sku":"BGY-K006-10","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011204907056,"sku":"BGY-K006-14","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ No footrest \/ Steel legs","offer_id":43011204939824,"sku":"BGY-K006-03","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011204972592,"sku":"BGY-K006-07","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ With footrest \/ Steel legs","offer_id":43011205005360,"sku":"BGY-K006-11","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011205038128,"sku":"BGY-K006-15","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ No footrest \/ Steel legs","offer_id":43011205070896,"sku":"BGY-K006-04","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011205103664,"sku":"BGY-K006-08","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ With footrest \/ Steel legs","offer_id":43011205136432,"sku":"BGY-K006-12","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011205169200,"sku":"BGY-K006-16","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ No footrest \/ Steel legs","offer_id":43011205201968,"sku":"BGY-K006-17","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205234736,"sku":"BGY-K006-21","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ With footrest \/ Steel legs","offer_id":43011205267504,"sku":"BGY-K006-25","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205300272,"sku":"BGY-K006-29","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ No footrest \/ Steel legs","offer_id":43011205333040,"sku":"BGY-K006-18","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205365808,"sku":"BGY-K006-22","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ With footrest \/ Steel legs","offer_id":43011205398576,"sku":"BGY-K006-26","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205431344,"sku":"BGY-K006-30","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ No footrest \/ Steel legs","offer_id":43011205464112,"sku":"BGY-K006-19","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205496880,"sku":"BGY-K006-23","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ With footrest \/ Steel legs","offer_id":43011205529648,"sku":"BGY-K006-27","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205562416,"sku":"BGY-K006-31","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ No footrest \/ Steel legs","offer_id":43011205595184,"sku":"BGY-K006-20","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205627952,"sku":"BGY-K006-24","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ With footrest \/ Steel legs","offer_id":43011205660720,"sku":"BGY-K006-28","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205693488,"sku":"BGY-K006-32","price":227.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_main_images_2.jpg?v=1779161269"},{"product_id":"workstation-tables-simple-wood-bgz-t141","title":"Workstation Tables | Simple Wood Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Workstation:\u003c\/b\u003e A compact simple wood desk designed for home offices, corporate corners, study areas, and small workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Melamine Board:\u003c\/b\u003e Scratch-resistant melamine decorative board supports easier cleaning and reliable daily use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBuilt-In Drawer Storage:\u003c\/b\u003e Practical drawers help keep documents, stationery, and everyday essentials neatly organised.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Rounded Corners:\u003c\/b\u003e Smooth polished edges reduce sharp-corner contact for a more comfortable workstation setup.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThree Colour Options:\u003c\/b\u003e White, Natural, and Natural + White options help match home offices, study rooms, bedrooms, and compact work corners.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZT141\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSimple Wood Workstation Table for Compact Offices\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_main_images_2.webp?v=1778729839\" alt=\"Simple wood workstation table for compact office workspace\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a clean and efficient work area with this simple wood desk. Designed for compact offices, home studies, student rooms, and everyday workstation use, it combines melamine decorative board, a practical desktop, built-in drawer storage, rounded safety corners, and three colour options for a neat and focused workspace.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_4.jpg?v=1779160725\" alt=\"Melamine decorative laminate board on simple wood office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Melamine Decorative Board\u003c\/h3\u003e\n          \u003cp\u003eThe scratch-resistant melamine decorative board is easy to clean and practical for everyday work. It helps the wooden office desk maintain a neat appearance through study, writing, laptop work, and daily office tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_17.webp?v=1778729792\" alt=\"Spacious desktop surface for compact workstation tables\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Surface for Efficient Work\u003c\/h3\u003e\n          \u003cp\u003eThe desktop provides practical room for a laptop, documents, books, and daily work accessories. Its compact format helps create a focused workstation without taking up unnecessary floor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_18.webp?v=1778729773\" alt=\"Simple wood desk with built in drawer storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBuilt-In Drawers for Clutter-Free Storage\u003c\/h3\u003e\n          \u003cp\u003eConvenient built-in drawers provide space for stationery, documents, small devices, and everyday items. The storage design helps keep your work surface cleaner and supports a more organised daily routine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_19.webp?v=1778729792\" alt=\"Rounded corners on simple wood workstation desk for safer use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePolished Rounded Corners for Safety\u003c\/h3\u003e\n          \u003cp\u003eThe gently rounded corner design helps reduce accidental bumps in smaller rooms and busy work areas. It combines practical safety with a softer, cleaner desk profile.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_5.jpg?v=1779160725\" alt=\"Simple wood desk colour options in white natural and natural white\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eWorkstation Tables \/ Simple Wood Desk \/ Small Wooden Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n              \u003ctd\u003eWhite, Natural, Natural + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20¡§C40kg, depending on selected size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e83 ?¨¢ 60 ?¨¢ 110cm, 93 ?¨¢ 60 ?¨¢ 110cm, 103 ?¨¢ 60 ?¨¢ 110cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in drawers for daily workspace organisation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003ePolished rounded corners for smoother daily contact\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eNot available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eHome offices, study rooms, student rooms, small corporate offices, workstation areas, bedrooms, and compact work corners\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_12.webp?v=1778729765\" alt=\"Simple wood workstation table dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Texture Notice:\u003c\/b\u003e Product colour, board texture, surface pattern, and finish appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eUse Notice:\u003c\/b\u003e Minor changes from normal wear and daily use are not considered product defects. Please use the desk on a level surface and avoid excessive moisture.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e This product does not support customisation. Please choose from the listed sizes and colour options before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for simple wood desk and compact workstation orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm desk size, chair clearance, doorway width, stair clearance, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, wall clearance, and daily work item storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCompact Workspace Use:\u003c\/b\u003e Suitable for home offices, study rooms, bedrooms, small offices, and workstation corners.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this simple wood desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and a clear installation area before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include drawers?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes built-in drawers for stationery, documents, small devices, and everyday work essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this workstation table be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customisation is not available for this product. Please choose from the listed sizes and colour options.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected size, colour, doorway width, room layout, chair clearance, drawer access, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZT141\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZT141\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White (without chair) \/ 83*60*110cm","offer_id":43011203498032,"sku":"BGZ-T141-01","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"White (without chair) \/ 93*60*110cm","offer_id":43011203530800,"sku":"BGZ-T141-04","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"White (without chair) \/ 103*60*110cm","offer_id":43011203563568,"sku":"BGZ-T141-07","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 83*60*110cm","offer_id":43011203596336,"sku":"BGZ-T141-02","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 93*60*110cm","offer_id":43011203629104,"sku":"BGZ-T141-05","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 103*60*110cm","offer_id":43011203661872,"sku":"BGZ-T141-08","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 83*60*110cm","offer_id":43011203694640,"sku":"BGZ-T141-03","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 93*60*110cm","offer_id":43011203727408,"sku":"BGZ-T141-06","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 103*60*110cm","offer_id":43011203760176,"sku":"BGZ-T141-09","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white \/ 38*35*74cm","offer_id":43011203792944,"sku":"BGZ-T141-yz-01","price":33.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_main_images_3.jpg?v=1779160718"},{"product_id":"l-shaped-executive-dark-wood-desk-with-storage-lbz-701","title":"L-Shaped Executive Desk | Dark Wood 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  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Executive Workspace:\u003c\/b\u003e A dark wood L-shaped executive desk designed for modern professionals, managers, and private offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eEco-Friendly E1 Particleboard:\u003c\/b\u003e Grade E1 board supports a safer office environment with a durable surface for daily commercial use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Desk Storage:\u003c\/b\u003e High-capacity storage drawers and integrated cable management help keep files, devices, and accessories organised.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e Thickened desktop construction and ventilation details support long-lasting hardware and workstation performance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVersatile Office Integration:\u003c\/b\u003e The dark wood finish and L-shaped layout suit executive offices, business buildings, creative lofts, private studies, and professional home offices.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ701\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eL-Shaped Executive Desk with Dark Wood Storage Design\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_8.jpg?v=1779180981\" alt=\"L-shaped executive desk with dark wood storage design\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eBuild a refined executive workstation with this dark wood L-shaped desk. Designed for offices, executive studies, business buildings, and modern professional spaces, it combines Grade E1 particleboard, high-capacity storage, integrated cable management, ventilation holes, a thickened desktop, and a premium dark wood appearance for productive daily work.\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_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_14.jpg?v=1779180981\" alt=\"Eco-friendly E1 particleboard for dark wood executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly E1 Particleboard\u003c\/h3\u003e\n\u003cp\u003eMade from Grade E1 eco-friendly board, this desk is designed for a safer and more comfortable office environment. The durable panel construction supports daily executive work, commercial office use, and long hours at the workstation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFour Core Commercial Upgrades\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_12.jpg?v=1779180981\" alt=\"L-shaped executive desk storage upgrade detail\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_11.jpg?v=1779180981\" alt=\"Dark wood office desk cable management detail\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_10.jpg?v=1779180981\" alt=\"Thickened desktop detail for executive office desk\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images.jpg?v=1779180981\" alt=\"Ventilation and workstation upgrade for L-shaped desk\"\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_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_1.jpg?v=1779180979\" alt=\"Dark wood L-shaped executive desk in modern office layout\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eVersatile Office Integration\u003c\/h3\u003e\n\u003cp\u003eThe dark wood finish and L-shaped layout adapt easily to high-end business buildings, creative lofts, executive offices, and professional home studies. It creates a strong management presence while supporting practical daily workflow.\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 Executive Desk \/ Dark Wood Desk with Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n\u003ctd\u003eModern executive L-shaped desk with dark wood finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n\u003ctd\u003eGrade E1 particleboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eHigh-capacity storage drawers for files, office supplies, and personal items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eIntegrated cable management for cleaner device and power routing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDurability Detail\u003c\/th\u003e\n\u003ctd\u003eThickened desktop construction for stable daily office use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVentilation Detail\u003c\/th\u003e\n\u003ctd\u003eBuilt-in ventilation holes to support long-term hardware performance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eExecutive offices, management rooms, business buildings, creative lofts, private studies, and professional 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.\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_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_4_06ea2bde-4ea8-4f99-90eb-30a7f78fcd09.jpg?v=1779874231\" alt=\"L-shaped executive desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk direction, cabinet position, chair clearance, cable routing, and final office placement area before ordering.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, dark wood grain tone, surface texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eDevice Planning Notice:\u003c\/b\u003e For computer setups, please check cable length, nearby power access, ventilation clearance, and CPU or equipment placement before 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 L-shaped executive desk and dark wood office desk orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk dimensions, L-shaped direction, cabinet position, doorway width, lift access, stair 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, monitor placement, and daily device layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, file storage needs, chair clearance, and workflow direction before finalizing the office setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for executive offices, management rooms, private studies, business buildings, and professional workspace projects.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the desk with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\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\u003eIs this L-shaped executive desk suitable for professional offices?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The dark wood finish, L-shaped layout, storage drawers, and cable management make it suitable for executive offices, management rooms, private studies, and business workspaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this dark wood desk include storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. It includes high-capacity storage drawers for files, office supplies, personal items, and daily work essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the desk support cable management?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Integrated cable management helps route device and power cables more neatly for a cleaner executive workspace.\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, layout 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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ701\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ701\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Cabinet on the Left \/ 180.3cm x 78.7cm x 76.2cm Desk","offer_id":43254505701424,"sku":"LBZ-701-20","price":1218.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ 200.7cmx78.7cmx76.2cm Desk","offer_id":43254505766960,"sku":"LBZ-701-21","price":1297.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ 221cm x 78.7cm x 76.2cm Desk","offer_id":43254505832496,"sku":"LBZ-701-22","price":1378.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ 238.8cm x 78.7cm x 76.2cm Desk","offer_id":43372732022832,"sku":"LBZ-701-23","price":1460.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ 259.1cm x 78.7cm x 76.2cm Desk","offer_id":43254505898032,"sku":"LBZ-701-24","price":1622.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ 279.4cm x 78.7cm x 76.2cm Desk","offer_id":43254505963568,"sku":"LBZ-701-25","price":1704.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet On The Right \/ 200.7cmx78.7cmx76.2cm Desk","offer_id":43254505799728,"sku":"LBZ-701-03","price":1297.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet On The Right \/ 221cm x 78.7cm x 76.2cm Desk","offer_id":43254505865264,"sku":"LBZ-701-06","price":1378.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet On The Right \/ 238.8cm x 78.7cm x 76.2cm Desk","offer_id":43372732055600,"sku":"LBZ-701-08","price":1460.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet On The Right \/ 259.1cm x 78.7cm x 76.2cm Desk","offer_id":43254505930800,"sku":"LBZ-701-11","price":1622.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet On The Right \/ 279.4cm x 78.7cm x 76.2cm Desk","offer_id":43254505996336,"sku":"LBZ-701-13","price":1704.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 200.7cm x 40.6cm x 200.7cm Bookcase","offer_id":43376992452656,"sku":"LBZ-701-04","price":1516.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 279.4cm x 40.6cm x 200.7cm Bookcase","offer_id":43376992485424,"sku":"LBZ-701-09","price":1801.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 320cm x 40.6cm x 200.7cm Bookcase","offer_id":43376992518192,"sku":"LBZ-701-17","price":2368.0,"currency_code":"GBP","in_stock":true},{"title":"With Five-Star Legs \/ chair","offer_id":43011203137584,"sku":"LBY-2013-01","price":433.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_dark_wood_desk_with_storage_kaguyasuLBZ-701_detailed_images_3.jpg?v=1779180979"},{"product_id":"small-reception-desk-counter-jdt-737","title":"Small Reception Polka Dots Front Desk Counter | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Elegance:\u003c\/b\u003e A small reception desk designed for boutiques, salons, studios, clinics, and compact commercial lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Gloss Finish:\u003c\/b\u003e Premium baking paint creates a smooth, dust-resistant, easy-to-clean surface with a modern polished look.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Brand Panel:\u003c\/b\u003e The front panel can display a business logo, helping reinforce your brand identity at first glance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Reception Storage:\u003c\/b\u003e A functional small reception counter with organised compartments for daily front desk efficiency.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eRounded Safety Corners:\u003c\/b\u003e Softened corners help reduce sharp-edge contact in busy customer-facing areas while keeping a clean modern profile.\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=\"KaguReadMoreTriggerJDT737\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSmall Reception Polka Dots Front Desk Counter\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_1.jpg?v=1778722998\" alt=\"Small reception polka dots front desk counter for boutiques and studios\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBlend modern fashion with minimalist lines using this compact front desk counter. Designed for stylish boutiques, creative studios, salons, offices, and small reception areas, it combines a high-gloss painted finish, practical internal storage, rounded safety corners, custom logo display support, and versatile style and colour options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-detailed_images.webp?v=1778724945\" alt=\"High gloss baking paint finish on small reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium High-Gloss Baking Paint Finish\u003c\/h3\u003e\n          \u003cp\u003eThe smooth painted surface is designed to resist dust and clean easily, making daily maintenance simpler for busy reception areas. Its glossy appearance gives the small reception desk a modern, polished, and luxurious look.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_6.jpg?v=1778722905\" alt=\"Small reception counter with organised internal storage compartments\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Storage for Daily Reception Work\u003c\/h3\u003e\n          \u003cp\u003eConvenient internal storage compartments help keep stationery, documents, small devices, and front desk supplies within easy reach. The layout supports a cleaner counter surface and more efficient daily workflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_5.jpg?v=1778666742\" alt=\"Rounded corners on small reception front desk counter for safer use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThoughtful Rounded Corners for Safety\u003c\/h3\u003e\n          \u003cp\u003eThe softened corner design helps reduce sharp-edge contact and accidental bumps in high-traffic commercial spaces. It keeps the front desk safer for staff, visitors, and customers while maintaining a clean modern shape.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_6.jpg?v=1778666742\" alt=\"Custom logo display on small reception desk front panel\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustomisable Brand Logo Panel\u003c\/h3\u003e\n          \u003cp\u003eThe front panel can display a custom business logo, helping your reception counter become part of the brand experience. It is especially useful for salons, boutiques, studios, clinics, and customer-facing service spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_5.jpg?v=1778722876\" alt=\"Small salon reception desk for compact commercial interiors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Small Salon Reception Design\u003c\/h3\u003e\n          \u003cp\u003eThe compact footprint works well in modern offices, beauty studios, boutiques, small salons, and creative reception corners. Its clean profile helps elevate the room without taking up unnecessary floor space.\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\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_4.jpg?v=1778723007\" alt=\"Small reception desk style options for front desk counter layout\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_2.jpg?v=1778723004\" alt=\"Small reception counter colour options for commercial interiors\" 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\u003eSmall Reception Desk \/ Polka Dots Front Desk Counter \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eMinimalist compact reception counter with modern high-gloss front design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003ePremium high-gloss baking paint finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eInternal storage compartments for daily reception supplies and office essentials\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eRounded corners for smoother contact in high-traffic areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBranding\u003c\/th\u003e\n              \u003ctd\u003eCustomisable front panel for business logo display\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eOptions\u003c\/th\u003e\n              \u003ctd\u003eStyle and colour options available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, salons, studios, clinics, offices, beauty spaces, creative shops, and small commercial lobbies\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.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_7_7e17f71a-53e9-406f-a171-f10f484cf286.jpg?v=1778723008\" alt=\"Small reception desk front desk counter dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLogo Customisation Notice:\u003c\/b\u003e For custom logo display, please confirm logo file quality, placement, colour, and size requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, gloss level, surface texture, and front panel appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check the desk dimensions, doorway width, stair clearance, lift access, and final reception placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for small reception desk and commercial front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk dimensions, customer-facing side, staff seating space, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBranding Planning:\u003c\/b\u003e Confirm logo file, front panel position, brand colour, and display requirements before custom production.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review internal storage needs, drawer access, staff workflow, and cable route before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, salons, studios, clinics, small offices, and compact service reception areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the glossy surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and abrasive cleaners.\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\u003eIs this reception desk suitable for small spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The compact footprint is suitable for boutiques, salons, studios, clinics, offices, and small commercial reception corners.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I add my business logo to the front panel?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The front panel supports custom logo display. Please confirm logo file quality, size, colour, and placement requirements before production.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the high-gloss surface easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The high-gloss baking paint surface is smooth and dust-resistant, making daily cleaning easier with a soft dry or slightly damp cloth.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the desk dimensions, doorway width, lift access, stair clearance, staff seating space, logo requirements, 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=\"KaguReadMoreTriggerJDT737\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT737\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Orange+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256191680560,"sku":"JDT-737-01","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256191713328,"sku":"JDT-737-07","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256191746096,"sku":"JDT-737-13","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256191778864,"sku":"JDT-737-19","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256191811632,"sku":"JDT-737-25","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256191844400,"sku":"JDT-737-31","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256191877168,"sku":"JDT-737-37","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256191909936,"sku":"JDT-737-43","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256191942704,"sku":"JDT-737-49","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256191975472,"sku":"JDT-737-55","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192008240,"sku":"JDT-737-61","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192041008,"sku":"JDT-737-67","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192073776,"sku":"JDT-737-02","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192106544,"sku":"JDT-737-08","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192139312,"sku":"JDT-737-14","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192172080,"sku":"JDT-737-20","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192204848,"sku":"JDT-737-26","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192237616,"sku":"JDT-737-32","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192270384,"sku":"JDT-737-38","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192303152,"sku":"JDT-737-44","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192335920,"sku":"JDT-737-50","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192368688,"sku":"JDT-737-56","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192401456,"sku":"JDT-737-62","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192434224,"sku":"JDT-737-68","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192466992,"sku":"JDT-737-03","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192499760,"sku":"JDT-737-09","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192532528,"sku":"JDT-737-15","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192565296,"sku":"JDT-737-21","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192598064,"sku":"JDT-737-27","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192630832,"sku":"JDT-737-33","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192663600,"sku":"JDT-737-39","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192696368,"sku":"JDT-737-45","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192729136,"sku":"JDT-737-51","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192761904,"sku":"JDT-737-57","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192794672,"sku":"JDT-737-63","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192827440,"sku":"JDT-737-69","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192860208,"sku":"JDT-737-04","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192892976,"sku":"JDT-737-10","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192925744,"sku":"JDT-737-16","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192958512,"sku":"JDT-737-22","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192991280,"sku":"JDT-737-28","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193024048,"sku":"JDT-737-34","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193056816,"sku":"JDT-737-40","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193089584,"sku":"JDT-737-46","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193122352,"sku":"JDT-737-52","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193155120,"sku":"JDT-737-58","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193187888,"sku":"JDT-737-64","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193220656,"sku":"JDT-737-70","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193253424,"sku":"JDT-737-05","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193286192,"sku":"JDT-737-11","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193318960,"sku":"JDT-737-17","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193351728,"sku":"JDT-737-23","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193384496,"sku":"JDT-737-29","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193417264,"sku":"JDT-737-35","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193450032,"sku":"JDT-737-41","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193482800,"sku":"JDT-737-47","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193515568,"sku":"JDT-737-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193548336,"sku":"JDT-737-59","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193581104,"sku":"JDT-737-65","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193613872,"sku":"JDT-737-71","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193646640,"sku":"JDT-737-06","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193679408,"sku":"JDT-737-12","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193712176,"sku":"JDT-737-18","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193744944,"sku":"JDT-737-24","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193777712,"sku":"JDT-737-30","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193810480,"sku":"JDT-737-36","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193843248,"sku":"JDT-737-42","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193876016,"sku":"JDT-737-48","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193908784,"sku":"JDT-737-54","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193941552,"sku":"JDT-737-60","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193974320,"sku":"JDT-737-66","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194007088,"sku":"JDT-737-72","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256194039856,"sku":"JDT-737-73","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256194072624,"sku":"JDT-737-74","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256194105392,"sku":"JDT-737-75","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256194138160,"sku":"JDT-737-76","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256194170928,"sku":"JDT-737-77","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256194203696,"sku":"JDT-737-78","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256194236464,"sku":"JDT-737-79","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256194269232,"sku":"JDT-737-80","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256194302000,"sku":"JDT-737-81","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256194334768,"sku":"JDT-737-82","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256194367536,"sku":"JDT-737-83","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194400304,"sku":"JDT-737-84","price":2876.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-main_images_34.webp?v=1778665887"},{"product_id":"reception-counter-for-sale-desk-jdt-k105","title":"Reception Counter for Sale | Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Reception Style:\u003c\/b\u003e A reception counter for sale with a creative, contemporary look for boutiques, education centres, salons, and workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly E1 Panel Core:\u003c\/b\u003e Thickened synthetic panels provide strong commercial durability and reliable load-bearing performance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWelcoming LED Illumination:\u003c\/b\u003e Built-in LED lighting helps create a bright, professional, and memorable entrance for visitors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Curved Design:\u003c\/b\u003e The natural large arc profile helps reduce sharp-corner contact in busy lobby and service counter areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Front Desk Storage:\u003c\/b\u003e Lockable drawers, quiet hinges, and smooth rails help organise business essentials while supporting efficient daily reception work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7241\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Reception Counter Desk with LED Lighting\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_9.jpg?v=1778756273\" alt=\"Modern reception counter for sale with LED lighting and curved design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your lobby with a stylish reception desk designed for modern commercial spaces. This reception counter combines thickened E1-grade synthetic panels, integrated LED lighting, a natural large arc design, secure lockable drawers, quiet hinges, smooth rails, and multiple size options for a professional and organised front desk experience.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_3.jpg?v=1778756269\" alt=\"Reception desk for boutiques education centres and modern workspaces\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_8.jpg?v=1778756272\" alt=\"Thickened E1 grade synthetic wood panels for reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened E1 Grade Synthetic Panels\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium E1-grade synthetic panels, this reception counter desk offers dependable strength for daily commercial use. The sturdy structure supports busy lobbies, service desks, training centres, boutiques, and modern office entrances.\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\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_7.jpg?v=1778756272\" alt=\"Reception desk with integrated LED lighting for ambient lobby atmosphere\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated LED Lighting\u003c\/h3\u003e\n          \u003cp\u003eBuilt-in LED light strips create a bright and welcoming reception atmosphere. The illuminated front detail helps your entrance look more professional and leaves a stronger first impression on visitors, clients, and guests.\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\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_6.jpg?v=1778756272\" alt=\"Curved arc reception counter design for safer commercial lobby use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNatural Large Arc Design\u003c\/h3\u003e\n          \u003cp\u003eThe elegant curved arc profile blends visual softness with practical workplace safety. It helps reduce accidental collisions from sharp edges, making the counter suitable for high-traffic reception areas and family-facing commercial spaces.\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\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_11.jpg?v=1778756270\" alt=\"Reception desk with secure lockable drawers for business privacy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Lockable Drawers\u003c\/h3\u003e\n          \u003cp\u003eKeep daily essentials, business documents, stationery, and small valuables more organised and secure. The lockable drawer design supports front desk privacy and helps staff maintain a cleaner working area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_12.jpg?v=1778756272\" alt=\"Premium quiet hinges and smooth rails for reception counter storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eQuiet Hinges and Smooth Rails\u003c\/h3\u003e\n          \u003cp\u003eHigh-quality hinges and smooth rails support quieter, more convenient daily operations. Drawers and cabinets open more easily, helping staff work efficiently during check-in, service, payment, and consultation tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_2.jpg?v=1778756267\" alt=\"Reception counter desk colour options for commercial lobbies\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eType Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_17.jpg?v=1778756273\" alt=\"Reception counter type options and layout configurations\" 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\u003eReception Counter for Sale \/ Reception Desk \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSynthetic panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n              \u003ctd\u003eThickened E1-grade synthetic panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100¡§C200kg, 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.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L180.3 ?¨¢ W61.0 ?¨¢ H99.1cm, L200.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L221.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L238.8 ?¨¢ W61.0 ?¨¢ H99.1cm, L259.1 ?¨¢ W61.0 ?¨¢ H99.1cm, L279.4 ?¨¢ W61.0 ?¨¢ H99.1cm, L299.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L320.0 ?¨¢ W61.0 ?¨¢ H99.1cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eIntegrated LED lighting for a bright ambient reception effect\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eSecure lockable drawers with quiet hinges and smooth rails\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eNatural large arc design to help reduce sharp-corner contact\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, early education centres, salons, clinics, studios, retail service counters, office lobbies, and modern workspaces\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\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_5.jpg?v=1778756265\" alt=\"Reception counter desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLED Notice:\u003c\/b\u003e LED lighting may require nearby power access. Lighting effect, plug type, and electrical compatibility may vary by destination and selected configuration.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e For customised orders, please confirm size, colour, type, layout, and measurement details before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, panel texture, lighting tone, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\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 reception counter, front desk, and commercial fit-out 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\u003eReception Layout Check:\u003c\/b\u003e Confirm counter length, staff seating space, customer-facing side, 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 nearby power access and safe cable routing for LED lighting before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, cabinet opening clearance, staff workflow, and daily storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, education centres, salons, clinics, studios, retail counters, and office reception areas.\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 reception counter include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The reception counter includes integrated LED lighting designed to create a bright and welcoming front desk atmosphere. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare sufficient installation space, suitable tools, and a clear route before setup.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the reception counter be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customisation is available. Please confirm the required size, colour, type, layout, and other specifications before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected counter size, doorway width, lift access, stair clearance, seating layout, LED power access, and final placement area before placing an order.\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=\"KaguReadMoreTriggerJDT7241\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7241\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082417995824,"sku":"JDT-7241-01","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418028592,"sku":"JDT-7241-02","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418061360,"sku":"JDT-7241-03","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418094128,"sku":"JDT-7241-04","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418126896,"sku":"JDT-7241-05","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418159664,"sku":"JDT-7241-06","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418192432,"sku":"JDT-7241-07","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418225200,"sku":"JDT-7241-08","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418257968,"sku":"JDT-7241-09","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418290736,"sku":"JDT-7241-010","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418323504,"sku":"JDT-7241-011","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418356272,"sku":"JDT-7241-012","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418389040,"sku":"JDT-7241-013","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418421808,"sku":"JDT-7241-014","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418454576,"sku":"JDT-7241-015","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418487344,"sku":"JDT-7241-016","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418520112,"sku":"JDT-7241-017","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418552880,"sku":"JDT-7241-018","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418585648,"sku":"JDT-7241-019","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418618416,"sku":"JDT-7241-020","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418651184,"sku":"JDT-7241-021","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418683952,"sku":"JDT-7241-022","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418716720,"sku":"JDT-7241-023","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418749488,"sku":"JDT-7241-024","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418782256,"sku":"JDT-7241-025","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418815024,"sku":"JDT-7241-026","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418847792,"sku":"JDT-7241-027","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418880560,"sku":"JDT-7241-028","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418913328,"sku":"JDT-7241-029","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418946096,"sku":"JDT-7241-030","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418978864,"sku":"JDT-7241-031","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419011632,"sku":"JDT-7241-032","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419044400,"sku":"JDT-7241-033","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419077168,"sku":"JDT-7241-034","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419109936,"sku":"JDT-7241-035","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419142704,"sku":"JDT-7241-036","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419175472,"sku":"JDT-7241-037","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419208240,"sku":"JDT-7241-038","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419241008,"sku":"JDT-7241-039","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419273776,"sku":"JDT-7241-040","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419306544,"sku":"JDT-7241-041","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419339312,"sku":"JDT-7241-042","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419372080,"sku":"JDT-7241-043","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419404848,"sku":"JDT-7241-044","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419437616,"sku":"JDT-7241-045","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419470384,"sku":"JDT-7241-046","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419503152,"sku":"JDT-7241-047","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419535920,"sku":"JDT-7241-048","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419568688,"sku":"JDT-7241-049","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419601456,"sku":"JDT-7241-050","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419634224,"sku":"JDT-7241-051","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419666992,"sku":"JDT-7241-052","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419699760,"sku":"JDT-7241-053","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419732528,"sku":"JDT-7241-054","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419765296,"sku":"JDT-7241-055","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419798064,"sku":"JDT-7241-056","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419830832,"sku":"JDT-7241-057","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419863600,"sku":"JDT-7241-058","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419896368,"sku":"JDT-7241-059","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419929136,"sku":"JDT-7241-060","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419961904,"sku":"JDT-7241-061","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419994672,"sku":"JDT-7241-062","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082420027440,"sku":"JDT-7241-063","price":2754.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_main_images_8.jpg?v=1778756260"},{"product_id":"corner-office-table-receptionist-desk-jdt-7165","title":"Corner Office Table | Office Receptionist 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: 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  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\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 Illuminated Reception Look:\u003c\/b\u003e A sleek office receptionist desk with ambient LED lighting for a polished commercial lobby presence.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable High-Density Board:\u003c\/b\u003e Premium board construction supports daily front desk use in high-traffic reception and service environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eIntegrated Glass Showcase:\u003c\/b\u003e Tempered glass display space helps present awards, branded items, products, or decorative reception elements.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEfficient Corner Layout:\u003c\/b\u003e A corner office table configuration with lockable drawers and lower cabinets for organised front desk storage.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmooth Drawer Hardware:\u003c\/b\u003e Key-lock drawers and metal ball-bearing slides support quieter, more reliable daily operation for busy reception work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7165\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eCorner Office Receptionist Desk with LED Showcase\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._1.jpg?v=1770354579\" alt=\"Corner office receptionist desk with illuminated modern design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a welcoming and professional reception area with this corner office table. Designed as a modern office receptionist desk, it combines clean geometric lines, ambient LED lighting, high-density board construction, tempered glass showcase display, secure drawer storage, and an efficient corner layout for commercial lobbies and front desk spaces.\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\/JDT-7165.._2.jpg?v=1770354579\" alt=\"High-density board construction for office receptionist desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium High-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eThe high-density board core is engineered for commercial durability and everyday front desk use. It helps the reception desk stay sturdy, impact-resistant, and suitable for busy lobbies, clinics, salons, and service spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._3.jpg?v=1770354579\" alt=\"Tempered glass display showcase with LED lighting on receptionist desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated Tempered Glass Display Showcase\u003c\/h3\u003e\n          \u003cp\u003eThe built-in tempered glass display with LED lighting creates a premium presentation area for company awards, brand items, retail samples, or decorative pieces. It helps turn the reception desk into a stronger visual centrepiece.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._4.jpg?v=1770354579\" alt=\"Office receptionist desk with secure key lock and smooth drawer slides\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Key Lock and Smooth Drawer Slides\u003c\/h3\u003e\n          \u003cp\u003eLockable drawer storage helps protect sensitive documents, staff items, and daily business essentials. Metal ball-bearing slides support smooth, quiet, and reliable drawer movement during everyday reception work.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._5.jpg?v=1770354579\" alt=\"Corner office table layout with storage drawers and lower cabinets\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Corner Office Table Layout\u003c\/h3\u003e\n          \u003cp\u003eThe corner layout helps maximise workspace efficiency while keeping the reception area organised. Lockable drawers and lower cabinets provide practical storage for files, stationery, devices, and daily front desk supplies.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eInternal Layout\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165_detailed_images_1.jpg?v=1778814010\" alt=\"Internal storage layout for corner office receptionist desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._8.jpg?v=1770354579\" alt=\"Corner office receptionist desk colour 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\u003eCorner Office Table \/ Office Receptionist Desk \/ Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eModern high-gloss reception desk with ambient LED illumination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board construction\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDisplay Feature\u003c\/th\u003e\n              \u003ctd\u003eIntegrated tempered glass showcase with LED lighting\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers and lower cabinets for organised front desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDrawer Hardware\u003c\/th\u003e\n              \u003ctd\u003eMetal ball-bearing slides for smooth and quiet drawer movement\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n              \u003ctd\u003eCorner office table configuration for efficient reception workspace planning\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice lobbies, salons, clinics, retail reception areas, showrooms, service counters, studios, and commercial front desks\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      \u003cdiv class=\"kagu-img-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165_detailed_images_3.png?v=1779268440\" alt=\"Corner office receptionist desk dimensions guide in centimetres\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/db056b087c9a4f96a04f8430d6d50a6e_c5400e2c-d06f-4431-a036-15af9f4948a5.jpg?v=1758784381\" alt=\"Reception desk size and delivery planning reference\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLED \u0026amp; Power Notice:\u003c\/b\u003e LED lighting may require nearby power access. Power configuration, plug type, and lighting details may vary by destination and selected configuration.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eGlass Display Notice:\u003c\/b\u003e Tempered glass should be handled carefully during delivery, placement, and daily cleaning. Avoid sharp impact on the display area.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, gloss level, lighting effect, and board texture 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 reception desk, corner counter, and commercial front desk orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk dimensions, corner direction, customer-facing side, staff seating space, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDisplay Planning:\u003c\/b\u003e Plan the tempered glass showcase area, LED effect, display items, and front-facing visibility before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Check drawer opening clearance, lower cabinet access, staff workflow, and internal storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Confirm nearby power access and safe cable routing for LED lighting before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for offices, salons, clinics, showrooms, studios, retail spaces, and service reception areas.\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 receptionist desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes ambient LED illumination designed to create a more professional and welcoming reception display effect. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes it include a glass display showcase?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes an integrated tempered glass showcase that can be used for awards, branding, small products, or decorative display items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this corner office table suitable for commercial use?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The high-density board construction, lockable storage, corner layout, and display features make it suitable for offices, salons, clinics, retail reception areas, and service counters.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the desk dimensions, corner direction, doorway width, lift access, stair clearance, staff seating space, electrical 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=\"KaguReadMoreTriggerJDT7165\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7165\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White 1 \/ 81cm x 61cm x 99cm","offer_id":43011197993008,"sku":"JDT-7165-01","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 99cm x 61cm x 99cm","offer_id":43011198386224,"sku":"JDT-7165-13","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 119cm x 61cm x 99cm","offer_id":43011198779440,"sku":"JDT-7165-25","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 140cm x 61cm x 99cm","offer_id":43011199172656,"sku":"JDT-7165-37","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 160cm x 61cm x 99cm","offer_id":43011199565872,"sku":"JDT-7165-49","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 180cm x 61cm x 99cm","offer_id":43011199959088,"sku":"JDT-7165-61","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 81cm x 61cm x 99cm","offer_id":43011198025776,"sku":"JDT-7165-02","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 99cm x 61cm x 99cm","offer_id":43011198418992,"sku":"JDT-7165-14","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 119cm x 61cm x 99cm","offer_id":43011198812208,"sku":"JDT-7165-26","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 140cm x 61cm x 99cm","offer_id":43011199205424,"sku":"JDT-7165-38","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 160cm x 61cm x 99cm","offer_id":43011199598640,"sku":"JDT-7165-50","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 180cm x 61cm x 99cm","offer_id":43011199991856,"sku":"JDT-7165-62","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 81cm x 61cm x 99cm","offer_id":43011198058544,"sku":"JDT-7165-03","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 99cm x 61cm x 99cm","offer_id":43011198451760,"sku":"JDT-7165-15","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 119cm x 61cm x 99cm","offer_id":43011198844976,"sku":"JDT-7165-27","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 140cm x 61cm x 99cm","offer_id":43011199238192,"sku":"JDT-7165-39","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 160cm x 61cm x 99cm","offer_id":43011199631408,"sku":"JDT-7165-51","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 180cm x 61cm x 99cm","offer_id":43011200024624,"sku":"JDT-7165-63","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 81cm x 61cm x 99cm","offer_id":43011198091312,"sku":"JDT-7165-04","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 99cm x 61cm x 99cm","offer_id":43011198484528,"sku":"JDT-7165-16","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 119cm x 61cm x 99cm","offer_id":43011198877744,"sku":"JDT-7165-28","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 140cm x 61cm x 99cm","offer_id":43011199270960,"sku":"JDT-7165-40","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 160cm x 61cm x 99cm","offer_id":43011199664176,"sku":"JDT-7165-52","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 180cm x 61cm x 99cm","offer_id":43011200057392,"sku":"JDT-7165-64","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 81cm x 61cm x 99cm","offer_id":43011198124080,"sku":"JDT-7165-05","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 99cm x 61cm x 99cm","offer_id":43011198517296,"sku":"JDT-7165-17","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 119cm x 61cm x 99cm","offer_id":43011198910512,"sku":"JDT-7165-29","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 140cm x 61cm x 99cm","offer_id":43011199303728,"sku":"JDT-7165-41","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 160cm x 61cm x 99cm","offer_id":43011199696944,"sku":"JDT-7165-53","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 180cm x 61cm x 99cm","offer_id":43011200090160,"sku":"JDT-7165-65","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 81cm x 61cm x 99cm","offer_id":43011198156848,"sku":"JDT-7165-06","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 99cm x 61cm x 99cm","offer_id":43011198550064,"sku":"JDT-7165-18","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 119cm x 61cm x 99cm","offer_id":43011198943280,"sku":"JDT-7165-30","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 140cm x 61cm x 99cm","offer_id":43011199336496,"sku":"JDT-7165-42","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 160cm x 61cm x 99cm","offer_id":43011199729712,"sku":"JDT-7165-54","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 180cm x 61cm x 99cm","offer_id":43011200122928,"sku":"JDT-7165-66","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 81cm x 61cm x 99cm","offer_id":43011198189616,"sku":"JDT-7165-07","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 99cm x 61cm x 99cm","offer_id":43011198582832,"sku":"JDT-7165-19","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 119cm x 61cm x 99cm","offer_id":43011198976048,"sku":"JDT-7165-31","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 140cm x 61cm x 99cm","offer_id":43011199369264,"sku":"JDT-7165-43","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 160cm x 61cm x 99cm","offer_id":43011199762480,"sku":"JDT-7165-55","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 180cm x 61cm x 99cm","offer_id":43011200155696,"sku":"JDT-7165-67","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 81cm x 61cm x 99cm","offer_id":43011198222384,"sku":"JDT-7165-08","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 99cm x 61cm x 99cm","offer_id":43011198615600,"sku":"JDT-7165-20","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 119cm x 61cm x 99cm","offer_id":43011199008816,"sku":"JDT-7165-32","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 140cm x 61cm x 99cm","offer_id":43011199402032,"sku":"JDT-7165-44","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 160cm x 61cm x 99cm","offer_id":43011199795248,"sku":"JDT-7165-56","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 180cm x 61cm x 99cm","offer_id":43011200188464,"sku":"JDT-7165-68","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 81cm x 61cm x 99cm","offer_id":43011198287920,"sku":"JDT-7165-10","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 99cm x 61cm x 99cm","offer_id":43011198681136,"sku":"JDT-7165-22","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 119cm x 61cm x 99cm","offer_id":43011199074352,"sku":"JDT-7165-34","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 140cm x 61cm x 99cm","offer_id":43011199467568,"sku":"JDT-7165-46","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 160cm x 61cm x 99cm","offer_id":43011199860784,"sku":"JDT-7165-58","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 180cm x 61cm x 99cm","offer_id":43011200254000,"sku":"JDT-7165-70","price":3080.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 81cm x 61cm x 99cm","offer_id":43011198320688,"sku":"JDT-7165-11","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 99cm x 61cm x 99cm","offer_id":43011198713904,"sku":"JDT-7165-23","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 119cm x 61cm x 99cm","offer_id":43011199107120,"sku":"JDT-7165-35","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 140cm x 61cm x 99cm","offer_id":43011199500336,"sku":"JDT-7165-47","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 160cm x 61cm x 99cm","offer_id":43011199893552,"sku":"JDT-7165-59","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 180cm x 61cm x 99cm","offer_id":43011200286768,"sku":"JDT-7165-71","price":3080.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 81cm x 61cm x 99cm","offer_id":43011198353456,"sku":"JDT-7165-12","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 99cm x 61cm x 99cm","offer_id":43011198746672,"sku":"JDT-7165-24","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 119cm x 61cm x 99cm","offer_id":43011199139888,"sku":"JDT-7165-36","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 140cm x 61cm x 99cm","offer_id":43011199533104,"sku":"JDT-7165-48","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 160cm x 61cm x 99cm","offer_id":43011199926320,"sku":"JDT-7165-60","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 180cm x 61cm x 99cm","offer_id":43011200319536,"sku":"JDT-7165-72","price":3080.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165-main_images_25.webp?v=1778726572"},{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/Gemini_Generated_Image_58gmqb58gmqb58gm.png?v=1781517163","url":"https:\/\/kaguyasu.eu\/collections\/office-layout.oembed?page=4","provider":"Kaguyasu-EU","version":"1.0","type":"link"}