{"title":"Shipped fully assembled","description":null,"products":[{"product_id":"luxury-high-gloss-l-shaped-desk-lbz-2150","title":"Luxury Executive Desk | High Gloss L-Shaped Desk","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":"small-curved-modern-reception-jdt-7179","title":"Small Curved Reception Desk | Modern Reception Desk","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":"premium-large-conference-room-table-bgz-010","title":"Premium Large Conference Room Table \u0026 Modern Boardroom Desk","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\u003eCorporate Elegance:\u003c\/b\u003e A premium \u003cb\u003emodern meeting table\u003c\/b\u003e designed to elevate executive boardrooms.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Surface:\u003c\/b\u003e A heavy-duty \u003cb\u003elarge conference table\u003c\/b\u003e accommodating teams of all sizes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Core:\u003c\/b\u003e An eco-friendly \u003cb\u003eoffice meeting table\u003c\/b\u003e crafted from scratch-resistant melamine.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCommercial Stability:\u003c\/b\u003e A sturdy \u003cb\u003econference room table\u003c\/b\u003e supported by a robust steel frame.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomizable Planning:\u003c\/b\u003e Available in multiple sizes with customizable color and size options for different meeting room layouts.\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=\"KaguReadMoreTriggerBGZM010\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eHigh-Quality Conference Table\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_6.jpg?v=1779160776\" alt=\"Premium large conference room table modern boardroom desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium modern meeting table with a thick tabletop, reliable steel legs, eco-friendly melamine decorative laminate, and customizable color and size options for conference room settings.\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_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_5.jpg?v=1779160775\" alt=\"Thick tabletop for large conference table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Tabletop for Large Conference Table\u003c\/h3\u003e\n          \u003cp\u003eBuilt for heavy-duty use. The 2.5cm thick surface of this \u003cb\u003elarge conference table\u003c\/b\u003e offers exceptional load-bearing capacity and prevents twisting.\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_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_3.jpg?v=1779160774\" alt=\"Reliable steel legs office meeting table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eReliable Steel Legs Office Meeting Table\u003c\/h3\u003e\n          \u003cp\u003eExperience ultimate commercial stability. The robust steel legs ensure your \u003cb\u003eoffice meeting table\u003c\/b\u003e remains firmly planted without wobbling during 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\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_4.jpg?v=1779160775\" alt=\"Eco-friendly odorless conference room table material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Odorless Conference Room Table\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium melamine laminate. This eco-friendly, odorless \u003cb\u003econference room table\u003c\/b\u003e provides a safe, highly durable workspace for your team.\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\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_de0c8fac-3a32-4e52-a077-2d71cdb7f7ce.jpg?v=1779359117\" alt=\"White and natural color options for Kaguyasu conference room table\" 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 laminate\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite, Natural\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApproximately 75kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e160 * 80 * 75cm, 180 * 90 * 75cm\u003cbr\u003e200 * 100 * 75cm, 240 * 120 * 75cm\u003cbr\u003e280 * 130 * 75cm, 300 * 130 * 75cm\u003cbr\u003e350 * 140 * 75cm, 400 * 150 * 75cm\u003cbr\u003e450 * 150 * 75cm, 500 * 150 * 75cm\u003cbr\u003e48 * 48 * 99cm\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\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\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_6.webp?v=1778729734\" alt=\"Premium large conference room table 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 conference room table:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This conference table 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\u003eMaterial:\u003c\/b\u003e The listed material is melamine decorative laminate.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include White and Natural.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eWeight:\u003c\/b\u003e The listed weight is approximately 75kg.\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 conference room table require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this conference table.\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 table?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed material is melamine decorative laminate.\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 and Natural.\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=\"KaguReadMoreTriggerBGZM010\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZM010\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"160*80*75cm \/ Please ask the chatbot.","offer_id":43055479849008,"sku":"BGZ-m-010-01","price":503.0,"currency_code":"GBP","in_stock":true},{"title":"180*90*75cm \/ Please ask the chatbot.","offer_id":43055479881776,"sku":"BGZ-m-010-02","price":568.0,"currency_code":"GBP","in_stock":true},{"title":"200*100*75cm \/ Please ask the chatbot.","offer_id":43055479914544,"sku":"BGZ-m-010-03","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"240*120*75cm \/ Please ask the chatbot.","offer_id":43055479947312,"sku":"BGZ-m-010-04","price":657.0,"currency_code":"GBP","in_stock":true},{"title":"280*130*75cm \/ Please ask the chatbot.","offer_id":43055479980080,"sku":"BGZ-m-010-05","price":925.0,"currency_code":"GBP","in_stock":true},{"title":"300*130*75cm \/ Please ask the chatbot.","offer_id":43055480012848,"sku":"BGZ-m-010-06","price":973.0,"currency_code":"GBP","in_stock":true},{"title":"350*140*75cm \/ Please ask the chatbot.","offer_id":43055480045616,"sku":"BGZ-m-010-07","price":1055.0,"currency_code":"GBP","in_stock":true},{"title":"400*150*75cm \/ Please ask the chatbot.","offer_id":43055480078384,"sku":"BGZ-m-010-08","price":1297.0,"currency_code":"GBP","in_stock":true},{"title":"450*150*75cm \/ Please ask the chatbot.","offer_id":43055480111152,"sku":"BGZ-m-010-09","price":1379.0,"currency_code":"GBP","in_stock":true},{"title":"500*150*75cm \/ Please ask the chatbot.","offer_id":43055480143920,"sku":"BGZ-m-010-10","price":1541.0,"currency_code":"GBP","in_stock":true},{"title":"400*120*75cm \/ Please ask the chatbot.","offer_id":43055480176688,"sku":"BGZ-m-010-11","price":1297.0,"currency_code":"GBP","in_stock":true},{"title":"450*120*75cm \/ Please ask the chatbot.","offer_id":43055480209456,"sku":"BGZ-m-010-12","price":1379.0,"currency_code":"GBP","in_stock":true},{"title":"500*120*75cm \/ Please ask the chatbot.","offer_id":43055480242224,"sku":"BGZ-m-010-13","price":1541.0,"currency_code":"GBP","in_stock":true},{"title":"48*48*99cm chair \/ Please ask the chatbot.","offer_id":43055480274992,"sku":"BGZ-m-010-07","price":1055.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_main_images_4.jpg?v=1779160771"},{"product_id":"curved-executive-corner-desk-lbz-1055","title":"Curved Executive Desk | Modern Corner Office Desk","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":"modern-office-reception-desk-jdt-1094","title":"Modern Office Reception Desk | Color-Blocked Reception Desk","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 \/ 80cm x 60cm x 100cm","offer_id":43011218800688,"sku":"JDT-1094-08","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 120cm x 60cm x 100cm","offer_id":43011219128368,"sku":"JDT-1094-09","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 200cm x 60cm x 100cm","offer_id":43011219456048,"sku":"JDT-1094-10","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 240cm x 60cm x 100cm","offer_id":43011219783728,"sku":"JDT-1094-11","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 280cm x 60cm x 100cm","offer_id":43011220111408,"sku":"JDT-1094-12","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 360cm x 60cm x 100cm","offer_id":43011220439088,"sku":"JDT-1094-13","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 400cm x 60cm x 100cm","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 \/ 80cm x 60cm x 100cm","offer_id":43011218833456,"sku":"JDT-1094-15","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 120cm x 60cm x 100cm","offer_id":43011219161136,"sku":"JDT-1094-16","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 200cm x 60cm x 100cm","offer_id":43011219488816,"sku":"JDT-1094-17","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 240cm x 60cm x 100cm","offer_id":43011219816496,"sku":"JDT-1094-18","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 280cm x 60cm x 100cm","offer_id":43011220144176,"sku":"JDT-1094-19","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 360cm x 60cm x 100cm","offer_id":43011220471856,"sku":"JDT-1094-20","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 400cm x 60cm x 100cm","offer_id":43011220799536,"sku":"JDT-1094-21","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 80cm x 60cm x 100cm","offer_id":43011218866224,"sku":"JDT-1094-22","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 120cm x 60cm x 100cm","offer_id":43011219193904,"sku":"JDT-1094-23","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 200cm x 60cm x 100cm","offer_id":43011219521584,"sku":"JDT-1094-24","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 240cm x 60cm x 100cm","offer_id":43011219849264,"sku":"JDT-1094-25","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 280cm x 60cm x 100cm","offer_id":43011220176944,"sku":"JDT-1094-26","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 360cm x 60cm x 100cm","offer_id":43011220504624,"sku":"JDT-1094-27","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 400cm x 60cm x 100cm","offer_id":43011220832304,"sku":"JDT-1094-28","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 80cm x 60cm x 100cm","offer_id":43011218898992,"sku":"JDT-1094-01","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 120cm x 60cm x 100cm","offer_id":43011219226672,"sku":"JDT-1094-02","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 200cm x 60cm x 100cm","offer_id":43011219554352,"sku":"JDT-1094-03","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 240cm x 60cm x 100cm","offer_id":43011219882032,"sku":"JDT-1094-04","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 280cm x 60cm x 100cm","offer_id":43011220209712,"sku":"JDT-1094-05","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 360cm x 60cm x 100cm","offer_id":43011220537392,"sku":"JDT-1094-06","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 400cm x 60cm x 100cm","offer_id":43011220865072,"sku":"JDT-1094-07","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 80cm x 60cm x 100cm","offer_id":43011218931760,"sku":"JDT-1094-29","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 120cm x 60cm x 100cm","offer_id":43011219259440,"sku":"JDT-1094-30","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 200cm x 60cm x 100cm","offer_id":43011219587120,"sku":"JDT-1094-31","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 240cm x 60cm x 100cm","offer_id":43011219914800,"sku":"JDT-1094-32","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 280cm x 60cm x 100cm","offer_id":43011220242480,"sku":"JDT-1094-33","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 360cm x 60cm x 100cm","offer_id":43011220570160,"sku":"JDT-1094-34","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 400cm x 60cm x 100cm","offer_id":43011220897840,"sku":"JDT-1094-35","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 80cm x 60cm x 100cm","offer_id":43011218964528,"sku":"JDT-1094-36","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 120cm x 60cm x 100cm","offer_id":43011219292208,"sku":"JDT-1094-37","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 200cm x 60cm x 100cm","offer_id":43011219619888,"sku":"JDT-1094-38","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 240cm x 60cm x 100cm","offer_id":43011219947568,"sku":"JDT-1094-39","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 280cm x 60cm x 100cm","offer_id":43011220275248,"sku":"JDT-1094-40","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 360cm x 60cm x 100cm","offer_id":43011220602928,"sku":"JDT-1094-41","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 400cm x 60cm x 100cm","offer_id":43011220930608,"sku":"JDT-1094-42","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 80cm x 60cm x 100cm","offer_id":43011218997296,"sku":"JDT-1094-43","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 120cm x 60cm x 100cm","offer_id":43011219324976,"sku":"JDT-1094-44","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 200cm x 60cm x 100cm","offer_id":43011219652656,"sku":"JDT-1094-45","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 240cm x 60cm x 100cm","offer_id":43011219980336,"sku":"JDT-1094-46","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 280cm x 60cm x 100cm","offer_id":43011220308016,"sku":"JDT-1094-47","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 360cm x 60cm x 100cm","offer_id":43011220635696,"sku":"JDT-1094-48","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 400cm x 60cm x 100cm","offer_id":43011220963376,"sku":"JDT-1094-49","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 80cm x 60cm x 100cm","offer_id":43011219030064,"sku":"JDT-1094-50","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 120cm x 60cm x 100cm","offer_id":43011219357744,"sku":"JDT-1094-51","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 200cm x 60cm x 100cm","offer_id":43011219685424,"sku":"JDT-1094-52","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 240cm x 60cm x 100cm","offer_id":43011220013104,"sku":"JDT-1094-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 280cm x 60cm x 100cm","offer_id":43011220340784,"sku":"JDT-1094-54","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 360cm x 60cm x 100cm","offer_id":43011220668464,"sku":"JDT-1094-55","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 400cm x 60cm x 100cm","offer_id":43011220996144,"sku":"JDT-1094-56","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 80cm x 60cm x 100cm","offer_id":43011219062832,"sku":"JDT-1094-57","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 120cm x 60cm x 100cm","offer_id":43011219390512,"sku":"JDT-1094-58","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 200cm x 60cm x 100cm","offer_id":43011219718192,"sku":"JDT-1094-59","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 240cm x 60cm x 100cm","offer_id":43011220045872,"sku":"JDT-1094-60","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 280cm x 60cm x 100cm","offer_id":43011220373552,"sku":"JDT-1094-61","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 360cm x 60cm x 100cm","offer_id":43011220701232,"sku":"JDT-1094-62","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 400cm x 60cm x 100cm","offer_id":43011221028912,"sku":"JDT-1094-63","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 80cm x 60cm x 100cm","offer_id":43011219095600,"sku":"JDT-1094-64","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 120cm x 60cm x 100cm","offer_id":43011219423280,"sku":"JDT-1094-65","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 200cm x 60cm x 100cm","offer_id":43011219750960,"sku":"JDT-1094-66","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 240cm x 60cm x 100cm","offer_id":43011220078640,"sku":"JDT-1094-67","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 280cm x 60cm x 100cm","offer_id":43011220406320,"sku":"JDT-1094-68","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 360cm x 60cm x 100cm","offer_id":43011220734000,"sku":"JDT-1094-69","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 400cm x 60cm x 100cm","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":"minimalist-meeting-desk-small-training-hyz-101","title":"Minimalist Meeting Desk \u0026 Small Office Training Table","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 Images (Seamless Flow) --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\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-bottom: 25px; \n  }\n  .kagu-long-showcase:last-child { margin-bottom: 0; }\n\n  .kagu-dimension-title { font-size: 1.3rem !important; margin-top: 40px; text-align: center; border-bottom: none !important; }\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  \/* --- 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: '\\2714'; 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-size-grid { grid-template-columns: 1fr; }\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\u003eFocused Collaboration, Minimalist Design\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Minimalist Aesthetics:\u003c\/b\u003e A sleek, white office table designed to elevate contemporary corporate spaces with understated elegance.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCollaborative Layout:\u003c\/b\u003e A highly versatile meeting and training table tailored for dynamic team interactions and focused boardroom sessions.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Construction:\u003c\/b\u003e Crafted from high-density engineered particleboard, delivering dependable durability for daily office environments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Functionality:\u003c\/b\u003e The perfect hybrid solution seamlessly transitioning between an executive meeting desk and a professional training workbench.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Meeting Desk \u0026amp; Office Training Table\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate your collaborative workspace with our sleek and versatile conference table. Designed with a distinct warm minimalist aesthetic, this functional desk serves as a perfect blend of simplicity and modern sophistication, perfectly tailored for intimate conference rooms and active training spaces. Crafted with precision, it provides a dedicated, uncluttered area for focused teamwork and creative sessions. Upgrade your office environment with a piece where clean geometric form meets everyday function, ensuring a seamlessly organized and modern boardroom experience.\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\/minimalist_meeting_desk_small_office_training_table_kaguyasuHYZ-101_detailed_images.webp?v=1778730383\" alt=\"Minimalist Meeting Desk and Small Office Training Table | Kaguyasu HYZ-101 Detailed Showcase\" class=\"kagu-long-showcase\"\u003e\n    \n    \u003ch3 class=\"kagu-dimension-title\"\u003eProduct Dimensions\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/2_2_a8c7fbb3-9db1-4fd8-b3ad-5ac068962658.jpg?v=1736329858\" alt=\"Dimensions for Kaguyasu Minimalist Office Training Table\" 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 scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Minimalist Workspace Series (HYZ-101)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePremium Materials\u003c\/th\u003e\n          \u003ctd\u003eHigh-Density Engineered Particleboard (Features a smooth, anti-scratch commercial finish)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e200 * 80 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e200 * 100 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e200 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e220 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e240 * 100 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e240 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e300 * 120 * 75 cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTailored Customization\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, Available\u003c\/b\u003e (Supports customized dimensional scales to fit specific room layouts)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n          \u003ctd\u003eOverall Table Size (Length \u0026amp; Width)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eOptimal Suitability\u003c\/th\u003e\n          \u003ctd\u003eSmall to Medium Conference Rooms, Corporate Training Centers, and Open-Plan Team Workstations\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Protocol\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, required\u003c\/b\u003e (Includes precise structural hardware and straightforward assembly instructions)\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\u003eB2B Tailored Space Solutions \u0026amp; Logistics\u003c\/h3\u003e\n    \u003cp\u003eAs a dedicated commercial furniture provider across the UK and mainland Europe, Kaguyasu guarantees reliable delivery channels tailored for workspace overhauls:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Dimension Requests:\u003c\/b\u003e If your training room layout requires customized sizing, please reach out to our project design team for tailored technical specifications.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Flat-Packed Shipping:\u003c\/b\u003e To prevent transit friction, all boards and components are distributed flat-packed in heavy-duty commercial cartons.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCorporate Documentation:\u003c\/b\u003e Automated VAT invoices matching your corporate registry are systematically rendered post-dispatch for seamless financial reconciliation.\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 desk suitable for modular training room setups?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eAbsolutely. The clean, minimalist lines and lack of overhanging bulk make it exceptionally easy to configure multiple tables side-by-side or end-to-end to create larger collaborative workstations or classroom-style training rows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow durable is the engineered particleboard for daily office use?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe use premium, high-density commercial-grade particleboard finished with a protective veneer. It is specifically engineered to resist daily wear, minor scratches, and moisture, ensuring it maintains its sophisticated look through years of active use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I order a custom size that isn't listed in the standard dimensions?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eSince this item supports full size adaptation, please contact our B2B commercial support team with your required length and width. We will promptly provide a tailored quotation and production timeline to suit your project needs.\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":"Natural \/ 200*80*75 cm","offer_id":43011209560112,"sku":"HYZ-101-01","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 200*100*75 cm","offer_id":43011209592880,"sku":"HYZ-101-02","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 200*120*75 cm","offer_id":43011209625648,"sku":"HYZ-101-03","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 220*120*75 cm","offer_id":43011209658416,"sku":"HYZ-101-04","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 240*100*75 cm","offer_id":43011209691184,"sku":"HYZ-101-05","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 240*120*75 cm","offer_id":43011209723952,"sku":"HYZ-101-06","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 300*120*75 cm","offer_id":43011209756720,"sku":"HYZ-101-07","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*80*75 cm","offer_id":43011209789488,"sku":"HYZ-101-08","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*100*75 cm","offer_id":43011209822256,"sku":"HYZ-101-09","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*120*75 cm","offer_id":43011209855024,"sku":"HYZ-101-10","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 220*120*75 cm","offer_id":43011209887792,"sku":"HYZ-101-11","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 240*100*75 cm","offer_id":43011209920560,"sku":"HYZ-101-12","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 240*120*75 cm","offer_id":43011209953328,"sku":"HYZ-101-13","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 300*120*75 cm","offer_id":43011209986096,"sku":"HYZ-101-14","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*80*75 cm","offer_id":43011210018864,"sku":"HYZ-101-15","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*100*75 cm","offer_id":43011210051632,"sku":"HYZ-101-16","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*120*75 cm","offer_id":43011210084400,"sku":"HYZ-101-17","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 220*120*75 cm","offer_id":43011210117168,"sku":"HYZ-101-18","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*100*75 cm","offer_id":43011210149936,"sku":"HYZ-101-19","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*120*75 cm","offer_id":43011210182704,"sku":"HYZ-101-20","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 300*120*75 cm","offer_id":43011210215472,"sku":"HYZ-101-21","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*80*75 cm","offer_id":43011210248240,"sku":"HYZ-101-22","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*100*75 cm","offer_id":43011210281008,"sku":"HYZ-101-23","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*120*75 cm","offer_id":43011210313776,"sku":"HYZ-101-24","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 220*120*75 cm","offer_id":43011210346544,"sku":"HYZ-101-25","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*100*75 cm","offer_id":43011210379312,"sku":"HYZ-101-26","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*120*75 cm","offer_id":43011210412080,"sku":"HYZ-101-27","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 300*120*75 cm","offer_id":43011210444848,"sku":"HYZ-101-28","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*80*75 cm","offer_id":43011210477616,"sku":"HYZ-101-29","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*100*75 cm","offer_id":43011210510384,"sku":"HYZ-101-30","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*120*75 cm","offer_id":43011210543152,"sku":"HYZ-101-31","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 220*120*75 cm","offer_id":43011210575920,"sku":"HYZ-101-32","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 240*100*75 cm","offer_id":43011210608688,"sku":"HYZ-101-33","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 240*120*75 cm","offer_id":43011210641456,"sku":"HYZ-101-34","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 300*120*75 cm","offer_id":43011210674224,"sku":"HYZ-101-35","price":707.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_meeting_desk_small_office_training_table_kaguyasuHYZ-101_main_images_2.webp?v=1778729975"},{"product_id":"l-shaped-manager-desk-with-storage-lbz-10111","title":"Manager Desk | L-Shaped Executive Desk","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 \/ 200cm *180cm*76cm","offer_id":42944263913520,"sku":"LBZ-10111-04","price":1551.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Right Corner \/ 240cm*200cm*76cm","offer_id":42944263946288,"sku":"LBZ-10111-05","price":1633.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Right Corner \/ 280cm*200cm*76cm","offer_id":42944263979056,"sku":"LBZ-10111-06","price":1799.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 180cm*160cm*76cm","offer_id":43011208118320,"sku":"LBZ-10111-01","price":898.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 200cm *180cm*76cm","offer_id":43011208151088,"sku":"LBZ-10111-02","price":946.0,"currency_code":"GBP","in_stock":true},{"title":"Inside View Left Corner \/ 240cm*200cm*76cm","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","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\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.\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.\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.\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.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required, making it practical for restaurants, cafes, boutiques, offices, studios, and compact reception projects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT2040\" class=\"kagu-readmore-trigger\"\u003e\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\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\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\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-70kg, 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\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\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\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\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\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\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\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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT2040\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT2040\"\u003eCollapse Details\u003c\/label\u003e\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","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\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.\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.\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.\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.\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.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTK094\" class=\"kagu-readmore-trigger\"\u003e\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\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_9.webp?v=1778726624\" alt=\"High density board material for salon reception desk\"\u003e\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\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_6.webp?v=1778726669\" alt=\"Spacious desktop on modern office reception counter\"\u003e\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\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\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\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\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\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_2.jpg?v=1778750048\" alt=\"Lockable storage drawers and cabinets on reception counter\"\u003e\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\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-reception-colour-grid\"\u003e\n\u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-1\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-2\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-3\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-4\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-5\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-6\" role=\"img\"\u003e\u003c\/span\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\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–202kg, 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\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\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\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\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\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\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\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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDTK094\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTK094\"\u003eCollapse Details\u003c\/label\u003e\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":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L140*W120*H100cm","offer_id":42944264339504,"sku":"JDT-K094-18","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L160*W120*H100cm","offer_id":42944264372272,"sku":"JDT-K094-19","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L180*W120*H100cm","offer_id":42944264405040,"sku":"JDT-K094-20","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L200*W120*H100cm","offer_id":42944264437808,"sku":"JDT-K094-21","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L220*W120*H100cm","offer_id":42944264470576,"sku":"JDT-K094-22","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L240*W120*H100cm","offer_id":42944264503344,"sku":"JDT-K094-23","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L260*W120*H100cm","offer_id":42944264536112,"sku":"JDT-K094-24","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L120*W60*H100cm","offer_id":42944264568880,"sku":"JDT-K094-25","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L140*W60*H100cm","offer_id":42944264601648,"sku":"JDT-K094-26","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L160*W60*H100cm","offer_id":42944264634416,"sku":"JDT-K094-27","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L180*W60*H100cm","offer_id":42944264667184,"sku":"JDT-K094-28","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L200*W60*H100cm","offer_id":42944264699952,"sku":"JDT-K094-29","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L220*W60*H100cm","offer_id":42944264732720,"sku":"JDT-K094-30","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L240*W60*H100cm","offer_id":42944264765488,"sku":"JDT-K094-31","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L260*W60*H100cm","offer_id":42944264798256,"sku":"JDT-K094-32","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L120*W120*H100cm","offer_id":42944264831024,"sku":"JDT-K094-01","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L140*W120*H100cm","offer_id":42944264863792,"sku":"JDT-K094-02","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L160*W120*H100cm","offer_id":42944264896560,"sku":"JDT-K094-03","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L180*W120*H100cm","offer_id":42944264929328,"sku":"JDT-K094-04","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L200*W120*H100cm","offer_id":42944264962096,"sku":"JDT-K094-05","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L220*W120*H100cm","offer_id":42944264994864,"sku":"JDT-K094-06","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L240*W120*H100cm","offer_id":42944265027632,"sku":"JDT-K094-07","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L260*W120*H100cm","offer_id":42944265060400,"sku":"JDT-K094-08","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265093168,"sku":"JDT-K094-09","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265125936,"sku":"JDT-K094-10","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265158704,"sku":"JDT-K094-11","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265191472,"sku":"JDT-K094-12","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265224240,"sku":"JDT-K094-13","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265257008,"sku":"JDT-K094-14","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265289776,"sku":"JDT-K094-15","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265322544,"sku":"JDT-K094-16","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L120*W120*H100cm","offer_id":42944265355312,"sku":"JDT-K094-33","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L140*W120*H100cm","offer_id":42944265388080,"sku":"JDT-K094-34","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L160*W120*H100cm","offer_id":42944265420848,"sku":"JDT-K094-35","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L180*W120*H100cm","offer_id":42944265453616,"sku":"JDT-K094-36","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L200*W120*H100cm","offer_id":42944265486384,"sku":"JDT-K094-37","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L220*W120*H100cm","offer_id":42944265519152,"sku":"JDT-K094-38","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L240*W120*H100cm","offer_id":42944265551920,"sku":"JDT-K094-39","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L260*W120*H100cm","offer_id":42944265584688,"sku":"JDT-K094-40","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265617456,"sku":"JDT-K094-41","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265650224,"sku":"JDT-K094-42","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265682992,"sku":"JDT-K094-43","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265715760,"sku":"JDT-K094-44","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265748528,"sku":"JDT-K094-45","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265781296,"sku":"JDT-K094-46","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265814064,"sku":"JDT-K094-47","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265846832,"sku":"JDT-K094-48","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L120*W120*H100cm","offer_id":42944265879600,"sku":"JDT-K094-49","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L140*W120*H100cm","offer_id":42944265912368,"sku":"JDT-K094-50","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L160*W120*H100cm","offer_id":42944265945136,"sku":"JDT-K094-51","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L180*W120*H100cm","offer_id":42944265977904,"sku":"JDT-K094-52","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L200*W120*H100cm","offer_id":42944266010672,"sku":"JDT-K094-53","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L220*W120*H100cm","offer_id":42944266043440,"sku":"JDT-K094-54","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L240*W120*H100cm","offer_id":42944266076208,"sku":"JDT-K094-55","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L260*W120*H100cm","offer_id":42944266108976,"sku":"JDT-K094-56","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266141744,"sku":"JDT-K094-57","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266174512,"sku":"JDT-K094-58","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266207280,"sku":"JDT-K094-59","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266240048,"sku":"JDT-K094-60","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266272816,"sku":"JDT-K094-61","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266305584,"sku":"JDT-K094-62","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266338352,"sku":"JDT-K094-63","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266371120,"sku":"JDT-K094-64","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L120*W120*H100cm","offer_id":42944266403888,"sku":"JDT-K094-65","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L140*W120*H100cm","offer_id":42944266436656,"sku":"JDT-K094-66","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L160*W120*H100cm","offer_id":42944266469424,"sku":"JDT-K094-67","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L180*W120*H100cm","offer_id":42944266502192,"sku":"JDT-K094-68","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L200*W120*H100cm","offer_id":42944266534960,"sku":"JDT-K094-69","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L220*W120*H100cm","offer_id":42944266567728,"sku":"JDT-K094-70","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L240*W120*H100cm","offer_id":42944266600496,"sku":"JDT-K094-71","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L260*W120*H100cm","offer_id":42944266633264,"sku":"JDT-K094-72","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266666032,"sku":"JDT-K094-73","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266698800,"sku":"JDT-K094-74","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266731568,"sku":"JDT-K094-75","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266764336,"sku":"JDT-K094-76","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266797104,"sku":"JDT-K094-77","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266829872,"sku":"JDT-K094-78","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266862640,"sku":"JDT-K094-79","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266895408,"sku":"JDT-K094-80","price":1649.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_1.jpg?v=1778750053"},{"product_id":"reception-furniture-beauty-salon-jdt-7175","title":"Reception Furniture | Beauty Salon Reception Desk","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\/0681\/2870\/2512\/files\/reception_furniture_beauty_salon_reception_desk_kaguyasuJDT-7175_detailed_images_9.webp?v=1778726511\" 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":"small-reception-desk-counter-jdt-737","title":"Small Reception Polka Dots Front Desk Counter","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 \/ L120cm  W60 cm  H100 cm","offer_id":43256191680560,"sku":"JDT-737-01","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256191713328,"sku":"JDT-737-07","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L150 cm  W60 cm  H100 cm","offer_id":43256191746096,"sku":"JDT-737-13","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L160 cm  W60 cm  H100 cm","offer_id":43256191778864,"sku":"JDT-737-19","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L180 cm  W60 cm  H100 cm","offer_id":43256191811632,"sku":"JDT-737-25","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L200 cm  W60 cm  H100 cm","offer_id":43256191844400,"sku":"JDT-737-31","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L220 cm  W60 cm  H100 cm","offer_id":43256191877168,"sku":"JDT-737-37","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256191909936,"sku":"JDT-737-43","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L260 cm  W60cm  H100 cm","offer_id":43256191942704,"sku":"JDT-737-49","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256191975472,"sku":"JDT-737-55","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L300 cm  W60 cm  H100 cm","offer_id":43256192008240,"sku":"JDT-737-61","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L320 cm  W60 cm  H100 cm","offer_id":43256192041008,"sku":"JDT-737-67","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L120cm  W60 cm  H100 cm","offer_id":43256192073776,"sku":"JDT-737-02","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256192106544,"sku":"JDT-737-08","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L150 cm  W60 cm  H100 cm","offer_id":43256192139312,"sku":"JDT-737-14","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L160 cm  W60 cm  H100 cm","offer_id":43256192172080,"sku":"JDT-737-20","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L180 cm  W60 cm  H100 cm","offer_id":43256192204848,"sku":"JDT-737-26","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L200 cm  W60 cm  H100 cm","offer_id":43256192237616,"sku":"JDT-737-32","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L220 cm  W60 cm  H100 cm","offer_id":43256192270384,"sku":"JDT-737-38","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256192303152,"sku":"JDT-737-44","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L260 cm  W60cm  H100 cm","offer_id":43256192335920,"sku":"JDT-737-50","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256192368688,"sku":"JDT-737-56","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L300 cm  W60 cm  H100 cm","offer_id":43256192401456,"sku":"JDT-737-62","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L320 cm  W60 cm  H100 cm","offer_id":43256192434224,"sku":"JDT-737-68","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L120cm  W60 cm  H100 cm","offer_id":43256192466992,"sku":"JDT-737-03","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256192499760,"sku":"JDT-737-09","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L150 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 cm","offer_id":43256192663600,"sku":"JDT-737-39","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256192696368,"sku":"JDT-737-45","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L260 cm  W60cm  H100 cm","offer_id":43256192729136,"sku":"JDT-737-51","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256192761904,"sku":"JDT-737-57","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L300 cm  W60 cm  H100 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 cm  W60 cm  H100 cm","offer_id":43256192827440,"sku":"JDT-737-69","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L120cm  W60 cm  H100 cm","offer_id":43256192860208,"sku":"JDT-737-04","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256192892976,"sku":"JDT-737-10","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L150 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 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 cm  W60 cm  H100 cm","offer_id":43256193056816,"sku":"JDT-737-40","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256193089584,"sku":"JDT-737-46","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L260 cm  W60cm  H100 cm","offer_id":43256193122352,"sku":"JDT-737-52","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256193155120,"sku":"JDT-737-58","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L300 cm  W60 cm  H100 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 cm  W60 cm  H100 cm","offer_id":43256193220656,"sku":"JDT-737-70","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L120cm  W60 cm  H100 cm","offer_id":43256193253424,"sku":"JDT-737-05","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256193286192,"sku":"JDT-737-11","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L150 cm  W60 cm  H100 cm","offer_id":43256193318960,"sku":"JDT-737-17","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L160 cm  W60 cm  H100 cm","offer_id":43256193351728,"sku":"JDT-737-23","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L180 cm  W60 cm  H100 cm","offer_id":43256193384496,"sku":"JDT-737-29","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L200 cm  W60 cm  H100 cm","offer_id":43256193417264,"sku":"JDT-737-35","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L220 cm  W60 cm  H100 cm","offer_id":43256193450032,"sku":"JDT-737-41","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256193482800,"sku":"JDT-737-47","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L260 cm  W60cm  H100 cm","offer_id":43256193515568,"sku":"JDT-737-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256193548336,"sku":"JDT-737-59","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L300 cm  W60 cm  H100 cm","offer_id":43256193581104,"sku":"JDT-737-65","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L320 cm  W60 cm  H100 cm","offer_id":43256193613872,"sku":"JDT-737-71","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L120cm  W60 cm  H100 cm","offer_id":43256193646640,"sku":"JDT-737-06","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256193679408,"sku":"JDT-737-12","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L150 cm  W60 cm  H100 cm","offer_id":43256193712176,"sku":"JDT-737-18","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L160 cm  W60 cm  H100 cm","offer_id":43256193744944,"sku":"JDT-737-24","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L180 cm  W60 cm  H100 cm","offer_id":43256193777712,"sku":"JDT-737-30","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L200 cm  W60 cm  H100 cm","offer_id":43256193810480,"sku":"JDT-737-36","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L220 cm  W60 cm  H100 cm","offer_id":43256193843248,"sku":"JDT-737-42","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256193876016,"sku":"JDT-737-48","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L260 cm  W60cm  H100 cm","offer_id":43256193908784,"sku":"JDT-737-54","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256193941552,"sku":"JDT-737-60","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L300 cm  W60 cm  H100 cm","offer_id":43256193974320,"sku":"JDT-737-66","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L320 cm  W60 cm  H100 cm","offer_id":43256194007088,"sku":"JDT-737-72","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L120cm  W60 cm  H100 cm","offer_id":43256194039856,"sku":"JDT-737-73","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L140 cm  W60 cm  H100 cm","offer_id":43256194072624,"sku":"JDT-737-74","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L150 cm  W60 cm  H100 cm","offer_id":43256194105392,"sku":"JDT-737-75","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L160 cm  W60 cm  H100 cm","offer_id":43256194138160,"sku":"JDT-737-76","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L180 cm  W60 cm  H100 cm","offer_id":43256194170928,"sku":"JDT-737-77","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L200 cm  W60 cm  H100 cm","offer_id":43256194203696,"sku":"JDT-737-78","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L220 cm  W60 cm  H100 cm","offer_id":43256194236464,"sku":"JDT-737-79","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L240 cm  W60 cm  H100 cm","offer_id":43256194269232,"sku":"JDT-737-80","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L260 cm  W60cm  H100 cm","offer_id":43256194302000,"sku":"JDT-737-81","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L280 cm  W60 cm  H100 cm","offer_id":43256194334768,"sku":"JDT-737-82","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L300 cm  W60 cm  H100 cm","offer_id":43256194367536,"sku":"JDT-737-83","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L320 cm  W60 cm  H100 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","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 \/ L160cmxW60.0cmxH100cm","offer_id":43082417995824,"sku":"JDT-7241-01","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L180cmxW60.0cmxH100cm","offer_id":43082418028592,"sku":"JDT-7241-02","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L200 cmxW60.0cmxH100cm","offer_id":43082418061360,"sku":"JDT-7241-03","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L220cmxW60.0cmxH100cm","offer_id":43082418094128,"sku":"JDT-7241-04","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L240cmxW60.0cmxH100cm","offer_id":43082418126896,"sku":"JDT-7241-05","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L260cmxW60.0cmxH100cm","offer_id":43082418159664,"sku":"JDT-7241-06","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L280cmxW60.0cmxH100cm","offer_id":43082418192432,"sku":"JDT-7241-07","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L300cmxW60.0cmxH100 cm","offer_id":43082418225200,"sku":"JDT-7241-08","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L320cmxW60.0cmxH100 cm","offer_id":43082418257968,"sku":"JDT-7241-09","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L160cmxW60.0cmxH100cm","offer_id":43082418290736,"sku":"JDT-7241-010","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L180cmxW60.0cmxH100cm","offer_id":43082418323504,"sku":"JDT-7241-011","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L200 cmxW60.0cmxH100cm","offer_id":43082418356272,"sku":"JDT-7241-012","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L220cmxW60.0cmxH100cm","offer_id":43082418389040,"sku":"JDT-7241-013","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L240cmxW60.0cmxH100cm","offer_id":43082418421808,"sku":"JDT-7241-014","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L260cmxW60.0cmxH100cm","offer_id":43082418454576,"sku":"JDT-7241-015","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L280cmxW60.0cmxH100cm","offer_id":43082418487344,"sku":"JDT-7241-016","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L300cmxW60.0cmxH100 cm","offer_id":43082418520112,"sku":"JDT-7241-017","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L320cmxW60.0cmxH100 cm","offer_id":43082418552880,"sku":"JDT-7241-018","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L160cmxW60.0cmxH100cm","offer_id":43082418585648,"sku":"JDT-7241-019","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L180cmxW60.0cmxH100cm","offer_id":43082418618416,"sku":"JDT-7241-020","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L200 cmxW60.0cmxH100cm","offer_id":43082418651184,"sku":"JDT-7241-021","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L220cmxW60.0cmxH100cm","offer_id":43082418683952,"sku":"JDT-7241-022","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L240cmxW60.0cmxH100cm","offer_id":43082418716720,"sku":"JDT-7241-023","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L260cmxW60.0cmxH100cm","offer_id":43082418749488,"sku":"JDT-7241-024","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L280cmxW60.0cmxH100cm","offer_id":43082418782256,"sku":"JDT-7241-025","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L300cmxW60.0cmxH100 cm","offer_id":43082418815024,"sku":"JDT-7241-026","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L320cmxW60.0cmxH100 cm","offer_id":43082418847792,"sku":"JDT-7241-027","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L160cmxW60.0cmxH100cm","offer_id":43082418880560,"sku":"JDT-7241-028","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L180cmxW60.0cmxH100cm","offer_id":43082418913328,"sku":"JDT-7241-029","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L200 cmxW60.0cmxH100cm","offer_id":43082418946096,"sku":"JDT-7241-030","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L220cmxW60.0cmxH100cm","offer_id":43082418978864,"sku":"JDT-7241-031","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L240cmxW60.0cmxH100cm","offer_id":43082419011632,"sku":"JDT-7241-032","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L260cmxW60.0cmxH100cm","offer_id":43082419044400,"sku":"JDT-7241-033","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L280cmxW60.0cmxH100cm","offer_id":43082419077168,"sku":"JDT-7241-034","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L300cmxW60.0cmxH100 cm","offer_id":43082419109936,"sku":"JDT-7241-035","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L320cmxW60.0cmxH100 cm","offer_id":43082419142704,"sku":"JDT-7241-036","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L160cmxW60.0cmxH100cm","offer_id":43082419175472,"sku":"JDT-7241-037","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L180cmxW60.0cmxH100cm","offer_id":43082419208240,"sku":"JDT-7241-038","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L200 cmxW60.0cmxH100cm","offer_id":43082419241008,"sku":"JDT-7241-039","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L220cmxW60.0cmxH100cm","offer_id":43082419273776,"sku":"JDT-7241-040","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L240cmxW60.0cmxH100cm","offer_id":43082419306544,"sku":"JDT-7241-041","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L260cmxW60.0cmxH100cm","offer_id":43082419339312,"sku":"JDT-7241-042","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L280cmxW60.0cmxH100cm","offer_id":43082419372080,"sku":"JDT-7241-043","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L300cmxW60.0cmxH100 cm","offer_id":43082419404848,"sku":"JDT-7241-044","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L320cmxW60.0cmxH100 cm","offer_id":43082419437616,"sku":"JDT-7241-045","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L160cmxW60.0cmxH100cm","offer_id":43082419470384,"sku":"JDT-7241-046","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L180cmxW60.0cmxH100cm","offer_id":43082419503152,"sku":"JDT-7241-047","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L200 cmxW60.0cmxH100cm","offer_id":43082419535920,"sku":"JDT-7241-048","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L220cmxW60.0cmxH100cm","offer_id":43082419568688,"sku":"JDT-7241-049","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L240cmxW60.0cmxH100cm","offer_id":43082419601456,"sku":"JDT-7241-050","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L260cmxW60.0cmxH100cm","offer_id":43082419634224,"sku":"JDT-7241-051","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L280cmxW60.0cmxH100cm","offer_id":43082419666992,"sku":"JDT-7241-052","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L300cmxW60.0cmxH100 cm","offer_id":43082419699760,"sku":"JDT-7241-053","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L320cmxW60.0cmxH100 cm","offer_id":43082419732528,"sku":"JDT-7241-054","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L160cmxW60.0cmxH100cm","offer_id":43082419765296,"sku":"JDT-7241-055","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L180cmxW60.0cmxH100cm","offer_id":43082419798064,"sku":"JDT-7241-056","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L200 cmxW60.0cmxH100cm","offer_id":43082419830832,"sku":"JDT-7241-057","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L220cmxW60.0cmxH100cm","offer_id":43082419863600,"sku":"JDT-7241-058","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L240cmxW60.0cmxH100cm","offer_id":43082419896368,"sku":"JDT-7241-059","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L260cmxW60.0cmxH100cm","offer_id":43082419929136,"sku":"JDT-7241-060","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L280cmxW60.0cmxH100cm","offer_id":43082419961904,"sku":"JDT-7241-061","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L300cmxW60.0cmxH100 cm","offer_id":43082419994672,"sku":"JDT-7241-062","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L320cmxW60.0cmxH100 cm","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","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":"white-modern-executive-office-desk-lbz-7212","title":"White Office Desk | Corner Desk with Storage","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: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 11000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eItalian Minimalist Aesthetic:\u003c\/b\u003e A white office desk with a refined executive look for corporate offices, private suites, and modern workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Work Surface:\u003c\/b\u003e The 70cm wide desktop gives generous room for monitors, documents, devices, and focused multitasking.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCorner Desk with Storage:\u003c\/b\u003e Practical drawer storage helps keep files, stationery, and daily office essentials neatly organised.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Matte Finish:\u003c\/b\u003e Advanced 4C piano matte paint technology creates a smooth, durable, and comfortable-touch surface.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBuilt-In Power Access:\u003c\/b\u003e The multi-functional power socket and cable management access help charge daily devices while keeping the executive desktop cleaner.\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=\"KaguReadMoreTriggerLBZ7212\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eWhite Office Desk with Corner Storage and Executive Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_6.jpg?v=1778825107\" alt=\"White office desk with corner storage and Italian minimalist design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your workspace with a modern executive office desk that blends Italian minimalist styling, a generous 70cm desktop, solid wood drawer storage, safe rounded edges, a refined 4C piano matte finish, and a built-in multi-functional power socket for a cleaner, more productive office setup.\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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_3.jpg?v=1778825104\" alt=\"White office desk with expansive 70cm desktop workspace\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive 70cm Desktop\u003c\/h3\u003e\n          \u003cp\u003eThe wide desktop provides practical space for multiple monitors, notebooks, files, office accessories, and daily devices. It supports focused multitasking without making the workspace feel crowded.\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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_2.jpg?v=1778825104\" alt=\"White office desk with safe rounded polished edges\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSafe Rounded Edges\u003c\/h3\u003e\n          \u003cp\u003eThoughtfully polished rounded edges reduce sharp-corner contact during daily office movement. The softer edge profile improves comfort while keeping the desk visually clean and refined.\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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_1.jpg?v=1778825103\" alt=\"Corner desk with large capacity solid wood drawer storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLarge-Capacity Storage\u003c\/h3\u003e\n          \u003cp\u003eAs a practical corner desk with storage, it features a solid wood 3-drawer design for documents, stationery, personal items, and frequently used office tools. It helps keep the desktop cleaner and daily work more organised.\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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_11.jpg?v=1778825108\" alt=\"White office desk with 4C piano matte paint finish\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e4C Piano Matte Paint Finish\u003c\/h3\u003e\n          \u003cp\u003eThe premium matte finish gives this white office desk a smooth, comfortable touch and a refined executive appearance. It helps create a durable, elegant surface for daily work and corporate interiors.\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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_10.jpg?v=1778825108\" alt=\"White office desk with built in multi functional power socket\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMulti-Functional Power Socket\u003c\/h3\u003e\n          \u003cp\u003eThe built-in cable management socket helps keep phones, laptops, and daily devices powered with less clutter. It supports a cleaner desktop and a more convenient executive workstation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eConfiguration Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_5.jpg?v=1778825105\" alt=\"White office desk configuration options with corner storage 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\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_7.jpg?v=1778825108\" alt=\"White office desk colour options and finish reference\" 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\u003eWhite Office Desk \/ Corner Desk with Storage \/ Executive Office Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eItalian minimalist executive desk with modern white finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop Width\u003c\/th\u003e\n              \u003ctd\u003eApprox. 70cm \/ 27.56 inches\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLarge-capacity solid wood 3-drawer storage cabinet\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSurface Finish\u003c\/th\u003e\n              \u003ctd\u003e4C piano matte paint technology with smooth durable touch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePower Access\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in multi-functional power socket and cable management access\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eRounded polished edges for smoother daily contact\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eConfiguration\u003c\/th\u003e\n              \u003ctd\u003eCorner storage layout options shown in the configuration guide\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eExecutive offices, corporate suites, management rooms, private offices, study rooms, and premium home offices\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below. Unit: cm.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_detailed_images_4.jpg?v=1778825105\" alt=\"White office desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003ePower Notice:\u003c\/b\u003e Built-in socket layout, plug type, port configuration, and electrical compatibility may vary by destination and configuration. Please confirm requirements before fulfilment where needed.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, matte surface tone, drawer texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for executive office desk and corner desk orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk dimensions, cabinet direction, chair clearance, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check socket compatibility, nearby power access, cable routing, and device placement before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eConfiguration Planning:\u003c\/b\u003e Review the configuration guide carefully to choose the layout that best fits your office workflow.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For executive offices, corporate suites, management rooms, and premium fit-outs, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and excessive heat exposure.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this white office desk suitable for executive offices?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The Italian minimalist design, white matte finish, large desktop, and integrated storage make it suitable for executive offices, private suites, corporate rooms, and premium home offices.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this corner desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a large-capacity solid wood 3-drawer storage cabinet for documents, stationery, personal items, and daily office essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include power access?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes a built-in multi-functional power socket and cable management access. Please confirm plug and socket compatibility before fulfilment if required.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\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, cable access, chair clearance, 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=\"KaguReadMoreTriggerLBZ7212\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ7212\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Cabinet on the Right \/ L119.4cm x W61.0cm x H76.2cm","offer_id":43082417307696,"sku":"LBZ-7212-01","price":1598.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L139.7cm x W71.1cm x H76.2cm","offer_id":43082417340464,"sku":"LBZ-7212-03","price":1832.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L160.0cm x W71.1cm x H76.2cm","offer_id":43082417373232,"sku":"LBZ-7212-05","price":2093.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L180.3cm x W71.1cm x H76.2cm","offer_id":43082417406000,"sku":"LBZ-7212-07","price":2352.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L200.7cm x W71.1cm x H76.2cm","offer_id":43082417438768,"sku":"LBZ-7212-09","price":2555.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L119.4cm x W61.0cm x H76.2cm","offer_id":43082417471536,"sku":"LBZ-7212-02","price":1598.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L139.7cm x W71.1cm x H76.2cm","offer_id":43082417504304,"sku":"LBZ-7212-04","price":1832.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L160.0cm x W71.1cm x H76.2cm","offer_id":43082417537072,"sku":"LBZ-7212-06","price":2093.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L180.3cm x W71.1cm x H76.2cm","offer_id":43082417569840,"sku":"LBZ-7212-08","price":2352.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L200.7cm x W71.1cm x H76.2cm","offer_id":43082417602608,"sku":"LBZ-7212-010","price":2555.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_office_desk_corner_desk_with_storage_kaguyasuLBZ-7212_main_images_1.jpg?v=1778825096"},{"product_id":"reception-desk-countertop-jdt-k066","title":"Modern Curved Countertop Reception Desk","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-option-wrap {\n    margin: 15px 0 35px;\n  }\n  .kagu-type-row {\n    width: 100%;\n    margin-bottom: 22px;\n  }\n  .kagu-type-row img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: var(--k-bg-light);\n  }\n  .kagu-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_4.jpg?v=1778755856\");\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n  .kagu-colour-card {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    padding: 8px 8px 10px;\n  }\n  .kagu-colour-pic {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1.32 \/ 1;\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 460%;\n    background-repeat: no-repeat;\n    border-radius: 6px;\n    background-color: var(--k-bg-light);\n  }\n  .kagu-colour-name {\n    display: block;\n    margin-top: 8px;\n    text-align: center;\n    font-size: 14px;\n    font-weight: 600;\n    line-height: 1.25;\n    color: var(--k-text-title);\n  }\n  .kagu-colour-1 .kagu-colour-pic { background-position: 0% 0%; }\n  .kagu-colour-2 .kagu-colour-pic { background-position: 100% 0%; }\n  .kagu-colour-3 .kagu-colour-pic { background-position: 0% 32%; }\n  .kagu-colour-4 .kagu-colour-pic { background-position: 100% 32%; }\n  .kagu-colour-5 .kagu-colour-pic { background-position: 0% 64%; }\n  .kagu-colour-6 .kagu-colour-pic { background-position: 100% 64%; }\n  .kagu-colour-7 .kagu-colour-pic { background-position: 0% 96%; }\n  .kagu-colour-8 .kagu-colour-pic { background-position: 100% 96%; }\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-colour-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n    }\n    .kagu-colour-card {\n      border-radius: 6px;\n      padding: 6px 6px 9px;\n    }\n    .kagu-colour-name {\n      font-size: 13px;\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\u003eSpace-Saving Elegance:\u003c\/b\u003e A compact reception desk designed for boutiques, beauty studios, offices, and modern commercial entrances.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eGlossy Modern Finish:\u003c\/b\u003e Smooth high-gloss styling creates a bright, easy-to-clean countertop reception desk for daily business use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLogo-Ready Front Panel:\u003c\/b\u003e The clean front surface can be customised to support brand identity and reception-area presentation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Organisation:\u003c\/b\u003e Built-in storage helps keep documents, devices, stationery, and reception tools neatly arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Delivered as a finished product with no assembly required, helping salons, studios, boutiques, and offices reduce setup time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput class=\"kagu-readmore-trigger\" id=\"KaguReadMoreTriggerJDTK066\" type=\"checkbox\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eCountertop Reception Desk with Modern Gloss Finish\u003c\/h2\u003e\n\u003cimg class=\"kagu-hero-img\" alt=\"Countertop reception desk with modern high gloss front design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_7.jpg?v=1778755856\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a stylish and efficient reception area with this countertop reception desk. Its clean modern lines, glossy front finish, practical storage, LED-ready display effect, and flexible size options make it suitable for boutiques, salons, studios, offices, clinics, and commercial lobbies.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"High gloss reception desk surface with easy clean finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images.jpg?v=1778824162\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePremium High-Gloss Finish\u003c\/h3\u003e\n\u003cp\u003eThe smooth glossy surface creates a clean, contemporary look while helping reduce visible dust and making daily cleaning easier. It brings a polished commercial impression to compact reception and customer-service areas.\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 alt=\"Small reception counter with internal storage compartments\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_2.jpg?v=1778755854\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eAmple Storage for a Small Reception Counter\u003c\/h3\u003e\n\u003cp\u003eSupport daily front desk work without clutter. Built-in storage compartments provide convenient space for documents, small devices, office supplies, guest materials, and service tools.\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 alt=\"Reception desk front panel with LED-ready lighting effect\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_main_images_11.jpg?v=1778755850\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eLighting-Ready Front Panel Effect\u003c\/h3\u003e\n\u003cp\u003eThe illuminated front-panel look helps create a stylish entrance space and leaves a stronger first impression on customers. Please note that lighting fixtures and electrical appliances are not included unless separately confirmed.\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 alt=\"Melamine decorative board reception desk detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_main_images_12.jpg?v=1778755850\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eMelamine Decorative Board Structure\u003c\/h3\u003e\n\u003cp\u003eBuilt with melamine decorative board for everyday commercial reception use. The structure supports a clean, space-saving footprint while helping the desk maintain a modern and professional appearance.\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 alt=\"Contemporary commercial reception desk for office aesthetics\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_3.jpg?v=1778755856\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eContemporary Commercial Office Aesthetic\u003c\/h3\u003e\n\u003cp\u003eThe minimalist silhouette and mixed colour options help the desk blend into salons, studios, boutiques, office lobbies, and modern reception spaces while still creating a distinctive brand-facing counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Variations \u0026amp; Colours\u003c\/h2\u003e\n\u003cdiv class=\"kagu-option-wrap\"\u003e\n\u003cdiv class=\"kagu-type-row\"\u003e\u003cimg alt=\"Countertop reception desk Type A and Type B variation options\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_5.jpg?v=1778755854\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-grid\"\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-1\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eNatural + White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-2\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eNatural + White Marble\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-3\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eGrey + White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-4\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eGrey + White Marble\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-5\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eCoffee + White\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-6\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eCoffee + White Marble\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-7\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eNatural + Grey Marble\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-8\"\u003e\n\u003cspan role=\"img\" class=\"kagu-colour-pic\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-colour-name\"\u003eWhite\u003c\/span\u003e\n\u003c\/div\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\u003eReception Desk \/ Countertop Reception 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\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eNatural + Grey Marble, White, Grey + White, Grey + White Marble, Coffee + White, Coffee + White Marble, Natural + White, Natural + White Marble\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 100-350kg, depending on the selected size and configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 200kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003e120 * 60 * 100cm, 150 * 60 * 100cm, 160 * 60 * 100cm, 180 * 60 * 100cm, 200 * 60 * 100cm, 220 * 60 * 100cm, 240 * 60 * 100cm, 260 * 60 * 100cm, 280 * 60 * 100cm, 300 * 60 * 100cm, 320 * 60 * 100cm, 340 * 60 * 100cm, 360 * 60 * 100cm, 380 * 60 * 100cm, 400 * 60 * 100cm, 420 * 60 * 100cm, 440 * 60 * 100cm, 460 * 60 * 100cm, 480 * 60 * 100cm, 500 * 60 * 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n\u003ctd\u003eSize and colour customisation are available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eComplimentary Service\u003c\/th\u003e\n\u003ctd\u003eA transformer will be provided as a complimentary service when applicable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eElectrical Items\u003c\/th\u003e\n\u003ctd\u003eLighting fixtures, power outlets, and electrical appliances are not included unless separately confirmed. Openings may be provided for customer-prepared installation.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg class=\"kagu-section-img\" alt=\"Countertop reception desk size and dimensions guide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_detailed_images_18.webp?v=1778726585\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to surface material characteristics, slight differences in colour, texture, or pattern may occur and are not considered product defects.\u003c\/p\u003e\n\u003cp\u003eActual product colour may vary slightly from photos due to lighting conditions and screen resolution. Product images are for reference only.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eElectrical Notice:\u003c\/b\u003e Lighting, power outlets, and electrical appliances are not included unless specifically confirmed before purchase.\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 important delivery guidelines for this large, pre-assembled commercial reception desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check packaging size, entrance width, lift access, stair clearance, hallway route, and final placement area before purchasing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided by email after dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\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 reception desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eNo. This reception desk is delivered as a finished product, helping reduce setup time for salons, studios, offices, boutiques, and commercial lobbies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I customise the size or colour?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size and colour customisation are available. Please share your preferred finish, room measurements, brand requirements, and reception layout before placing a custom order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre LED lights or power outlets included?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eLighting fixtures, power outlets, and electrical appliances are not included unless separately confirmed. Openings may be provided so customers can arrange suitable electrical installation independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease confirm the selected desk size, packaging size, doorway width, lift dimensions, stair access, hallway route, and final placement area before ordering, especially because the desk is delivered pre-assembled.\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 for=\"KaguReadMoreTriggerJDTK066\" class=\"kagu-readmore-btn k-label-show\"\u003eView Full Details\u003c\/label\u003e \u003clabel for=\"KaguReadMoreTriggerJDTK066\" class=\"kagu-readmore-btn k-label-hide\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural + White Marble \/ 120*60*100cm","offer_id":43011237052464,"sku":"JDT-K066-01","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 150*60*100cm","offer_id":43011237085232,"sku":"JDT-K066-02","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 160*60*100cm","offer_id":43011237118000,"sku":"JDT-K066-03","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 180*60*100cm","offer_id":43011237150768,"sku":"JDT-K066-04","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 200*60*100cm","offer_id":43011237183536,"sku":"JDT-K066-05","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 220*60*100cm","offer_id":43011237216304,"sku":"JDT-K066-06","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 240*60*100cm","offer_id":43011237249072,"sku":"JDT-K066-07","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 260*60*100cm","offer_id":43011237281840,"sku":"JDT-K066-08","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 280*60*100cm","offer_id":43011237314608,"sku":"JDT-K066-09","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 300*60*100cm","offer_id":43011237347376,"sku":"JDT-K066-010","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 320*60*100cm","offer_id":43011237380144,"sku":"JDT-K066-011","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 340*60*100cm","offer_id":43011237412912,"sku":"JDT-K066-012","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White Marble \/ 360*60*100cm","offer_id":43011237445680,"sku":"JDT-K066-013","price":1920.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 120*60*100cm","offer_id":43011237478448,"sku":"JDT-K066-014","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 150*60*100cm","offer_id":43011237511216,"sku":"JDT-K066-015","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 160*60*100cm","offer_id":43011237543984,"sku":"JDT-K066-016","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 180*60*100cm","offer_id":43011237576752,"sku":"JDT-K066-017","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 200*60*100cm","offer_id":43011237609520,"sku":"JDT-K066-018","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 220*60*100cm","offer_id":43011237642288,"sku":"JDT-K066-019","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 240*60*100cm","offer_id":43011237675056,"sku":"JDT-K066-020","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 260*60*100cm","offer_id":43011237707824,"sku":"JDT-K066-021","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 280*60*100cm","offer_id":43011237740592,"sku":"JDT-K066-022","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 300*60*100cm","offer_id":43011237773360,"sku":"JDT-K066-023","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 320*60*100cm","offer_id":43011237806128,"sku":"JDT-K066-024","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 340*60*100cm","offer_id":43011237838896,"sku":"JDT-K066-025","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ 360*60*100cm","offer_id":43011237871664,"sku":"JDT-K066-026","price":1920.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 120*60*100cm","offer_id":43011237904432,"sku":"JDT-K066-027","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 150*60*100cm","offer_id":43011237937200,"sku":"JDT-K066-028","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 160*60*100cm","offer_id":43011237969968,"sku":"JDT-K066-029","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 180*60*100cm","offer_id":43011238002736,"sku":"JDT-K066-030","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 200*60*100cm","offer_id":43011238035504,"sku":"JDT-K066-031","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 220*60*100cm","offer_id":43011238068272,"sku":"JDT-K066-032","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 240*60*100cm","offer_id":43011238101040,"sku":"JDT-K066-033","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 260*60*100cm","offer_id":43011238133808,"sku":"JDT-K066-034","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 280*60*100cm","offer_id":43011238166576,"sku":"JDT-K066-035","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 300*60*100cm","offer_id":43011238199344,"sku":"JDT-K066-036","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 320*60*100cm","offer_id":43011238232112,"sku":"JDT-K066-037","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 340*60*100cm","offer_id":43011238264880,"sku":"JDT-K066-038","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Gray Marble \/ 360*60*100cm","offer_id":43011238297648,"sku":"JDT-K066-039","price":1920.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 120*60*100cm","offer_id":43011238330416,"sku":"JDT-K066-040","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 150*60*100cm","offer_id":43011238363184,"sku":"JDT-K066-041","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 160*60*100cm","offer_id":43011238395952,"sku":"JDT-K066-042","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 180*60*100cm","offer_id":43011238428720,"sku":"JDT-K066-043","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 200*60*100cm","offer_id":43011238461488,"sku":"JDT-K066-044","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 220*60*100cm","offer_id":43011238494256,"sku":"JDT-K066-045","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 240*60*100cm","offer_id":43011238527024,"sku":"JDT-K066-046","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 260*60*100cm","offer_id":43011238559792,"sku":"JDT-K066-047","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 280*60*100cm","offer_id":43011238592560,"sku":"JDT-K066-048","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 300*60*100cm","offer_id":43011238625328,"sku":"JDT-K066-049","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 320*60*100cm","offer_id":43011238658096,"sku":"JDT-K066-050","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 340*60*100cm","offer_id":43011238690864,"sku":"JDT-K066-051","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White \/ 360*60*100cm","offer_id":43011238723632,"sku":"JDT-K066-052","price":1920.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 120*60*100cm","offer_id":43011238756400,"sku":"JDT-K066-053","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 150*60*100cm","offer_id":43011238789168,"sku":"JDT-K066-054","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 160*60*100cm","offer_id":43011238821936,"sku":"JDT-K066-055","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 180*60*100cm","offer_id":43011238854704,"sku":"JDT-K066-056","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 200*60*100cm","offer_id":43011238887472,"sku":"JDT-K066-057","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 220*60*100cm","offer_id":43011238920240,"sku":"JDT-K066-058","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 240*60*100cm","offer_id":43011238953008,"sku":"JDT-K066-059","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 260*60*100cm","offer_id":43011238985776,"sku":"JDT-K066-060","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 280*60*100cm","offer_id":43011239018544,"sku":"JDT-K066-061","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 300*60*100cm","offer_id":43011239051312,"sku":"JDT-K066-062","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 320*60*100cm","offer_id":43011239084080,"sku":"JDT-K066-063","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 340*60*100cm","offer_id":43011239116848,"sku":"JDT-K066-064","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee + White Marble \/ 360*60*100cm","offer_id":43011239149616,"sku":"JDT-K066-065","price":1920.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 120*60*100cm","offer_id":43011239182384,"sku":"JDT-K066-066","price":955.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 150*60*100cm","offer_id":43011239215152,"sku":"JDT-K066-067","price":1090.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 160*60*100cm","offer_id":43011239247920,"sku":"JDT-K066-068","price":1157.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 180*60*100cm","offer_id":43011239280688,"sku":"JDT-K066-069","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 200*60*100cm","offer_id":43011239313456,"sku":"JDT-K066-070","price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 220*60*100cm","offer_id":43011239346224,"sku":"JDT-K066-071","price":1559.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 240*60*100cm","offer_id":43011239378992,"sku":"JDT-K066-072","price":1632.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 260*60*100cm","offer_id":43011239411760,"sku":"JDT-K066-073","price":1709.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 280*60*100cm","offer_id":43011239444528,"sku":"JDT-K066-074","price":1768.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 300*60*100cm","offer_id":43011239477296,"sku":"JDT-K066-075","price":1828.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 320*60*100cm","offer_id":43011239510064,"sku":"JDT-K066-076","price":1894.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 340*60*100cm","offer_id":43011239542832,"sku":"JDT-K066-077","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White Marble \/ 360*60*100cm","offer_id":43011239575600,"sku":"JDT-K066-078","price":1920.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_countertop_reception_desk_kaguyasuJDT-K066_main_images_3.jpg?v=1778755850"},{"product_id":"front-desk-counter-receptionist-jdt-k057","title":"Front Desk Counter | Reception Counter Desk","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-img-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\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 Ambience:\u003c\/b\u003e A sleek front desk counter that creates a calm, welcoming first impression for offices and lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Stainless Steel Accent:\u003c\/b\u003e A glossy counter surface adds modern elegance while supporting comfortable guest interaction.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Reception Storage:\u003c\/b\u003e A high-capacity reception counter desk keeps documents, devices, and work tools neatly organised.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBespoke Commercial Fit:\u003c\/b\u003e Customisable colours and sizes help match different reception layouts, brand styles, and business spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Delivered as a finished product with no assembly required, helping offices, salons, clinics, and showrooms reduce setup time.\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=\"KaguReadMoreTriggerJDTK057\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eFront Desk Counter for Modern Reception Areas\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_7.jpg?v=1778752904\" alt=\"Front desk counter for office reception lobby\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a calm and professional reception area with this front desk counter. Designed for offices, salons, clinics, studios, showrooms, and commercial lobbies, it combines a polished counter surface, display-friendly front design, built-in storage, and flexible customisation 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\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_2.jpg?v=1778752904\" alt=\"Reception front desk counter with display shelves\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDisplay-Friendly Front Desk Counter\u003c\/h3\u003e\n          \u003cp\u003eElevate the look of your lobby or reception area. The front display shelf design allows you to place d¡§|cor, brand materials, or small presentation items, helping create a more attractive and welcoming customer-facing 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\/0681\/2870\/2512\/files\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_5.jpg?v=1779264206\" alt=\"Receptionist desk with glossy stainless steel counter surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSleek Receptionist Desk with Stainless Steel Finish\u003c\/h3\u003e\n          \u003cp\u003eThe glossy stainless steel counter detail gives the receptionist desk a modern, premium appearance. It also creates a practical writing and handover surface for guest check-ins, documents, payment devices, and daily reception 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\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_6.jpg?v=1778752904\" alt=\"Reception counter desk with high capacity internal storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Capacity Storage for Daily Work\u003c\/h3\u003e\n          \u003cp\u003eKeep your reception counter desk tidy and efficient. Built-in storage helps staff organise documents, stationery, work devices, guest materials, and daily service items while maintaining a clean front-of-house appearance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Variations \u0026amp; Colours\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-img-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_4.jpg?v=1778755419\" alt=\"Front desk counter variation options for reception areas\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/16.jpg?v=1779264605\" alt=\"Front desk counter colour options in blue pink white marble beige natural grey and white\"\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\u003eFront Desk Counter \/ Reception Counter Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard, stainless steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eBlue, Pink, White Marble, Beige, White, Natural, Grey\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 60¡§C380kg, 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\u003e100 * 60 * 100cm, 120 * 60 * 100cm, 140 * 60 * 100cm, 150 * 60 * 100cm, 160 * 60 * 100cm, 180 * 60 * 100cm, 200 * 60 * 100cm, 220 * 60 * 100cm, 240 * 60 * 100cm, 260 * 60 * 100cm, 280 * 60 * 100cm, 300 * 60 * 100cm, 320 * 60 * 100cm, 340 * 60 * 100cm, 360 * 60 * 100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eColour and size customisation are available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eElectrical Items\u003c\/th\u003e\n              \u003ctd\u003eLighting, power outlets, and electrical appliances are not included. Openings are provided for customer-prepared lighting or electrical installation where applicable.\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\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_detailed_images_3.jpg?v=1778752901\" alt=\"Front desk counter size and dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003ePhoto \u0026amp; Electrical Notice:\u003c\/b\u003e Product photos are for reference only. Decorative items, lighting fixtures, power outlets, and electrical appliances shown or implied are not included.\u003c\/p\u003e\n        \u003cp\u003eOpenings may be provided so customers can prepare and install suitable lighting fixtures or electrical appliances separately. Please confirm installation requirements before purchase.\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 important delivery guidelines for this large, pre-assembled commercial reception counter:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check packaging size, entrance width, lift access, stair clearance, hallway route, and final placement area before purchasing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided by email after dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\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 front desk counter require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. The counter is delivered as a finished product, helping reduce setup time for offices, salons, clinics, showrooms, and reception lobbies.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I customise the size or colour?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation are available. Please share your preferred finish, room measurements, and reception layout requirements before placing a custom order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eAre lighting fixtures or power outlets included?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Lighting fixtures, power outlets, and electrical appliances are not included. The furniture may include openings so customers can prepare and install suitable electrical items separately.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the product size, packaging size, doorway width, lift dimensions, stair access, corridor route, and final placement area before ordering, especially because the desk is delivered pre-assembled.\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=\"KaguReadMoreTriggerJDTK057\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTK057\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ Left-hand type \/ 100*60*100cm","offer_id":43011244884016,"sku":"JDT-K057-01","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Left-hand type \/ 120*60*100cm","offer_id":43011245342768,"sku":"JDT-K057-015","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Left-hand type \/ 140*60*100cm","offer_id":43011245801520,"sku":"JDT-K057-029","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Left-hand type \/ 150*60*100cm","offer_id":43011246260272,"sku":"JDT-K057-043","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Left-hand type \/ 160*60*100cm","offer_id":43011246719024,"sku":"JDT-K057-057","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Left-hand type \/ 180*60*100cm","offer_id":43011247177776,"sku":"JDT-K057-071","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 100*60*100cm","offer_id":43011244916784,"sku":"JDT-K057-02","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 120*60*100cm","offer_id":43011245375536,"sku":"JDT-K057-016","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 140*60*100cm","offer_id":43011245834288,"sku":"JDT-K057-030","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 150*60*100cm","offer_id":43011246293040,"sku":"JDT-K057-044","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 160*60*100cm","offer_id":43011246751792,"sku":"JDT-K057-058","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Right-handed type \/ 180*60*100cm","offer_id":43011247210544,"sku":"JDT-K057-072","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 100*60*100cm","offer_id":43082415439920,"sku":"JDT-K057-03","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 120*60*100cm","offer_id":43082415570992,"sku":"JDT-K057-017","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 140*60*100cm","offer_id":43082415702064,"sku":"JDT-K057-031","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 150*60*100cm","offer_id":43082415833136,"sku":"JDT-K057-045","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 160*60*100cm","offer_id":43082415964208,"sku":"JDT-K057-059","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Left-hand type \/ 180*60*100cm","offer_id":43082416095280,"sku":"JDT-K057-073","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 100*60*100cm","offer_id":43082415472688,"sku":"JDT-K057-04","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 120*60*100cm","offer_id":43082415603760,"sku":"JDT-K057-018","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 140*60*100cm","offer_id":43082415734832,"sku":"JDT-K057-032","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 150*60*100cm","offer_id":43082415865904,"sku":"JDT-K057-046","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 160*60*100cm","offer_id":43082415996976,"sku":"JDT-K057-060","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Right-handed type \/ 180*60*100cm","offer_id":43082416128048,"sku":"JDT-K057-074","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 100*60*100cm","offer_id":43082415505456,"sku":"JDT-K057-05","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 120*60*100cm","offer_id":43082415636528,"sku":"JDT-K057-019","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 140*60*100cm","offer_id":43082415767600,"sku":"JDT-K057-033","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 150*60*100cm","offer_id":43082415898672,"sku":"JDT-K057-047","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 160*60*100cm","offer_id":43082416029744,"sku":"JDT-K057-061","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Left-hand type \/ 180*60*100cm","offer_id":43082416160816,"sku":"JDT-K057-075","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 100*60*100cm","offer_id":43082415538224,"sku":"JDT-K057-06","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 120*60*100cm","offer_id":43082415669296,"sku":"JDT-K057-020","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 140*60*100cm","offer_id":43082415800368,"sku":"JDT-K057-034","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 150*60*100cm","offer_id":43082415931440,"sku":"JDT-K057-048","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 160*60*100cm","offer_id":43082416062512,"sku":"JDT-K057-062","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Right-handed type \/ 180*60*100cm","offer_id":43082416193584,"sku":"JDT-K057-076","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 100*60*100cm","offer_id":43011245080624,"sku":"JDT-K057-07","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 120*60*100cm","offer_id":43011245539376,"sku":"JDT-K057-021","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 140*60*100cm","offer_id":43011245998128,"sku":"JDT-K057-035","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 150*60*100cm","offer_id":43011246456880,"sku":"JDT-K057-049","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 160*60*100cm","offer_id":43011246915632,"sku":"JDT-K057-063","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Left-hand type \/ 180*60*100cm","offer_id":43011247374384,"sku":"JDT-K057-077","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 100*60*100cm","offer_id":43011245113392,"sku":"JDT-K057-08","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 120*60*100cm","offer_id":43011245572144,"sku":"JDT-K057-022","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 140*60*100cm","offer_id":43011246030896,"sku":"JDT-K057-036","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 150*60*100cm","offer_id":43011246489648,"sku":"JDT-K057-050","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 160*60*100cm","offer_id":43011246948400,"sku":"JDT-K057-064","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ Right-handed type \/ 180*60*100cm","offer_id":43011247407152,"sku":"JDT-K057-078","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 100*60*100cm","offer_id":43011245146160,"sku":"JDT-K057-09","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 120*60*100cm","offer_id":43011245604912,"sku":"JDT-K057-023","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 140*60*100cm","offer_id":43011246063664,"sku":"JDT-K057-037","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 150*60*100cm","offer_id":43011246522416,"sku":"JDT-K057-051","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 160*60*100cm","offer_id":43011246981168,"sku":"JDT-K057-065","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Left-hand type \/ 180*60*100cm","offer_id":43011247439920,"sku":"JDT-K057-079","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 100*60*100cm","offer_id":43011245178928,"sku":"JDT-K057-010","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 120*60*100cm","offer_id":43011245637680,"sku":"JDT-K057-024","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 140*60*100cm","offer_id":43011246096432,"sku":"JDT-K057-038","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 150*60*100cm","offer_id":43011246555184,"sku":"JDT-K057-052","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 160*60*100cm","offer_id":43011247013936,"sku":"JDT-K057-066","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ Right-handed type \/ 180*60*100cm","offer_id":43011247472688,"sku":"JDT-K057-080","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 100*60*100cm","offer_id":43011245211696,"sku":"JDT-K057-011","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 120*60*100cm","offer_id":43011245670448,"sku":"JDT-K057-025","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 140*60*100cm","offer_id":43011246129200,"sku":"JDT-K057-039","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 150*60*100cm","offer_id":43011246587952,"sku":"JDT-K057-053","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 160*60*100cm","offer_id":43011247046704,"sku":"JDT-K057-067","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Left-hand type \/ 180*60*100cm","offer_id":43011247505456,"sku":"JDT-K057-081","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 100*60*100cm","offer_id":43011245244464,"sku":"JDT-K057-012","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 120*60*100cm","offer_id":43011245703216,"sku":"JDT-K057-026","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 140*60*100cm","offer_id":43011246161968,"sku":"JDT-K057-040","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 150*60*100cm","offer_id":43011246620720,"sku":"JDT-K057-054","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 160*60*100cm","offer_id":43011247079472,"sku":"JDT-K057-068","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Right-handed type \/ 180*60*100cm","offer_id":43011247538224,"sku":"JDT-K057-082","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 100*60*100cm","offer_id":43011245277232,"sku":"JDT-K057-013","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 120*60*100cm","offer_id":43011245735984,"sku":"JDT-K057-027","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 140*60*100cm","offer_id":43011246194736,"sku":"JDT-K057-041","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 150*60*100cm","offer_id":43011246653488,"sku":"JDT-K057-055","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 160*60*100cm","offer_id":43011247112240,"sku":"JDT-K057-069","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Left-hand type \/ 180*60*100cm","offer_id":43011247570992,"sku":"JDT-K057-083","price":1451.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 100*60*100cm","offer_id":43011245310000,"sku":"JDT-K057-014","price":1028.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 120*60*100cm","offer_id":43011245768752,"sku":"JDT-K057-028","price":1096.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 140*60*100cm","offer_id":43011246227504,"sku":"JDT-K057-042","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 150*60*100cm","offer_id":43011246686256,"sku":"JDT-K057-056","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 160*60*100cm","offer_id":43011247145008,"sku":"JDT-K057-070","price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Right-handed type \/ 180*60*100cm","offer_id":43011247603760,"sku":"JDT-K057-084","price":1451.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/front_desk_counter_reception_counter_desk_kaguyasuJDT-K057_main_images_6.jpg?v=1778752886"},{"product_id":"small-beauty-salon-reception-desk-jdt-m118","title":"Small Beauty Salon Reception Desk with Storage","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-img-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eBicolour Aesthetics:\u003c\/b\u003e A small beauty salon reception desk with a clean black, white, and grey colour-block design.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Layout:\u003c\/b\u003e Drawers, cabinets, and open shelves help organise documents, tools, devices, and daily reception items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePrivacy-Focused Counter:\u003c\/b\u003e The raised top counter helps shield paperwork and payment areas during front desk reception tasks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eReady-to-Use Convenience:\u003c\/b\u003e Delivered as a finished product with no assembly required, ideal for salons, clinics, and compact commercial spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDurable Daily Salon Use:\u003c\/b\u003e Particleboard construction supports regular front desk activity, frequent storage access, and long-term use in compact business environments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTM118\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\" style=\"text-align: left;\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eSmall Beauty Salon Reception Desk with Storage\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_beauty_salon_reception_desk_with_storage_kaguyasu_JDT-M118_detailed_images_1.png?v=1783496566\" alt=\"small_beauty_salon_reception_desk_with_storage_kaguyasu JDT-M118_detailed_images_1\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/h2\u003e\n\u003cspan style=\"font-size: 16px; text-align: center;\"\u003eCreate a clean and efficient first impression in a compact commercial space. This small beauty salon reception desk combines bicolour styling, practical storage, and a raised privacy counter for salons, nail studios, clinics, beauty rooms, and front desk reception areas.\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\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_detailed_images_4.jpg?v=1779082672\" alt=\"Salon reception desk storage with drawers cabinets and open shelves\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eAmple Storage Built into the Reception Table\u003c\/h3\u003e\n\u003cp\u003eKeep the front desk tidy throughout busy service hours. The combination of drawers, cabinets, and open shelves helps staff classify documents, appointment tools, payment devices, and beauty salon essentials without cluttering the working surface.\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\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_main_images_1.jpg?v=1779082666\" alt=\"Raised top counter for private front desk reception work\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eElevated Top Counter for Reception Privacy\u003c\/h3\u003e\n\u003cp\u003eThe raised guest-facing counter creates a cleaner visual boundary between visitors and staff. It helps protect paperwork, screens, and payment areas while still keeping the front desk reception experience smooth and welcoming.\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\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_detailed_images_3.jpg?v=1779082672\" alt=\"Durable particleboard hair salon reception desk material\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDurable Structure for Daily Salon Use\u003c\/h3\u003e\n\u003cp\u003eBuilt from particleboard for everyday commercial use, this hair salon reception desk is designed to support regular front desk activity, frequent storage access, and long-term use in compact business environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Variations\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_detailed_images_5.jpg?v=1779082672\" alt=\"Small beauty salon reception desk colour and layout variations\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_detailed_images_1.jpg?v=1779082672\" alt=\"Kaguyasu small reception desk variation options for salons\"\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\u003eSmall Beauty Salon Reception Desk with Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eParticleboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eBlack + White, White + Black, White + Grey, White + Light Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 60¡§C150kg, 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\u003e100 * 50 * 100cm, 120 * 50 * 100cm, 150 * 50 * 100cm, 180 * 60 * 100cm, 200 * 60 * 100cm, 220 * 60 * 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n\u003ctd\u003eSize customisation is available\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\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_detailed_images.webp?v=1779083431\" alt=\"Small beauty salon reception desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to the nature of surface materials and finishes, slight variations in colour, texture, or pattern may occur and are not considered product defects.\u003c\/p\u003e\n\u003cp\u003eProduct photos are for reference only. Actual colour may vary slightly depending on lighting conditions, photography settings, and screen resolution.\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 important delivery guidelines for this large, pre-assembled commercial reception desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size, entrance width, lift access, stair clearance, and delivery route before purchasing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided by email after dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\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 small beauty salon reception desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eNo. The desk is delivered as a finished product, helping reduce setup time for salons, clinics, studios, and front desk reception areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I customise the size?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size customisation is available. Please share your preferred dimensions, room measurements, and layout requirements before placing a custom order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a small hair or beauty salon?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Its compact footprint, raised privacy counter, and built-in storage make it suitable for hair salons, beauty studios, nail salons, clinics, and small commercial reception spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease confirm the product size, packaging size, doorway width, corridor route, lift dimensions, stair clearance, and final placement area before purchase, especially because the desk is delivered pre-assembled.\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=\"KaguReadMoreTriggerJDTM118\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTM118\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Black + White \/ Left-hand type \/ 100*50*100cm","offer_id":43011270606896,"sku":"JDT-M118-01","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Left-hand type \/ 120*50*100cm","offer_id":43011270639664,"sku":"JDT-M118-02","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Left-hand type \/ 150*50*100cm","offer_id":43011270672432,"sku":"JDT-M118-03","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Left-hand type \/ 180*60*100cm","offer_id":43011270705200,"sku":"JDT-M118-04","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Left-hand type \/ 200*60*100cm","offer_id":43011270737968,"sku":"JDT-M118-05","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Left-hand type \/ 220*60*100cm","offer_id":43011270770736,"sku":"JDT-M118-06","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 100*50*100cm","offer_id":43011270803504,"sku":"JDT-M118-07","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 120*50*100cm","offer_id":43011270836272,"sku":"JDT-M118-08","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 150*50*100cm","offer_id":43011270869040,"sku":"JDT-M118-09","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 180*60*100cm","offer_id":43011270901808,"sku":"JDT-M118-010","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 200*60*100cm","offer_id":43011270934576,"sku":"JDT-M118-011","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ Right-hand type \/ 220*60*100cm","offer_id":43011270967344,"sku":"JDT-M118-012","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 100*50*100cm","offer_id":43011271000112,"sku":"JDT-M118-013","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 120*50*100cm","offer_id":43011271032880,"sku":"JDT-M118-014","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 150*50*100cm","offer_id":43011271065648,"sku":"JDT-M118-015","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 180*60*100cm","offer_id":43011271098416,"sku":"JDT-M118-016","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 200*60*100cm","offer_id":43011271131184,"sku":"JDT-M118-017","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Left-hand type \/ 220*60*100cm","offer_id":43011271163952,"sku":"JDT-M118-018","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 100*50*100cm","offer_id":43011271196720,"sku":"JDT-M118-019","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 120*50*100cm","offer_id":43011271229488,"sku":"JDT-M118-020","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 150*50*100cm","offer_id":43011271262256,"sku":"JDT-M118-021","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 180*60*100cm","offer_id":43011271295024,"sku":"JDT-M118-022","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 200*60*100cm","offer_id":43011271327792,"sku":"JDT-M118-023","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ Right-hand type \/ 220*60*100cm","offer_id":43011271360560,"sku":"JDT-M118-024","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 100*50*100cm","offer_id":43011271393328,"sku":"JDT-M118-025","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 120*50*100cm","offer_id":43011271426096,"sku":"JDT-M118-026","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 150*50*100cm","offer_id":43011271458864,"sku":"JDT-M118-027","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 180*60*100cm","offer_id":43011271491632,"sku":"JDT-M118-028","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 200*60*100cm","offer_id":43011271524400,"sku":"JDT-M118-029","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 220*60*100cm","offer_id":43011271557168,"sku":"JDT-M118-030","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 100*50*100cm","offer_id":43011271589936,"sku":"JDT-M118-031","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 120*50*100cm","offer_id":43011271622704,"sku":"JDT-M118-032","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 150*50*100cm","offer_id":43011271655472,"sku":"JDT-M118-033","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 180*60*100cm","offer_id":43011271688240,"sku":"JDT-M118-034","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 200*60*100cm","offer_id":43011271721008,"sku":"JDT-M118-035","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-hand type \/ 220*60*100cm","offer_id":43011271753776,"sku":"JDT-M118-036","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 100*50*100cm","offer_id":43011271786544,"sku":"JDT-M118-037","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 120*50*100cm","offer_id":43011271819312,"sku":"JDT-M118-038","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 150*50*100cm","offer_id":43011271852080,"sku":"JDT-M118-039","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 180*60*100cm","offer_id":43011271884848,"sku":"JDT-M118-040","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 200*60*100cm","offer_id":43011271917616,"sku":"JDT-M118-041","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Left Type \/ 220*60*100cm","offer_id":43011271950384,"sku":"JDT-M118-042","price":1356.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 100*50*100cm","offer_id":43011271983152,"sku":"JDT-M118-043","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 120*50*100cm","offer_id":43011272015920,"sku":"JDT-M118-044","price":766.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 150*50*100cm","offer_id":43011272048688,"sku":"JDT-M118-045","price":949.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 180*60*100cm","offer_id":43011272081456,"sku":"JDT-M118-046","price":1128.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 200*60*100cm","offer_id":43011272114224,"sku":"JDT-M118-047","price":1242.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Gray \/ Right-hand type \/ 220*60*100cm","offer_id":43011272146992,"sku":"JDT-M118-048","price":1356.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_beauty_salon_reception_desk_with_storage_kaguyasuJDT-M118_main_images_12.jpg?v=1779082667"},{"product_id":"wood-reception-desk-beauty-sale-jdt-m110","title":"Wood Reception Desk | Beauty Reception Desk for Sale","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eElegant Wood Aesthetic:\u003c\/b\u003e A refined wood reception desk with smooth arched lines and warm grain-style finishes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eComfortable Reception Desk Height:\u003c\/b\u003e Designed at a practical working height for daily front desk tasks and guest interaction.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOrganised Modern Front Desk:\u003c\/b\u003e Drawers, cabinets, and open shelves help keep reception essentials classified and easy to access.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eReady-to-Use Convenience:\u003c\/b\u003e A fully assembled beauty reception desk for sale, suitable for salons, studios, clinics, and office lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Size Customisation:\u003c\/b\u003e Available in multiple listed sizes, with size customisation support for different reception layouts and commercial spaces.\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=\"KaguReadMoreTriggerJDTM110\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eWood Reception Desk for Beauty and Commercial Spaces\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_5.jpg?v=1778816186\" alt=\"Wood reception desk with arched front design for beauty salon\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a calm and welcoming first impression with this wood reception desk. Its arched front design, practical storage layout, and warm colour options make it a strong choice for beauty salons, clinics, studios, offices, and modern commercial lobbies.\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\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images.jpg?v=1779327003\" alt=\"Wood reception desk storage with drawers cabinets and shelves\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExcellent Storage for a Modern Front Desk\u003c\/h3\u003e\n          \u003cp\u003eKeep your reception area organised and professional. This modern front desk combines drawers, cabinets, and open shelves so staff can store documents, payment devices, service tools, and daily essentials without cluttering the counter.\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\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_6.jpg?v=1778816187\" alt=\"Spacious tabletop and comfortable reception desk height\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Tabletop with Comfortable Height\u003c\/h3\u003e\n          \u003cp\u003eWork comfortably through busy service hours. The wide tabletop provides room for a monitor, laptop, documents, card terminal, and guest-facing items, while the practical reception desk height supports smooth communication with 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\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_3.jpg?v=1778816185\" alt=\"Elegant arched wood grain beauty reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eElegant Arched Lines and Wood Grain Look\u003c\/h3\u003e\n          \u003cp\u003eThe soft arched front panel helps the desk feel more welcoming than a standard straight counter. Combined with walnut, beige, and black finish options, it works well as a beauty reception desk for sale for brands that want a calm, premium atmosphere.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_4.jpg?v=1778816185\" alt=\"Kaguyasu wood reception desk colour options in walnut beige and black\" 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\u003eWood Reception Desk \/ Beauty Salon Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eWalnut, Black Wood Grain, Beige, Black\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100¡§C150kg, 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\u003e100 * 50 * 100cm, 120 * 50 * 100cm, 150 * 60 * 100cm, 160 * 60 * 100cm, 180 * 60 * 100cm, 200 * 60 * 100cm, 220 * 60 * 100cm, 240 * 60 * 100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eSize customisation is available\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\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_19.webp?v=1778726695\" alt=\"Wood reception desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to the nature of wood-style materials and surface finishes, slight variations in colour, texture, or grain pattern may occur and are not considered product defects.\u003c\/p\u003e\n        \u003cp\u003eProduct photos are for reference only. Actual colour may vary slightly depending on lighting conditions, photography settings, and screen resolution.\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 important delivery guidelines for this large, pre-assembled commercial reception desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size, entrance width, lift access, stair clearance, and delivery route before purchasing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided by email after dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\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 wood reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. The desk is delivered as a finished product, helping reduce setup time for salons, clinics, offices, and other commercial reception spaces.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I customise the size?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Size customisation is available. Please share your preferred dimensions and space requirements before placing a custom order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this suitable as a beauty reception desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The arched front design, warm wood-style appearance, and practical storage layout make it suitable for beauty salons, nail studios, spa reception areas, clinics, and small commercial lobbies.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the product size, packaging size, entrance width, corridor route, lift dimensions, stair clearance, and final placement area before purchase, especially because the desk is delivered pre-assembled.\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=\"KaguReadMoreTriggerJDTM110\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTM110\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Walnut \/ 120*50*100cm","offer_id":43082414358576,"sku":"JDT-M110-02","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 150*60*100cm","offer_id":43082414391344,"sku":"JDT-M110-03","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 160*60*100cm","offer_id":43082414424112,"sku":"JDT-M110-04","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 180*60*100cm","offer_id":43082414456880,"sku":"JDT-M110-05","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*60*100cm","offer_id":43082414489648,"sku":"JDT-M110-06","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 220*60*100cm","offer_id":43082414522416,"sku":"JDT-M110-07","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*60*100cm","offer_id":43082414555184,"sku":"JDT-M110-08","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 100*50*100cm","offer_id":43011272572976,"sku":"JDT-M110-09","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 120*50*100cm","offer_id":43011272605744,"sku":"JDT-M110-010","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 150*60*100cm","offer_id":43011272638512,"sku":"JDT-M110-011","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 160*60*100cm","offer_id":43011272671280,"sku":"JDT-M110-012","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 180*60*100cm","offer_id":43011272704048,"sku":"JDT-M110-013","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 200*60*100cm","offer_id":43011272736816,"sku":"JDT-M110-014","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 220*60*100cm","offer_id":43011272769584,"sku":"JDT-M110-015","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 240*60*100cm","offer_id":43011272802352,"sku":"JDT-M110-016","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 100*50*100cm","offer_id":43011272835120,"sku":"JDT-M110-017","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 120*50*100cm","offer_id":43011272867888,"sku":"JDT-M110-018","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 150*60*100cm","offer_id":43011272900656,"sku":"JDT-M110-019","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 160*60*100cm","offer_id":43011272933424,"sku":"JDT-M110-020","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 180*60*100cm","offer_id":43011272966192,"sku":"JDT-M110-021","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 200*60*100cm","offer_id":43011272998960,"sku":"JDT-M110-022","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 220*60*100cm","offer_id":43011273031728,"sku":"JDT-M110-023","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 240*60*100cm","offer_id":43011273064496,"sku":"JDT-M110-024","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 100*50*100cm","offer_id":43011273097264,"sku":"JDT-M110-025","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 120*50*100cm","offer_id":43011273130032,"sku":"JDT-M110-026","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 150*60*100cm","offer_id":43011273162800,"sku":"JDT-M110-027","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 160*60*100cm","offer_id":43011273195568,"sku":"JDT-M110-028","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 180*60*100cm","offer_id":43011273228336,"sku":"JDT-M110-029","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*60*100cm","offer_id":43011273261104,"sku":"JDT-M110-030","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 220*60*100cm","offer_id":43011273293872,"sku":"JDT-M110-031","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*60*100cm","offer_id":43011273326640,"sku":"JDT-M110-032","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 100*50*100cm","offer_id":43256717934640,"sku":"JDT-M110-01","price":1006.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_main_images_7.jpg?v=1778816157"},{"product_id":"hotel-inexpensive-reception-desk-jdt-m030","title":"Hotel Reception Desk | Inexpensive Reception Desk","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-colour-copy {\n    max-width: 820px;\n    margin: 0 0 22px 0;\n    font-size: 15px;\n    color: var(--k-text-main);\n  }\n  .kagu-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_detailed_images.jpg?v=1779270776\");\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin-top: 18px;\n    margin-bottom: 35px;\n  }\n  .kagu-colour-card {\n    aspect-ratio: 1 \/ 1.16;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 400%;\n    background-repeat: no-repeat;\n    background-color: #fff;\n    overflow: hidden;\n  }\n  .kagu-colour-1 { background-position: 0% 0%; }\n  .kagu-colour-2 { background-position: 100% 0%; }\n  .kagu-colour-3 { background-position: 0% 33.333%; }\n  .kagu-colour-4 { background-position: 100% 33.333%; }\n  .kagu-colour-5 { background-position: 0% 66.666%; }\n  .kagu-colour-6 { background-position: 100% 66.666%; }\n  .kagu-colour-7 { background-position: 0% 100%; }\n  .kagu-colour-8 { 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-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-colour-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      margin-bottom: 28px;\n    }\n    .kagu-colour-card { border-radius: 6px; }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box { padding: 20px 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eBudget-Friendly Luxury:\u003c\/b\u003e An inexpensive reception desk with a refined, professional look for hotels, salons, and commercial lobbies.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial-Ready Material:\u003c\/b\u003e Durable melamine decorative laminate supports daily use in busy reception and service areas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Organization:\u003c\/b\u003e Practical internal storage helps teams arrange documents, devices, and reception essentials more efficiently.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Reception Desk Size:\u003c\/b\u003e Multiple length options and customisable colours help the desk fit different floor plans and brand styles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Delivered as a finished product with no assembly required, helping hotel lobbies, salons, and commercial reception areas reduce setup time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTM030\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eHotel Reception Desk with Refined Commercial Style\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_detailed_images_2.jpg?v=1778812374\" alt=\"Hotel reception desk with modern beige and white finish\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a polished first impression without overcomplicating your budget. This hotel reception desk combines a clean modern profile, practical storage, and flexible size options, making it suitable for hotel lobbies, salons, clinics, showrooms, and front-of-house business spaces.\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\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_detailed_images_5.jpg?v=1778812376\" alt=\"Durable melamine decorative laminate reception desk material\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDurable Melamine Laminate Construction\u003c\/h3\u003e\n\u003cp\u003eDesigned for long-term commercial use, this inexpensive reception desk uses melamine decorative laminate for a smooth, easy-care surface that helps resist daily wear, light stains, and repeated customer-facing activity.\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\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_detailed_images_6.jpg?v=1778812377\" alt=\"Reception desk storage layout for documents and work supplies\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSmart Storage for Fast Workspace Efficiency\u003c\/h3\u003e\n\u003cp\u003eKeep the reception area clean and professional. The storage layout helps staff organise documents, small devices, stationery, and daily service items, making it a practical choice for hotels and a cheap salon reception desk alternative.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Premium Colourways\u003c\/h2\u003e\n\u003cp class=\"kagu-colour-copy\"\u003eChoose from beige, white, natural wood, marble-pattern, stainless steel accent, khaki, and charcoal grey combinations. These flexible finishes make it easier to match hotel interiors, salon branding, office lobbies, and commercial reception spaces.\u003c\/p\u003e\n\u003cdiv class=\"kagu-colour-grid\"\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-1\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-2\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-3\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-4\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-5\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-6\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-7\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-colour-card kagu-colour-8\" role=\"img\"\u003e\u003cbr\u003e\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\u003eHotel Reception Desk \/ Commercial Front Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMelamine decorative laminate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eBeige Natural, All Beige, All White, White Gold with Stainless Steel Accent, White Marble Pattern with Natural, Beige White, Beige Khaki, White Charcoal Grey\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 100kg, 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\u003e80 * 60 * 100cm, 100 * 60 * 100cm, 120 * 60 * 100cm, 150 * 60 * 100cm, 160 * 60 * 100cm, 180 * 60 * 100cm, 200 * 60 * 100cm, 220 * 60 * 100cm, 240 * 60 * 100cm, 260 * 60 * 100cm, 280 * 60 * 100cm, 300 * 60 * 100cm, 320 * 60 * 100cm, 340 * 60 * 110cm, 360 * 60 * 100cm, 380 * 60 * 100cm, 400 * 60 * 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n\u003ctd\u003eColour and size customisation are available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eComplimentary Service\u003c\/th\u003e\n\u003ctd\u003eA transformer will be included as a complimentary service when applicable\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\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_detailed_images_19.webp?v=1778726698\" alt=\"Hotel reception desk size and dimension guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important delivery guidelines for this large, pre-assembled commercial reception desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size, entrance width, lift access, stair clearance, and delivery route before purchasing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided after dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\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 hotel reception desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eNo. This desk is delivered as a finished product, helping reduce setup time for hotel lobbies, salons, and commercial reception areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I customise the colour or reception desk size?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Colour and size customisation are available. Please share your preferred finish, room measurements, and front desk layout requirements before placing a custom order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable as an inexpensive reception desk for a salon?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Its clean appearance, practical storage, and flexible sizes make it suitable for salons, beauty studios, small hotel lobbies, clinics, and other front-of-house spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease verify the product size, packaging size, doorways, corridors, lift dimensions, stair route, and final placement area before purchase, especially because the desk is delivered pre-assembled.\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=\"KaguReadMoreTriggerJDTM030\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTM030\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige Natural \/ 80*60*100cm","offer_id":43011273359408,"sku":"JDT-M030-01","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 100*60*100cm","offer_id":43011273621552,"sku":"JDT-M030-02","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 120*60*100cm","offer_id":43011273883696,"sku":"JDT-M030-03","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 150*60*100cm","offer_id":43011274145840,"sku":"JDT-M030-04","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 160*60*100cm","offer_id":43011274407984,"sku":"JDT-M030-05","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 180*60*100cm","offer_id":43011274670128,"sku":"JDT-M030-06","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 200*60*100cm","offer_id":43011274932272,"sku":"JDT-M030-07","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 220*60*100cm","offer_id":43011275194416,"sku":"JDT-M030-08","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 240*60*100cm","offer_id":43011275456560,"sku":"JDT-M030-09","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 260*60*100cm","offer_id":43011275718704,"sku":"JDT-M030-010","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 280*60*100cm","offer_id":43011275980848,"sku":"JDT-M030-011","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"Beige Natural \/ 300*60*100cm","offer_id":43011276242992,"sku":"JDT-M030-012","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 80*60*100cm","offer_id":43011273392176,"sku":"JDT-M030-013","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 100*60*100cm","offer_id":43011273654320,"sku":"JDT-M030-014","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 120*60*100cm","offer_id":43011273916464,"sku":"JDT-M030-015","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 150*60*100cm","offer_id":43011274178608,"sku":"JDT-M030-016","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 160*60*100cm","offer_id":43011274440752,"sku":"JDT-M030-017","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 180*60*100cm","offer_id":43011274702896,"sku":"JDT-M030-018","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 200*60*100cm","offer_id":43011274965040,"sku":"JDT-M030-019","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 220*60*100cm","offer_id":43011275227184,"sku":"JDT-M030-020","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 240*60*100cm","offer_id":43011275489328,"sku":"JDT-M030-021","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 260*60*100cm","offer_id":43011275751472,"sku":"JDT-M030-022","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 280*60*100cm","offer_id":43011276013616,"sku":"JDT-M030-023","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"All beige \/ 300*60*100cm","offer_id":43011276275760,"sku":"JDT-M030-024","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 80*60*100cm","offer_id":43082412326960,"sku":"JDT-M030-025","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 100*60*100cm","offer_id":43082412490800,"sku":"JDT-M030-026","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 120*60*100cm","offer_id":43082412654640,"sku":"JDT-M030-027","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 150*60*100cm","offer_id":43082412818480,"sku":"JDT-M030-028","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 160*60*100cm","offer_id":43082412982320,"sku":"JDT-M030-029","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 180*60*100cm","offer_id":43082413146160,"sku":"JDT-M030-030","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 200*60*100cm","offer_id":43082413310000,"sku":"JDT-M030-031","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 220*60*100cm","offer_id":43082413473840,"sku":"JDT-M030-032","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 240*60*100cm","offer_id":43082413637680,"sku":"JDT-M030-033","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 260*60*100cm","offer_id":43082413801520,"sku":"JDT-M030-034","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 280*60*100cm","offer_id":43082413965360,"sku":"JDT-M030-035","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"All White \/ 300*60*100cm","offer_id":43082414129200,"sku":"JDT-M030-036","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 80*60*100cm","offer_id":43082412359728,"sku":"JDT-M030-037","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 100*60*100cm","offer_id":43082412523568,"sku":"JDT-M030-038","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 120*60*100cm","offer_id":43082412687408,"sku":"JDT-M030-039","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 150*60*100cm","offer_id":43082412851248,"sku":"JDT-M030-040","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 160*60*100cm","offer_id":43082413015088,"sku":"JDT-M030-041","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 180*60*100cm","offer_id":43082413178928,"sku":"JDT-M030-042","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 200*60*100cm","offer_id":43082413342768,"sku":"JDT-M030-043","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 220*60*100cm","offer_id":43082413506608,"sku":"JDT-M030-044","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 240*60*100cm","offer_id":43082413670448,"sku":"JDT-M030-045","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 260*60*100cm","offer_id":43082413834288,"sku":"JDT-M030-046","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 280*60*100cm","offer_id":43082413998128,"sku":"JDT-M030-047","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"White (marble pattern) \/ Natural \/ 300*60*100cm","offer_id":43082414161968,"sku":"JDT-M030-048","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 80*60*100cm","offer_id":43082412392496,"sku":"JDT-M030-049","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 100*60*100cm","offer_id":43082412556336,"sku":"JDT-M030-050","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 120*60*100cm","offer_id":43082412720176,"sku":"JDT-M030-051","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 150*60*100cm","offer_id":43082412884016,"sku":"JDT-M030-052","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 160*60*100cm","offer_id":43082413047856,"sku":"JDT-M030-053","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 180*60*100cm","offer_id":43082413211696,"sku":"JDT-M030-054","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 200*60*100cm","offer_id":43082413375536,"sku":"JDT-M030-055","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 220*60*100cm","offer_id":43082413539376,"sku":"JDT-M030-056","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 240*60*100cm","offer_id":43082413703216,"sku":"JDT-M030-057","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 260*60*100cm","offer_id":43082413867056,"sku":"JDT-M030-058","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 280*60*100cm","offer_id":43082414030896,"sku":"JDT-M030-059","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and White \/ 300*60*100cm","offer_id":43082414194736,"sku":"JDT-M030-060","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 80*60*100cm","offer_id":43011273523248,"sku":"JDT-M030-061","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 100*60*100cm","offer_id":43011273785392,"sku":"JDT-M030-062","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 120*60*100cm","offer_id":43011274047536,"sku":"JDT-M030-063","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 150*60*100cm","offer_id":43011274309680,"sku":"JDT-M030-064","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 160*60*100cm","offer_id":43011274571824,"sku":"JDT-M030-065","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 180*60*100cm","offer_id":43011274833968,"sku":"JDT-M030-066","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 200*60*100cm","offer_id":43011275096112,"sku":"JDT-M030-067","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 220*60*100cm","offer_id":43011275358256,"sku":"JDT-M030-068","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 240*60*100cm","offer_id":43011275620400,"sku":"JDT-M030-069","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 260*60*100cm","offer_id":43011275882544,"sku":"JDT-M030-070","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 280*60*100cm","offer_id":43011276144688,"sku":"JDT-M030-071","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"Beige and khaki \/ 300*60*100cm","offer_id":43011276406832,"sku":"JDT-M030-072","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 80*60*100cm","offer_id":43082412425264,"sku":"JDT-M030-073","price":628.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 100*60*100cm","offer_id":43082412589104,"sku":"JDT-M030-074","price":811.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 120*60*100cm","offer_id":43082412752944,"sku":"JDT-M030-075","price":932.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 150*60*100cm","offer_id":43082412916784,"sku":"JDT-M030-076","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 160*60*100cm","offer_id":43082413080624,"sku":"JDT-M030-077","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 180*60*100cm","offer_id":43082413244464,"sku":"JDT-M030-078","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 200*60*100cm","offer_id":43082413408304,"sku":"JDT-M030-079","price":1450.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 220*60*100cm","offer_id":43082413572144,"sku":"JDT-M030-080","price":1506.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 240*60*100cm","offer_id":43082413735984,"sku":"JDT-M030-081","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 260*60*100cm","offer_id":43082413899824,"sku":"JDT-M030-082","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 280*60*100cm","offer_id":43082414063664,"sku":"JDT-M030-083","price":1703.0,"currency_code":"GBP","in_stock":true},{"title":"White, Charcoal Gray \/ 300*60*100cm","offer_id":43082414227504,"sku":"JDT-M030-084","price":1739.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 80*60*100cm","offer_id":43082412458032,"sku":"JDT-M030-085","price":883.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 100*60*100cm","offer_id":43082412621872,"sku":"JDT-M030-086","price":986.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 120*60*100cm","offer_id":43082412785712,"sku":"JDT-M030-087","price":1108.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 150*60*100cm","offer_id":43082412949552,"sku":"JDT-M030-088","price":1412.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 160*60*100cm","offer_id":43082413113392,"sku":"JDT-M030-089","price":1534.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 180*60*100cm","offer_id":43082413277232,"sku":"JDT-M030-090","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 200*60*100cm","offer_id":43082413441072,"sku":"JDT-M030-091","price":1617.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 220*60*100cm","offer_id":43082413604912,"sku":"JDT-M030-092","price":1733.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 240*60*100cm","offer_id":43082413768752,"sku":"JDT-M030-093","price":1769.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 260*60*100cm","offer_id":43082413932592,"sku":"JDT-M030-094","price":1808.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 280*60*100cm","offer_id":43082414096432,"sku":"JDT-M030-095","price":1916.0,"currency_code":"GBP","in_stock":true},{"title":"White Gold (Stainless Steel) \/ 300*60*100cm","offer_id":43082414260272,"sku":"JDT-M030-096","price":1979.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/hotel_reception_desk_inexpensive_reception_desk_kaguyasuJDT-M030_main_images_2.jpg?v=1778812356"},{"product_id":"salon-reception-desk-uk-wooden-jdt-m012","title":"Salon Reception Desk UK | Wooden Reception Desk","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    \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 * { 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: 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 { font-size: 1.2rem; }\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: 5px solid var(--k-pri); \n    margin-bottom: 40px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-pri); margin-bottom: 15px; }\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; 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  \/* --- Read More Interaction --- *\/\n  .kagu-hero-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 25px; display: block; border: 1px solid var(--k-bg-dark); }\n  .kagu-readmore-wrapper { position: relative; margin-bottom: 50px; }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview { max-height: 1200px; overflow: hidden; transition: max-height 0.6s ease-out; position: relative; }\n  .kagu-content-preview::after { content: \"\"; position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: linear-gradient(transparent, #ffffff); pointer-events: none; }\n  \n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  \n  .kagu-readmore-btn { display: inline-block; padding: 12px 35px; border-radius: 30px; font-weight: 600; cursor: pointer; transition: all 0.3s; margin-top: 15px; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; }\n  .k-label-show { border: 2px solid var(--k-pri); color: var(--k-pri); background: #fff; display: block; text-align: center; max-width: 250px; margin: 20px auto 0 auto;}\n  .k-label-hide { display: none; background: var(--k-pri); color: #fff; border: 2px solid var(--k-pri); text-align: center; max-width: 250px; margin: 20px auto 0 auto;}\n  .kagu-readmore-btn:hover { background: var(--k-pri); color: #fff; 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  \/* --- Feature Rows --- *\/\n  .kagu-feature-row { display: flex; align-items: center; gap: 40px; margin-top: 30px; margin-bottom: 30px; }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img { flex: 1; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--k-bg-light); padding: 10px; border: 1px solid var(--k-bg-dark); }\n  .kagu-feature-img img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 4px; }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 { margin-top: 0; border-bottom: none; padding-bottom: 5px; margin-bottom: 10px; color: var(--k-text-title); }\n  .kagu-feature-text p { color: var(--k-text-main); font-size: 15px; margin-bottom: 0; }\n\n  \/* --- Section Images (Colors \u0026 Dimensions) --- *\/\n  .kagu-section-img { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-top: 15px; margin-bottom: 30px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 30px; margin-bottom: 30px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14.5px; }\n  .kagu-tbl th, .kagu-tbl td { padding: 15px 18px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: top; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 35%; background: var(--k-bg-light); color: var(--k-pri); font-weight: 700; }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; }\n  .kagu-b2b-box li::before { content: '\\2714'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 40px; }\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-pri); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; font-weight: 700; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 15px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 24px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 16px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: var(--k-bg-light); }\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.6rem; }\n    .kagu-feature-row, .kagu-feature-row.reverse { flex-direction: column; gap: 20px !important; margin-top: 25px !important; margin-bottom: 25px !important; }\n    \n    .kagu-usp-bullets { padding: 18px 15px; margin-bottom: 30px; }\n    \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 10px; font-size: 13.5px; }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n\n    .kagu-b2b-box { padding: 20px 15px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSophisticated Aesthetics:\u003c\/b\u003e A premium wooden reception desk featuring elegant stone-patterned accents.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Storage:\u003c\/b\u003e A highly efficient small reception desk beauty salon layout for clutter-free organization.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eErgonomic Excellence:\u003c\/b\u003e Perfect front desk height designed for comfortable guest interaction and daily tasks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Quality:\u003c\/b\u003e A fully customizable salon reception desk tailored to your commercial brand.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTM012\" class=\"kagu-readmore-trigger\"\u003e\n    \n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eElegant Wooden Reception Desk\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_7.jpg?v=1778813165\" alt=\"Salon Reception Desk | Wooden Reception Desk | Kaguyasu\" class=\"kagu-hero-img\"\u003e\n      \u003cp style=\"font-size: 16px; text-align: center; margin-bottom: 40px;\"\u003eCreate a professional first impression. This sophisticated centerpiece blends natural wood aesthetics with robust stone-patterned elements for any modern salon or business lobby.\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_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_2.jpg?v=1778813159\" alt=\"Durable Melamine Decorative Laminate Construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Melamine Construction\u003c\/h3\u003e\n          \u003cp\u003eEngineered for longevity. Built with high-density boards and durable melamine decorative laminates, this desk highly resists cracking and moisture, ensuring it maintains its premium look even in high-traffic lobbies.\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_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_8.jpg?v=1778813161\" alt=\"Spacious and Ergonomic Workspace Configuration\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious \u0026amp; Ergonomic Workspace\u003c\/h3\u003e\n          \u003cp\u003ePerform daily tasks effortlessly. Designed with an optimal front desk height and a wide, uncluttered surface to ensure comfortable daily office operations without feeling cramped or restricted.\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\/salon_reception_desk_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_6.jpg?v=1778813162\" alt=\"Classified Storage for High-Efficiency Workflows\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eClassified High-Efficiency Storage\u003c\/h3\u003e\n          \u003cp\u003eOrganize your business essentials perfectly. Multiple smart drawers and classified compartments reduce search time, keeping your workplace clutter-free and allowing for rapid, professional client reception.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Premium Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_3.jpg?v=1778813164\" alt=\"Kaguyasu Reception Desk Color 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\u003eWooden Salon Reception Desk (Bespoke Series)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eArtificial board, premium density board, heavy-duty fiberboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor Options\u003c\/th\u003e\n              \u003ctd\u003eBlack (wood grain), Black (stone), Charcoal Gray (stone), Dark Brown, Brown, Natural Wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100kg (built for commercial stability)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Lengths (cm)\u003c\/th\u003e\n              \u003ctd\u003e100, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480 (Width: 50-60cm, Height: 90-100cm)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003e\n\u003cb\u003eNot required\u003c\/b\u003e - Delivers as a fully finished product for instant setup\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eFully support customized dimensions and colors tailored to your salon branding\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eComplimentary Gift\u003c\/th\u003e\n              \u003ctd\u003eA matched voltage transformer will be included as a complimentary service\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_uk_wooden_reception_desk_kaguyasuJDT-M012_detailed_images_16.webp?v=1778726684\" alt=\"Dimensions Guide for Salon Reception Desk\" 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 delivery guidelines for this pre-assembled, large-scale commercial product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to its pre-assembled large volume, delivery is strictly curbside or restricted to the ground floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please meticulously check your entrance, doorway clearance, and hallway routing before purchasing. We cannot accept returns or cancellations due to non-delivery caused by spatial constraints.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e Dispatched via specialized commercial furniture shipping carriers. Exact tracking information will be updated immediately upon leaving our hub.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If premium white-glove inside delivery is needed, please contact our support desk prior to fulfillment as additional handling fees apply.\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 required. The reception desk is delivered as a fully completed, ready-to-use unit, ensuring standard alignment and saving your business time.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eHow do I request custom sizes or specific branding colors?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eWe provide extensive customization. Simply contact our service team via email or live chat with your precise space measurements and preferred color pairings from our swatch map, and we will formulate a bespoke setup for you.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I do regarding the large package size during delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eSince the unit arrives fully built, please cross-verify the dimension chart with your property's elevators, doors, and corridors. You will need to ensure personnel are on-site to receive the package at the curb on the designated delivery date.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n    \u003c\/div\u003e \n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDTM012\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTM012\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Black (wood grain) \/ Black (stone grain) \/ 100*50*90cm","offer_id":43011276800048,"sku":"JDT-M012-01","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 120*60*100cm","offer_id":43011277062192,"sku":"JDT-M012-09","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 140*60*100cm","offer_id":43011277324336,"sku":"JDT-M012-17","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 160*60*100cm","offer_id":43011277586480,"sku":"JDT-M012-25","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 180*60*100cm","offer_id":43011277848624,"sku":"JDT-M012-33","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 200*60*100cm","offer_id":43011278110768,"sku":"JDT-M012-41","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 220*60*100cm","offer_id":43011278372912,"sku":"JDT-M012-49","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 240*60*100cm","offer_id":43011278635056,"sku":"JDT-M012-57","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 260*60*100cm","offer_id":43011278897200,"sku":"JDT-M012-65","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 280*60*100cm","offer_id":43011279159344,"sku":"JDT-M012-73","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ Black (stone grain) \/ 300*60*100cm","offer_id":43011279421488,"sku":"JDT-M012-81","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 100*50*90cm","offer_id":43011276832816,"sku":"JDT-M012-02","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 120*60*100cm","offer_id":43011277094960,"sku":"JDT-M012-10","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 140*60*100cm","offer_id":43011277357104,"sku":"JDT-M012-18","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 160*60*100cm","offer_id":43011277619248,"sku":"JDT-M012-26","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 180*60*100cm","offer_id":43011277881392,"sku":"JDT-M012-34","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 200*60*100cm","offer_id":43011278143536,"sku":"JDT-M012-42","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 220*60*100cm","offer_id":43011278405680,"sku":"JDT-M012-50","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 240*60*100cm","offer_id":43011278667824,"sku":"JDT-M012-58","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 260*60*100cm","offer_id":43011278929968,"sku":"JDT-M012-66","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 280*60*100cm","offer_id":43011279192112,"sku":"JDT-M012-74","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Charcoal Gray (stone-like finish) \/ 300*60*100cm","offer_id":43011279454256,"sku":"JDT-M012-82","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 100*50*90cm","offer_id":43011276865584,"sku":"JDT-M012-03","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 120*60*100cm","offer_id":43011277127728,"sku":"JDT-M012-11","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 140*60*100cm","offer_id":43011277389872,"sku":"JDT-M012-19","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 160*60*100cm","offer_id":43011277652016,"sku":"JDT-M012-27","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 180*60*100cm","offer_id":43011277914160,"sku":"JDT-M012-35","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 200*60*100cm","offer_id":43011278176304,"sku":"JDT-M012-43","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 220*60*100cm","offer_id":43011278438448,"sku":"JDT-M012-51","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 240*60*100cm","offer_id":43011278700592,"sku":"JDT-M012-59","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 260*60*100cm","offer_id":43011278962736,"sku":"JDT-M012-67","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 280*60*100cm","offer_id":43011279224880,"sku":"JDT-M012-75","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown\/black (stone pattern) \/ 300*60*100cm","offer_id":43011279487024,"sku":"JDT-M012-83","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 100*50*90cm","offer_id":43011276898352,"sku":"JDT-M012-04","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 120*60*100cm","offer_id":43011277160496,"sku":"JDT-M012-12","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 140*60*100cm","offer_id":43011277422640,"sku":"JDT-M012-20","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 160*60*100cm","offer_id":43011277684784,"sku":"JDT-M012-28","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 180*60*100cm","offer_id":43011277946928,"sku":"JDT-M012-36","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 200*60*100cm","offer_id":43011278209072,"sku":"JDT-M012-44","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 220*60*100cm","offer_id":43011278471216,"sku":"JDT-M012-52","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 240*60*100cm","offer_id":43011278733360,"sku":"JDT-M012-60","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 260*60*100cm","offer_id":43011278995504,"sku":"JDT-M012-68","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 280*60*100cm","offer_id":43011279257648,"sku":"JDT-M012-76","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ charcoal gray (stone pattern) \/ 300*60*100cm","offer_id":43011279519792,"sku":"JDT-M012-84","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 100*50*90cm","offer_id":43011276931120,"sku":"JDT-M012-05","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 120*60*100cm","offer_id":43011277193264,"sku":"JDT-M012-13","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 140*60*100cm","offer_id":43011277455408,"sku":"JDT-M012-21","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 160*60*100cm","offer_id":43011277717552,"sku":"JDT-M012-29","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 180*60*100cm","offer_id":43011277979696,"sku":"JDT-M012-37","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 200*60*100cm","offer_id":43011278241840,"sku":"JDT-M012-45","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 220*60*100cm","offer_id":43011278503984,"sku":"JDT-M012-53","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 240*60*100cm","offer_id":43011278766128,"sku":"JDT-M012-61","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 260*60*100cm","offer_id":43011279028272,"sku":"JDT-M012-69","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 280*60*100cm","offer_id":43011279290416,"sku":"JDT-M012-77","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Black (stone pattern) \/ 300*60*100cm","offer_id":43011279552560,"sku":"JDT-M012-85","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 100*50*90cm","offer_id":43011276963888,"sku":"JDT-M012-06","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 120*60*100cm","offer_id":43011277226032,"sku":"JDT-M012-14","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 140*60*100cm","offer_id":43011277488176,"sku":"JDT-M012-22","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 160*60*100cm","offer_id":43011277750320,"sku":"JDT-M012-30","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 180*60*100cm","offer_id":43011278012464,"sku":"JDT-M012-38","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 200*60*100cm","offer_id":43011278274608,"sku":"JDT-M012-46","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 220*60*100cm","offer_id":43011278536752,"sku":"JDT-M012-54","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 240*60*100cm","offer_id":43011278798896,"sku":"JDT-M012-62","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 260*60*100cm","offer_id":43011279061040,"sku":"JDT-M012-70","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 280*60*100cm","offer_id":43011279323184,"sku":"JDT-M012-78","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Charcoal Gray (Stone Pattern) \/ 300*60*100cm","offer_id":43011279585328,"sku":"JDT-M012-86","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 100*50*90cm","offer_id":43011276996656,"sku":"JDT-M012-07","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 120*60*100cm","offer_id":43011277258800,"sku":"JDT-M012-15","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 140*60*100cm","offer_id":43011277520944,"sku":"JDT-M012-23","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 160*60*100cm","offer_id":43011277783088,"sku":"JDT-M012-31","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 180*60*100cm","offer_id":43011278045232,"sku":"JDT-M012-39","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 200*60*100cm","offer_id":43011278307376,"sku":"JDT-M012-47","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 220*60*100cm","offer_id":43011278569520,"sku":"JDT-M012-55","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 240*60*100cm","offer_id":43011278831664,"sku":"JDT-M012-63","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 260*60*100cm","offer_id":43011279093808,"sku":"JDT-M012-71","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 280*60*100cm","offer_id":43011279355952,"sku":"JDT-M012-79","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Natural Black (Stone Pattern) \/ 300*60*100cm","offer_id":43011279618096,"sku":"JDT-M012-87","price":1917.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 100*50*90cm","offer_id":43011277029424,"sku":"JDT-M012-08","price":871.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 120*60*100cm","offer_id":43011277291568,"sku":"JDT-M012-16","price":993.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 140*60*100cm","offer_id":43011277553712,"sku":"JDT-M012-24","price":1116.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 160*60*100cm","offer_id":43011277815856,"sku":"JDT-M012-32","price":1237.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 180*60*100cm","offer_id":43011278078000,"sku":"JDT-M012-40","price":1481.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 200*60*100cm","offer_id":43011278340144,"sku":"JDT-M012-48","price":1555.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 220*60*100cm","offer_id":43011278602288,"sku":"JDT-M012-56","price":1580.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 240*60*100cm","offer_id":43011278864432,"sku":"JDT-M012-64","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 260*60*100cm","offer_id":43011279126576,"sku":"JDT-M012-72","price":1824.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 280*60*100cm","offer_id":43011279388720,"sku":"JDT-M012-80","price":1856.0,"currency_code":"GBP","in_stock":true},{"title":"Natural charcoal gray (stone pattern) \/ 300*60*100cm","offer_id":43011279650864,"sku":"JDT-M012-88","price":1917.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_uk_wooden_reception_desk_kaguyasuJDT-M012_main_images_12.jpg?v=1778813156"},{"product_id":"walnut-desk-lbz-t092","title":"Walnut Desk - Executive Desk with Credenza","description":"\u003cstyle\u003e .nxp{--g:#375542;--t:#0F1E17;--m:#565656;--b:#dfe6de;--bg:#f6f8f4;--cream:#F5F2EA;max-width:1080px;margin:42px auto 0!important;padding:0 16px;color:var(--t);font-family:inherit;line-height:1.62;text-align:left} .nxp *{box-sizing:border-box}.nxp img{max-width:100%;height:auto;display:block}.nxp h2,.nxp h3,.nxp p{margin-top:0}.nxp h2{margin-bottom:16px;color:var(--t);font-size:clamp(24px,3vw,34px);line-height:1.22;font-weight:700;letter-spacing:-.02em}.nxp h3{margin-bottom:10px;color:var(--g);font-size:clamp(18px,2vw,23px);line-height:1.28;font-weight:700}.nxp p{margin-bottom:12px;color:var(--m);font-size:15px}.nxp strong{color:var(--t);font-weight:700}.nxp a{color:var(--g);font-weight:700}.s{margin-bottom:58px}.ey{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ey:before{content:\"\";width:26px;height:2px;background:var(--g)} .hl{padding:26px;border:1px solid var(--b);border-left:6px solid var(--g);border-radius:16px;background:linear-gradient(135deg,var(--bg),#fff)}.hl h2{margin-bottom:18px;color:var(--g);font-size:16px;letter-spacing:.08em;text-transform:uppercase}.hg{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hi{padding:16px 14px;border:1px solid #e2e8de;border-radius:14px;background:#fff}.hi span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-bottom:10px;border-radius:50%;background:var(--g);color:#fff;font-size:13px;font-weight:700}.hi p{margin:0;font-size:13.5px;line-height:1.45} .hero{overflow:hidden;border:1px solid var(--b);border-radius:20px;background:var(--bg)}.hero-img{aspect-ratio:16\/9;overflow:hidden;background:#eef2eb}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-copy{display:grid;grid-template-columns:1fr .75fr;gap:28px;align-items:center;padding:28px;background:#fff}.hero-copy h2{margin-bottom:12px;color:var(--g)}.hero-note{padding:20px;border-radius:16px;background:var(--g)}.hero-note p{margin:0;color:#fff;font-size:14px} .rm{position:relative}.tog{display:none}.prev{position:relative;max-height:980px;overflow:hidden;transition:max-height .45s ease}.prev:after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(#ffffff00,#fff);pointer-events:none}.tog:checked~.prev{max-height:2600px;overflow:visible}.tog:checked~.prev:after{display:none}.act{margin-top:18px;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 24px;border:1px solid var(--g);border-radius:999px;background:#fff;color:var(--g);cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.btn:hover{background:var(--g);color:#fff}.hide{display:none}.tog:checked~.act .show{display:none}.tog:checked~.act .hide{display:inline-flex} .fg{display:grid;gap:20px}.fc{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:24px;border:1px solid var(--b);border-radius:18px;background:#fff}.fc:nth-child(even) .fm{order:2}.fm{overflow:hidden;border-radius:14px;background:var(--bg)}.tag{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tag span{padding:6px 10px;border-radius:999px;background:#f1f4ee;color:var(--g);font-size:12px;font-weight:700} .box{padding:30px;border:1px solid var(--b);border-radius:18px;background:var(--bg)}.center{text-align:center}.center p{max-width:760px;margin-left:auto;margin-right:auto}.finish-img{max-width:860px;margin:24px auto 0;overflow:hidden;border-radius:14px;background:#fff}.intro{max-width:820px;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:18px}.gallery figure{margin:0;overflow:hidden;border:1px solid var(--b);border-radius:16px;background:#fff}.gallery figcaption{padding:10px 14px;border-top:1px solid var(--b);color:#666;font-size:13px} .twocol{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;margin-top:18px}.card{padding:20px;border:1px solid var(--b);border-radius:16px;background:#fff}.card p:last-child{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.list{margin:12px 0 0;padding:0;list-style:none}.list li{position:relative;margin-bottom:9px;padding-left:24px;color:var(--m);font-size:14px;line-height:1.5}.list li:before{content:\"•\";position:absolute;left:0;top:0;color:var(--g);font-weight:800} .tbl{overflow-x:auto;border:1px solid var(--b);border-radius:16px;background:#fff}.tbl table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{padding:13px 16px;border-bottom:1px solid var(--b);vertical-align:top;text-align:left}.tbl tr:last-child th,.tbl tr:last-child td{border-bottom:0}.tbl th{width:34%;background:var(--bg);color:var(--g);font-weight:700}.tbl td{color:var(--t)} .dark{padding:28px;border-radius:18px;background:var(--g)}.dark h2,.dark h3,.dark p,.dark li,.dark strong,.dark .ey{color:#fff}.dark .ey:before{background:#fff}.dark .list li:before{color:#fff}.light{padding:28px;border:1px solid var(--b);border-radius:18px;background:var(--bg)} .qa{display:grid;gap:8px}.qa details{overflow:hidden;border:1px solid var(--b);border-radius:12px;background:#fff}.qa summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;cursor:pointer;list-style:none;user-select:none}.qa summary::-webkit-details-marker{display:none}.qa summary h3{margin:0;color:var(--t);font-size:14px}.qa summary:after{content:\"+\";flex:0 0 auto;color:var(--g);font-size:20px;line-height:1}.qa details[open] summary:after{content:\"-\"}.qa div{padding:0 16px 14px}.qa p{margin:0;font-size:13.8px;line-height:1.55}.qa a{color:var(--g);font-weight:700} .cta{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:28px;border-radius:18px;background:var(--g)}.cta h2,.cta p{color:#fff}.cta p{margin:0}.cta a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 22px;border-radius:999px;background:#fff;color:var(--g)!important;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap} @media(max-width:920px){.hg{grid-template-columns:repeat(2,1fr)}.hero-copy,.fc,.twocol,.cards,.cta{grid-template-columns:1fr}.fc:nth-child(even) .fm{order:0}.cta a{width:100%}} @media(max-width:640px){.nxp{margin-top:28px!important;padding:0 12px;line-height:1.52}.s{margin-bottom:38px}.nxp h2{font-size:22px;margin-bottom:10px}.nxp h3{font-size:17px}.nxp p{font-size:14px;line-height:1.5}.ey{margin-bottom:8px;font-size:11px;letter-spacing:.12em}.hl{padding:18px;border-radius:14px}.hl h2{margin-bottom:12px;font-size:14px}.hg{grid-template-columns:1fr;gap:8px}.hi{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;padding:12px;border-radius:12px}.hi span{margin:0}.hi p{font-size:13px}.hero{border-radius:16px}.hero-img{aspect-ratio:16\/9}.hero-copy{padding:18px;gap:14px}.hero-note{padding:14px;border-radius:12px}.hero-note p{font-size:13px}.prev{max-height:720px}.prev:after{height:96px}.fg{gap:14px}.fc{gap:14px;padding:14px;border-radius:14px}.fm{border-radius:12px}.tag{display:none}.btn{width:100%;min-height:40px;font-size:12px}.box,.light,.dark,.cta{padding:18px;border-radius:15px}.gallery{grid-template-columns:1fr;gap:12px}.gallery figcaption{padding:8px 12px;font-size:12.5px}.card{padding:15px;border-radius:13px}.list li{margin-bottom:7px;font-size:13.5px}.tbl table{min-width:0;font-size:13.2px}.tbl table,.tbl tbody,.tbl tr,.tbl th,.tbl td{display:block;width:100%}.tbl tr{border-bottom:1px solid var(--b)}.tbl tr:last-child{border-bottom:0}.tbl th,.tbl td{border-bottom:0;padding:9px 12px}.tbl th{padding-bottom:3px}.tbl td{padding-top:3px}.qa summary{padding:11px 13px}.qa summary h3{font-size:13.5px}.qa div{padding:0 13px 12px}.qa p{font-size:13px}} \n.faq-rm .faq-extra{display:grid;gap:8px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .48s ease,opacity .3s ease,transform .3s ease}.faq-rm .faq-fade{height:42px;margin-top:-34px;background:linear-gradient(180deg,#ffffff00,#fff);pointer-events:none}.faq-rm .tog:checked~.qa .faq-extra{max-height:900px;opacity:1;transform:translateY(0)}.faq-rm .tog:checked~.qa .faq-fade{display:none}.faq-rm .hide{display:none}.faq-rm .tog:checked~.act .show{display:none}.faq-rm .tog:checked~.act .hide{display:inline-flex} \n.faq-rm .qa .faq-extra,.faq-rm .qa .faq-fade{padding:0!important}.faq-rm .qa .faq-extra details{width:100%} \n\u003c\/style\u003e\n\u003cdiv class=\"nxp\"\u003e\n\u003csection class=\"s hl\"\u003e\n\u003ch2\u003eKey Highlights\u003c\/h2\u003e\n\u003cdiv class=\"hg\"\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eVertical Fluted Front:\u003c\/strong\u003e The slatted front panel gives the desk a distinctive architectural profile for client-facing and leadership offices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003e5 cm-Thick Desktop:\u003c\/strong\u003e The substantial desktop edge creates a solid visual presence suited to daily executive work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eFive Desk Sizes:\u003c\/strong\u003e Select lengths from 140 cm to 220 cm with a consistent 75 cm working height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLockable Three-Drawer Storage:\u003c\/strong\u003e The integrated pedestal provides organized storage for documents and everyday office supplies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e5\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLoad Capacity:\u003c\/strong\u003e Approx. 200 kg supports demanding daily office use when weight is distributed appropriately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s hero\"\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg alt=\"executive-office-banner-walnut-desk-executive-desk-with-credenza-lbz-t092\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/executive-office-banner-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1783317607\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ey\"\u003eKaguyasu Executive Desks\u003c\/div\u003e\n\u003ch2\u003eWalnut Executive Desk for Private Offices \u0026amp; Leadership Workspaces\u003c\/h2\u003e\n\u003cp\u003eThis walnut executive desk combines a broad rectangular work surface, a vertical fluted front panel, and an integrated lockable drawer pedestal. Five desk sizes support compact private offices through larger leadership workspaces without adding separate companion furniture to the product description.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-note\"\u003e\n\u003cp\u003eDesigned for buyers who want a warm walnut finish, practical built-in organization, clear size choices, and a composed executive presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eProduct Features\u003c\/div\u003e\n\u003ch2\u003eFluted Executive Styling, a 5 cm Desktop \u0026amp; Lockable Storage\u003c\/h2\u003e\n\u003cdiv class=\"rm\"\u003e\n\u003cinput class=\"tog\" id=\"NexoLBZT092ReadMore\" type=\"checkbox\"\u003e\n\u003cdiv class=\"prev\"\u003e\n\u003cdiv class=\"fg\"\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"sturdy-frame-feature-walnut-desk-executive-desk-with-credenza-lbz-t092\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/sturdy-frame-feature-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1783317616\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDistinctive Fluted Executive Front\u003c\/h3\u003e\n\u003cp\u003eA full-width vertical fluted panel gives the desk an architectural front profile, while the walnut-look surface and integrated storage pedestal keep the overall appearance composed and business-ready.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eFluted Front\u003c\/span\u003e\u003cspan\u003eWalnut Finish\u003c\/span\u003e\u003cspan\u003eExecutive Profile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/drawer-storage-feature-walnut-desk-executive-desk-with-credenza-lbz-t092.png?v=1786086213\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSubstantial Strength and Presence\u003c\/h3\u003e\n\u003cp\u003eThe 5 cm-thick desktop delivers a solid work surface while giving the desk a confident executive presence.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e5 cm Desktop\u003c\/span\u003e\u003cspan\u003eSubstantial Edge\u003c\/span\u003e\u003cspan\u003eDaily Workspace\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"durable-material-feature-walnut-desk-executive-desk-with-credenza-lbz-t092\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/durable-material-feature-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1783317615\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSecure Storage Within Reach\u003c\/h3\u003e\n\u003cp\u003eThree drawers keep everyday essentials organized and close at hand, while the lock helps protect important documents and personal items.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eThree Drawers\u003c\/span\u003e\u003cspan\u003eLockable Storage\u003c\/span\u003e\u003cspan\u003eIntegrated Pedestal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"spacious-workspace-feature-walnut-desk-executive-desk-with-credenza-lbz-t092\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/spacious-workspace-feature-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1783317615\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLayered Walnut-Look Surface\u003c\/h3\u003e\n\u003cp\u003eThe layered surface construction pairs a walnut-look decorative finish with an engineered board core, creating a consistent wood-grain appearance across the desktop.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eWalnut Look\u003c\/span\u003e\u003cspan\u003eLayered Surface\u003c\/span\u003e\u003cspan\u003eEngineered Board\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\n\u003clabel class=\"btn show\" for=\"NexoLBZT092ReadMore\"\u003eRead More Details\u003c\/label\u003e \u003clabel class=\"btn hide\" for=\"NexoLBZT092ReadMore\"\u003eCollapse Details\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s box center\"\u003e\n\u003cdiv class=\"ey\"\u003eFinish \u0026amp; Configuration\u003c\/div\u003e\n\u003ch2\u003eStraight Executive Structure with Integrated Storage\u003c\/h2\u003e\n\u003cp\u003eThe desk uses a broad rectangular desktop, a full-height side support, a vertical fluted modesty panel, and an integrated drawer pedestal. The walnut finish keeps the structure visually unified while preserving legroom and direct access to desk storage.\u003c\/p\u003e\n\u003cdiv class=\"finish-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/product-structure-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1783317626\" alt=\"product-structure-walnut-desk-executive-desk-with-credenza-lbz-t092\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDimensions \u0026amp; Planning\u003c\/div\u003e\n\u003ch2\u003eProduct Dimensions \u0026amp; Space Planning\u003c\/h2\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eMeasure your office, reception area, doorway, hallway, elevator, stair turn, and final placement zone before ordering. For large commercial furniture, allow practical clearance for staff movement, chair pull-out, cabinet access, and cable routing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure\u003e\n\u003cfigcaption\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/desk-depth-dimensions-walnut-desk-executive-desk-with-credenza-lbz-t092_b410c17b-1e8e-41b2-b916-3aa4a768de8e.png?v=1786085146\" alt=\"\"\u003eExecutive desk dimension reference for checking overall length, depth, height, and receiving clearance.\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twocol\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSelected Size Range\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRange:\u003c\/strong\u003e 140 - 220 cm L x 60 - 80 cm W x 75 cm H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelected Dimensions:\u003c\/strong\u003e 140 cm L x 60 cm W x 75 cm H; 160 cm L x 80 cm W x 75 cm H; 180 cm L x 80 cm W x 75 cm H; 200 cm L x 80 cm W x 75 cm H; 220 cm L x 80 cm W x 75 cm H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Approx. 100 - 200 kg, depending on selected size\/configuration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePlanning Tips\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003eCheck the full receiving path before delivery.\u003c\/li\u003e\n\u003cli\u003eConfirm chair movement and working clearance around the desk.\u003c\/li\u003e\n\u003cli\u003ePlan integrated storage access and cable routing where applicable.\u003c\/li\u003e\n\u003cli\u003eFor larger sizes, arrange enough help for curbside receiving and placement preparation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eTechnical Details\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eExecutive Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMelamine-faced engineered board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish \/ Color\u003c\/th\u003e\n\u003ctd\u003eWalnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSelected Dimensions\u003c\/th\u003e\n\u003ctd\u003e140 cm L x 60 cm W x 75 cm H; 160 cm L x 80 cm W x 75 cm H; 180 cm L x 80 cm W x 75 cm H; 200 cm L x 80 cm W x 75 cm H; 220 cm L x 80 cm W x 75 cm H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n\u003ctd\u003eStraight executive desk with integrated storage pedestal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 100 - 200 kg, depending on selected size\/configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 200 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eAssembly required; two adults recommended.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Settings\u003c\/th\u003e\n\u003ctd\u003ePrivate executive offices, leadership workspaces, formal home offices, management suites, consulting offices, and professional study rooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eIn the Box\u003c\/div\u003e\n\u003ch2\u003ePackaging List\u003c\/h2\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eMain Desk Components\u003c\/h3\u003e\n\u003cp\u003eDesktop panels, side support, fluted modesty panel, integrated storage pedestal, and structural parts are included according to the selected desk size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eStorage \u0026amp; Hardware\u003c\/h3\u003e\n\u003cp\u003eDrawer fittings, lock components, connectors, standard fasteners, cable-access parts when applicable, and required assembly hardware are included according to the selected desk configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eInstruction Guide\u003c\/h3\u003e\n\u003cp\u003eAssembly instructions are included. Electronics, task lighting, and decor are not included unless clearly stated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s dark\"\u003e\n\u003cdiv class=\"ey\"\u003eDelivery Guidance\u003c\/div\u003e\n\u003ch2\u003eLarge-Furniture Delivery \u0026amp; Receiving Notes\u003c\/h2\u003e\n\u003cp\u003eKaguyasu coordinates large-furniture delivery through professional parcel and freight logistics. Depending on the selected size, destination, and package count, this product may ship in multiple cartons and may require freight appointment coordination.\u003c\/p\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDelivery method:\u003c\/strong\u003e Parcel or LTL freight may be used depending on final package size and routing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStandard service:\u003c\/strong\u003e Large-item freight delivery is typically curbside only unless an upgraded service is separately confirmed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage count:\u003c\/strong\u003e Multi-carton shipments may not always arrive on the same day.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReceiving preparation:\u003c\/strong\u003e Inspect carton condition, package count, labels, and visible damage before completing delivery acceptance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"s light\"\u003e\n\u003cdiv class=\"ey\"\u003eAssembly \u0026amp; Logistics\u003c\/div\u003e\n\u003ch2\u003eAssembly Guide \u0026amp; Split Shipping\u003c\/h2\u003e\n\u003cp\u003eThis product may arrive in multiple cartons to protect the desktop, side support, integrated storage pedestal, hardware, and finish surfaces during transit. Keep all packaging, labels, instruction sheets, and hardware bags until assembly and inspection are complete.\u003c\/p\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eAssembly Requirement\u003c\/h3\u003e\n\u003cp\u003eYes. Two adults are recommended for safer panel alignment, pedestal placement, and final leveling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eEstimated Setup Time\u003c\/h3\u003e\n\u003cp\u003eApprox. 60 - 120 minutes depending on size, package count, and assembly experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eDelivery Service\u003c\/h3\u003e\n\u003cp\u003eStandard large-furniture delivery is typically curbside only and does not include indoor placement, upstairs delivery, unpacking, or installation unless separately arranged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDaily Care\u003c\/div\u003e\n\u003ch2\u003eCare \u0026amp; Maintenance\u003c\/h2\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I clean the desk surface?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eWipe with a soft damp cloth, then dry immediately with a clean cloth. Avoid abrasive pads, standing water, bleach, ammonia, or harsh chemical cleaners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I protect the finish during daily use?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eUse desk mats or coasters under frequently moved items, avoid dragging equipment across the surface, and keep hot objects, sharp tools, and excessive moisture away from the finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow do I maintain long-term stability?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003ePlace the desk on a level surface, avoid overloading integrated storage, and periodically check visible fittings, hinges, handles, storage hardware, and cable-access areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s cta\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eBusiness \u0026amp; Bulk Order Support\u003c\/h2\u003e\n\u003cp\u003eFurnishing an executive office, manager office, private office, home workspace, or commercial workspace project? Kaguyasu can support bulk orders, configuration questions, finish coordination, size inquiries, and project-based quotation requests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/pages\/contact-us\"\u003eContact Us\u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eQuestions\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"rm faq-rm\"\u003e\n\u003cinput type=\"checkbox\" id=\"NexoLBZT092FAQ\" class=\"tog\"\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat professional spaces is this walnut executive desk best suited for?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThis desk is suitable for private executive offices, leadership workspaces, formal home offices, management suites, consulting offices, and professional study rooms that need a warm walnut finish and integrated desk storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I confirm the desk size and traffic flow before ordering?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eReview the selected desk dimensions, then measure the room, doorway, hallway, elevator, stair turns, chair movement area, storage access, and the full receiving path before delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat functional or storage features does this desk include?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThis desk includes a broad rectangular work surface, a vertical fluted front panel, an integrated three-drawer pedestal, lockable storage, and cable-access planning. Electrical devices are not included unless specifically stated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"faq-fade\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-extra\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eCan kaguyasu support B2B customization or bulk project needs?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eSelected size customization may be available subject to project review, quantity, and final confirmation. For bulk or project-based orders, share the product link, quantity, delivery ZIP code, preferred size, and project timeline with kaguyasu before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eDoes this product require assembly, and how many people are recommended?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. Two adults are recommended for safer panel alignment, pedestal placement, and final leveling. Setup time is approximately 60 - 120 minutes depending on size, package count, and assembly experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow will this large furniture order be delivered?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eDelivery method depends on package size, order destination, and carrier routing. Large furniture may ship by LTL freight and may arrive in multiple cartons. Standard freight service is typically curbside only and does not include indoor placement, upstairs delivery, unpacking, or assembly unless an upgraded service is separately confirmed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat should I do if parts are missing or the shipment arrives damaged?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eKeep all packaging, shipping labels, product labels, manuals, and hardware bags. Email \u003ca href=\"mailto:support@kaguyasu.co.uk\"\u003esupport@kaguyasu.co.uk\u003c\/a\u003e with your order number, packaging photos, carrier label photos, product label photos, photos of the affected part, the part number shown in the instruction manual, and the required quantity. For visible LTL freight damage, write \"DAMAGED\" on the Bill of Lading, delivery receipt, or Proof of Delivery, take clear photos, and contact \u003ca href=\"mailto:support@kaguyasu.co.uk\"\u003esupport@kaguyasu.co.uk\u003c\/a\u003e within 48 hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\u003clabel for=\"NexoLBZT092FAQ\" class=\"btn\"\u003e\u003cspan class=\"show\"\u003eRead More FAQs\u003c\/span\u003e\u003cspan class=\"hide\"\u003eShow Fewer FAQs\u003c\/span\u003e\u003c\/label\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Walnut \/ 140 cm L × 60 cm W × 75 cm H \/ Desk","offer_id":43421740662832,"sku":"LBZ-T092-01","price":535.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 160 cm L × 80 cm W × 75 cm H \/ Desk","offer_id":43421740695600,"sku":"LBZ-T092-02","price":575.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 180 cm L × 80 cm W × 75 cm H \/ Desk","offer_id":43421740728368,"sku":"LBZ-T092-03","price":605.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200 cm L × 80 cm W × 75 cm H \/ Desk","offer_id":43421740761136,"sku":"LBZ-T092-04","price":645.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 220 cm L × 80 cm W × 75 cm H \/ Desk","offer_id":43421740793904,"sku":"LBZ-T092-05","price":674.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 80 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740826672,"sku":"LBZ-T092-gz-01","price":694.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 120 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740859440,"sku":"LBZ-T092-gz-02","price":734.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 160 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740892208,"sku":"LBZ-T092-gz-03","price":873.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740924976,"sku":"LBZ-T092-gz-04","price":1082.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740957744,"sku":"LBZ-T092-gz-05","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 280 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421740990512,"sku":"LBZ-T092-gz-06","price":1469.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 320 cm L × 40 cm W × 200 cm H \/ Cabinet","offer_id":43421741023280,"sku":"LBZ-T092-gz-07","price":1598.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/three-scene-walnut-desk-executive-desk-with-credenza-lbz-t092.jpg?v=1784538623"},{"product_id":"conference-table-rectangle-hyz-021","title":"Rectangular Conference Table - 12-Seat Wooden Desk","description":"\u003cstyle\u003e .nxp{--g:#375542;--t:#0F1E17;--m:#565656;--b:#dfe6de;--bg:#f6f8f4;--cream:#F5F2EA;max-width:1080px;margin:42px auto 0!important;padding:0 16px;color:var(--t);font-family:inherit;line-height:1.62;text-align:left} .nxp *{box-sizing:border-box}.nxp img{max-width:100%;height:auto;display:block}.nxp h2,.nxp h3,.nxp p{margin-top:0}.nxp h2{margin-bottom:16px;color:var(--t);font-size:clamp(24px,3vw,34px);line-height:1.22;font-weight:700;letter-spacing:-.02em}.nxp h3{margin-bottom:10px;color:var(--g);font-size:clamp(18px,2vw,23px);line-height:1.28;font-weight:700}.nxp p{margin-bottom:12px;color:var(--m);font-size:15px}.nxp strong{color:var(--t);font-weight:700}.nxp a{color:var(--g);font-weight:700}.s{margin-bottom:58px}.ey{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ey:before{content:\"\";width:26px;height:2px;background:var(--g)} .hl{padding:26px;border:1px solid var(--b);border-left:6px solid var(--g);border-radius:16px;background:linear-gradient(135deg,var(--bg),#fff)}.hl h2{margin-bottom:18px;color:var(--g);font-size:16px;letter-spacing:.08em;text-transform:uppercase}.hg{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hi{padding:16px 14px;border:1px solid #e2e8de;border-radius:14px;background:#fff}.hi span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-bottom:10px;border-radius:50%;background:var(--g);color:#fff;font-size:13px;font-weight:700}.hi p{margin:0;font-size:13.5px;line-height:1.45} .hero{overflow:hidden;border:1px solid var(--b);border-radius:20px;background:var(--bg)}.hero-img{aspect-ratio:16\/9;overflow:hidden;background:#eef2eb}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-copy{display:grid;grid-template-columns:1fr .75fr;gap:28px;align-items:center;padding:28px;background:#fff}.hero-copy h2{margin-bottom:12px;color:var(--g)}.hero-note{padding:20px;border-radius:16px;background:var(--g)}.hero-note p{margin:0;color:#fff;font-size:14px} .rm{position:relative}.tog{display:none}.prev{position:relative;max-height:980px;overflow:hidden;transition:max-height .45s ease}.prev:after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(#ffffff00,#fff);pointer-events:none}.tog:checked~.prev{max-height:2600px;overflow:visible}.tog:checked~.prev:after{display:none}.act{margin-top:18px;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 24px;border:1px solid var(--g);border-radius:999px;background:#fff;color:var(--g);cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.btn:hover{background:var(--g);color:#fff}.hide{display:none}.tog:checked~.act .show{display:none}.tog:checked~.act .hide{display:inline-flex} .fg{display:grid;gap:20px}.fc{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:24px;border:1px solid var(--b);border-radius:18px;background:#fff}.fc:nth-child(even) .fm{order:2}.fm{overflow:hidden;border-radius:14px;background:var(--bg)}.tag{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tag span{padding:6px 10px;border-radius:999px;background:#f1f4ee;color:var(--g);font-size:12px;font-weight:700} .box{padding:30px;border:1px solid var(--b);border-radius:18px;background:var(--bg)}.center{text-align:center}.center p{max-width:760px;margin-left:auto;margin-right:auto}.finish-img{max-width:860px;margin:24px auto 0;overflow:hidden;border-radius:14px;background:#fff}.intro{max-width:820px;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:18px}.gallery figure{margin:0;overflow:hidden;border:1px solid var(--b);border-radius:16px;background:#fff}.gallery figcaption{padding:10px 14px;border-top:1px solid var(--b);color:#666;font-size:13px} .twocol{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;margin-top:18px}.card{padding:20px;border:1px solid var(--b);border-radius:16px;background:#fff}.card p:last-child{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.list{margin:12px 0 0;padding:0;list-style:none}.list li{position:relative;margin-bottom:9px;padding-left:24px;color:var(--m);font-size:14px;line-height:1.5}.list li:before{content:\"•\";position:absolute;left:0;top:0;color:var(--g);font-weight:800} .tbl{overflow-x:auto;border:1px solid var(--b);border-radius:16px;background:#fff}.tbl table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{padding:13px 16px;border-bottom:1px solid var(--b);vertical-align:top;text-align:left}.tbl tr:last-child th,.tbl tr:last-child td{border-bottom:0}.tbl th{width:34%;background:var(--bg);color:var(--g);font-weight:700}.tbl td{color:var(--t)} .dark{padding:28px;border-radius:18px;background:var(--g)}.dark h2,.dark h3,.dark p,.dark li,.dark strong,.dark .ey{color:#fff}.dark .ey:before{background:#fff}.dark .list li:before{color:#fff}.light{padding:28px;border:1px solid var(--b);border-radius:18px;background:var(--bg)} .qa{display:grid;gap:8px}.qa details{overflow:hidden;border:1px solid var(--b);border-radius:12px;background:#fff}.qa summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;cursor:pointer;list-style:none;user-select:none}.qa summary::-webkit-details-marker{display:none}.qa summary h3{margin:0;color:var(--t);font-size:14px}.qa summary:after{content:\"+\";flex:0 0 auto;color:var(--g);font-size:20px;line-height:1}.qa details[open] summary:after{content:\"-\"}.qa div{padding:0 16px 14px}.qa p{margin:0;font-size:13.8px;line-height:1.55}.qa a{color:var(--g);font-weight:700} .cta{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:28px;border-radius:18px;background:var(--g)}.cta h2,.cta p{color:#fff}.cta p{margin:0}.cta a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 22px;border-radius:999px;background:#fff;color:var(--g)!important;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap} @media(max-width:920px){.hg{grid-template-columns:repeat(2,1fr)}.hero-copy,.fc,.twocol,.cards,.cta{grid-template-columns:1fr}.fc:nth-child(even) .fm{order:0}.cta a{width:100%}} @media(max-width:640px){.nxp{margin-top:28px!important;padding:0 12px;line-height:1.52}.s{margin-bottom:38px}.nxp h2{font-size:22px;margin-bottom:10px}.nxp h3{font-size:17px}.nxp p{font-size:14px;line-height:1.5}.ey{margin-bottom:8px;font-size:11px;letter-spacing:.12em}.hl{padding:18px;border-radius:14px}.hl h2{margin-bottom:12px;font-size:14px}.hg{grid-template-columns:1fr;gap:8px}.hi{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;padding:12px;border-radius:12px}.hi span{margin:0}.hi p{font-size:13px}.hero{border-radius:16px}.hero-img{aspect-ratio:16\/9}.hero-copy{padding:18px;gap:14px}.hero-note{padding:14px;border-radius:12px}.hero-note p{font-size:13px}.prev{max-height:720px}.prev:after{height:96px}.fg{gap:14px}.fc{gap:14px;padding:14px;border-radius:14px}.fm{border-radius:12px}.tag{display:none}.btn{width:100%;min-height:40px;font-size:12px}.box,.light,.dark,.cta{padding:18px;border-radius:15px}.gallery{grid-template-columns:1fr;gap:12px}.gallery figcaption{padding:8px 12px;font-size:12.5px}.card{padding:15px;border-radius:13px}.list li{margin-bottom:7px;font-size:13.5px}.tbl table{min-width:0;font-size:13.2px}.tbl table,.tbl tbody,.tbl tr,.tbl th,.tbl td{display:block;width:100%}.tbl tr{border-bottom:1px solid var(--b)}.tbl tr:last-child{border-bottom:0}.tbl th,.tbl td{border-bottom:0;padding:9px 12px}.tbl th{padding-bottom:3px}.tbl td{padding-top:3px}.qa summary{padding:11px 13px}.qa summary h3{font-size:13.5px}.qa div{padding:0 13px 12px}.qa p{font-size:13px}} .faq-rm .faq-extra{display:grid;gap:8px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .48s ease,opacity .3s ease,transform .3s ease}.faq-rm .faq-fade{height:42px;margin-top:-34px;background:linear-gradient(180deg,#ffffff00,#fff);pointer-events:none}.faq-rm .tog:checked~.qa .faq-extra{max-height:900px;opacity:1;transform:translateY(0)}.faq-rm .tog:checked~.qa .faq-fade{display:none}.faq-rm .hide{display:none}.faq-rm .tog:checked~.act .show{display:none}.faq-rm .tog:checked~.act .hide{display:inline-flex} .faq-rm .qa .faq-extra,.faq-rm .qa .faq-fade{padding:0!important}.faq-rm .qa .faq-extra details{width:100%} \u003c\/style\u003e\n\u003cdiv class=\"nxp\"\u003e\n\u003csection class=\"s hl\"\u003e\n\u003ch2\u003eKey Highlights\u003c\/h2\u003e\n\u003cdiv class=\"hg\"\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eTwo-Tone Boardroom Look:\u003c\/strong\u003e Mixed tabletop finishes and rounded end sections create a more distinctive conference-room presence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eBuilt-In Cable Access:\u003c\/strong\u003e Cable covers help route meeting-room cords through the tabletop instead of across the work surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eMultiple Color Choices:\u003c\/strong\u003e Desk variants include White + Gray, Black, Natural, and Dark Walnut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLarge Size Range:\u003c\/strong\u003e Desk sizes support compact meeting rooms through larger boardroom layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e5\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003e2.3 cm Tabletop:\u003c\/strong\u003e The layered board detail supports a more substantial daily-use meeting surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s hero\"\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/detail-banner-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1783580917\" alt=\"detail-banner-rectangular-conference-table-12-seat-wooden-desk-hyz-021\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ey\"\u003eKaguyasu Conference Tables\u003c\/div\u003e\n\u003ch2\u003eRectangular Conference Table for Boardrooms \u0026amp; Team Meetings\u003c\/h2\u003e\n\u003cp\u003eThis rectangular conference table is designed for boardrooms, client meeting rooms, executive meeting spaces, and team collaboration areas that need a long, organized table surface. With mixed tabletop finishes, center cable access, rounded end sections, and multiple table-size choices, it works well for professional meetings where presentation and room planning both matter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-note\"\u003e\n\u003cp\u003eDesigned for buyers who want a boardroom-ready conference table with clear size options, cable access, and practical receiving expectations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eProduct Features\u003c\/div\u003e\n\u003ch2\u003eBuilt for Cable Management, 2.3 cm Tabletop Support \u0026amp; Layered Board Construction\u003c\/h2\u003e\n\u003cdiv class=\"rm\"\u003e\n\u003cinput class=\"tog\" id=\"NexoHYZ021ReadMore\" type=\"checkbox\"\u003e\n\u003cdiv class=\"prev\"\u003e\n\u003cdiv class=\"fg\"\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/selling-point-front-view-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1783580920\" alt=\"selling-point-front-view-rectangular-conference-table-12-seat-wooden-desk-hyz-021\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eClean Cable Management for Meeting Devices\u003c\/h3\u003e\n\u003cp\u003eBuilt-in cable covers help route laptop chargers, conference-phone cords, and presentation connections through the tabletop, keeping the shared meeting surface more organized.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eCable Management\u003c\/span\u003e\u003cspan\u003eMeeting Devices\u003c\/span\u003e\u003cspan\u003eOrganized Surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/Rectangular_Conference_Table_-_12-Seat_Wooden_Desk_-_product_image.png?v=1786070637\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e2.3 cm Tabletop for Daily Meeting Use\u003c\/h3\u003e\n\u003cp\u003eThe 2.3 cm-thick tabletop profile gives the conference surface a more substantial feel for documents, laptops, notebooks, and presentation tools while maintaining a clean boardroom look.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e2.3 cm Top\u003c\/span\u003e\u003cspan\u003eMeeting Surface\u003c\/span\u003e\u003cspan\u003eBoardroom Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/selling-point-side-view-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1783580920\" alt=\"selling-point-side-view-rectangular-conference-table-12-seat-wooden-desk-hyz-021\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLayered Board Structure for a Finished Surface\u003c\/h3\u003e\n\u003cp\u003eThe protective surface layer, decorative layer, and core board construction help create a practical tabletop with a finished appearance for professional meeting rooms.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eLayered Structure\u003c\/span\u003e\u003cspan\u003eProtective Surface\u003c\/span\u003e\u003cspan\u003eProfessional Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\n\u003clabel class=\"btn show\" for=\"NexoHYZ021ReadMore\"\u003eRead More Details\u003c\/label\u003e \u003clabel class=\"btn hide\" for=\"NexoHYZ021ReadMore\"\u003eCollapse Details\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s box center\"\u003e\n\u003cdiv class=\"ey\"\u003eFinish \u0026amp; Configuration\u003c\/div\u003e\n\u003ch2\u003eLong Rectangular Table Layout with Center Cable Access\u003c\/h2\u003e\n\u003cp\u003eThe structure reference presents a long rectangular meeting table with a center cable-access zone, rounded end sections, and slim support placement. Review the layout before ordering to confirm seating clearance, cable access, and room flow.\u003c\/p\u003e\n\u003cdiv class=\"finish-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/structure-display-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1783580923\" alt=\"structure-display-rectangular-conference-table-12-seat-wooden-desk-hyz-021\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s box center\"\u003e\n\u003cdiv class=\"ey\"\u003eProduct Variants\u003c\/div\u003e\n\u003ch2\u003eAvailable Product Variants\u003c\/h2\u003e\n\u003cp\u003eAvailable options include color and size variants for the desk only. Please review the available variant images and confirm the selected color, size, and configuration before ordering.\u003c\/p\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/all-variant-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1783580925\" alt=\"all-variant-rectangular-conference-table-12-seat-wooden-desk-hyz-021\"\u003e\n\u003cfigcaption\u003eVariant reference for available conference table colors and sizes.\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDimensions \u0026amp; Planning\u003c\/div\u003e\n\u003ch2\u003eProduct Dimensions \u0026amp; Space Planning\u003c\/h2\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eMeasure your office, reception area, doorway, hallway, elevator, stair turn, and final placement zone before ordering. For large commercial furniture, allow practical clearance for staff movement, chair pull-out, cabinet access, and cable routing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure\u003e\n\u003cfigcaption\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/size-reference-rectangular-conference-table-12-seat-wooden-desk-hyz-021_2.png?v=1786072076\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/size-reference-rectangular-conference-table-12-seat-wooden-desk-hyz-021.png?v=1786072076\" alt=\"\"\u003e\u003cbr\u003eConference table dimension reference for checking total length, width, height, seating clearance, cable access, and receiving access.\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twocol\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSelected Size Range\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRange:\u003c\/strong\u003e 160 - 350 cm L x 80 - 140 cm W x 75 cm H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelected Dimensions:\u003c\/strong\u003e 160 cm L x 80 cm W x 75 cm H; 180 cm L x 90 cm W x 75 cm H; 200 cm L x 100 cm W x 75 cm H; 220 cm L x 110 cm W x 75 cm H; 240 cm L x 120 cm W x 75 cm H; 280 cm L x 120 cm W x 75 cm H; 300 cm L x 140 cm W x 75 cm H; 350 cm L x 140 cm W x 75 cm H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Approx. 100 - 250 kg, depending on selected size\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePlanning Tips\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003eConfirm the full receiving path before delivery, including doors, elevators, corridors, and stair turns.\u003c\/li\u003e\n\u003cli\u003eLeave enough clearance around the table for seating, chair pull-out, presentation equipment, and daily circulation.\u003c\/li\u003e\n\u003cli\u003ePlan cable routing and device placement before choosing the final room position.\u003c\/li\u003e\n\u003cli\u003eFor larger sizes, prepare enough receiving help for curbside delivery and placement planning.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eTechnical Details\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eConference table\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\"\u003eFinish \/ Color Options\u003c\/th\u003e\n\u003ctd\u003eWhite + Gray; Black; Natural; Dark Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSelected Dimensions\u003c\/th\u003e\n\u003ctd\u003e160 cm L x 80 cm W x 75 cm H; 180 cm L x 90 cm W x 75 cm H; 200 cm L x 100 cm W x 75 cm H; 220 cm L x 110 cm W x 75 cm H; 240 cm L x 120 cm W x 75 cm H; 280 cm L x 120 cm W x 75 cm H; 300 cm L x 140 cm W x 75 cm H; 350 cm L x 140 cm W x 75 cm H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 100 - 250 kg, depending on selected size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFrame \/ Support\u003c\/th\u003e\n\u003ctd\u003eSlim support legs for long rectangular meeting-table layouts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eBuilt-in cable access helps organize cords for laptops, chargers, conference phones, and presentation equipment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eAssembly required; two or more adults are recommended for larger sizes.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Settings\u003c\/th\u003e\n\u003ctd\u003eConference rooms, boardrooms, executive meeting spaces, team discussion rooms, and client meeting areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eIn the Box\u003c\/div\u003e\n\u003ch2\u003ePackaging List\u003c\/h2\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eMain Table Components\u003c\/h3\u003e\n\u003cp\u003eTabletop sections, support frame parts, legs, and structural components are included according to the selected size and configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eAssembly Hardware\u003c\/h3\u003e\n\u003cp\u003eConnectors, screws, fittings, cable-access components where applicable, and required installation hardware are included according to the product configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eInstruction Guide\u003c\/h3\u003e\n\u003cp\u003eAssembly instructions are included. Room seating, laptops, monitors, conference phones, décor, and display accessories are not included unless clearly stated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s dark\"\u003e\n\u003cdiv class=\"ey\"\u003eDelivery Guidance\u003c\/div\u003e\n\u003ch2\u003eLarge-Furniture Delivery \u0026amp; Receiving Notes\u003c\/h2\u003e\n\u003cp\u003eKaguyasu coordinates delivery for professional office furniture orders through parcel, freight, or LTL carriers depending on item size, package count, destination, and carrier availability. Standard large-item delivery is typically curbside only unless an upgraded service is separately confirmed.\u003c\/p\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage planning:\u003c\/strong\u003e Large furniture may ship in multiple boxes, and packages may not always arrive on the same day.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReceiving preparation:\u003c\/strong\u003e Confirm building access, unloading area, elevator or hallway clearance, and available receiving personnel before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCurbside note:\u003c\/strong\u003e Standard freight delivery usually does not include indoor moving, upstairs delivery, unpacking, assembly, or packaging removal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDamage documentation:\u003c\/strong\u003e Inspect cartons, labels, pallets, and visible product areas before signing whenever possible.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"s light\"\u003e\n\u003cdiv class=\"ey\"\u003eAssembly \u0026amp; Logistics\u003c\/div\u003e\n\u003ch2\u003eAssembly Guide \u0026amp; Split Shipping\u003c\/h2\u003e\n\u003cp\u003eThis rectangular conference table may ship in multiple cartons to protect the tabletop sections, cable-access parts, legs, and hardware.\u003c\/p\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eAssembly Requirement\u003c\/h3\u003e\n\u003cp\u003eYes. Two or more adults are recommended for handling, alignment, and safer setup on larger sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eEstimated Setup Time\u003c\/h3\u003e\n\u003cp\u003eApprox. 45 - 150 minutes, depending on selected size, workspace conditions, package count, and assembly experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eDelivery Service\u003c\/h3\u003e\n\u003cp\u003eLarge furniture delivery is typically curbside only and does not include indoor placement, upstairs delivery, unpacking, or professional installation unless separately arranged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDaily Care\u003c\/div\u003e\n\u003ch2\u003eCare \u0026amp; Maintenance\u003c\/h2\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I clean the tabletop after meetings?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eWipe the surface with a soft damp cloth, then dry it with a clean towel. Avoid abrasive cleaners, harsh chemicals, and standing water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow can I protect the conference table surface?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eUse coasters, desk pads, or mats under hot drinks, laptops, projectors, and equipment to reduce heat marks, scratches, and pressure wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat routine checks are recommended?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003ePeriodically check leg connections, cable access points, and table alignment, especially after moving the table or reconfiguring the meeting room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s cta\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eBusiness \u0026amp; Bulk Order Support\u003c\/h2\u003e\n\u003cp\u003eFurnishing boardrooms, training rooms, modular conference spaces, project rooms, or corporate office layouts? Kaguyasu can support bulk orders, custom color and size inquiries, expandable layout planning, configuration questions, and project-based quotation requests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/pages\/contact-us\"\u003eContact Us\u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eQuestions\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"rm faq-rm\"\u003e\n\u003cinput class=\"tog\" id=\"NexoHYZ021FAQ\" type=\"checkbox\"\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat spaces is this rectangular conference table suitable for?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eIt is suitable for conference rooms, boardrooms, executive meeting spaces, team discussion rooms, client meeting areas, and collaborative office environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow do I confirm the right color and size?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eReview the available table variants for color and size, then measure the room, seating clearance, walking space, and full delivery path before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat does this detail focus on?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThis detail is written for the conference table only, with variant information filtered to the table's colors and sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"faq-fade\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-extra\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eCan this product support bulk or custom project needs?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eSelected project orders may support review. Share the product link, quantity, delivery ZIP code, preferred finish, and timeline with kaguyasu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eDoes this product require assembly?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. Assembly is required, and two or more adults are recommended for larger sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow will this item ship?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eDepending on size, destination, and carrier routing, this item may ship by parcel service or LTL freight and may arrive in multiple packages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat should I do if parts are missing or damaged?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eTake clear photos of packaging, shipping labels, affected parts, and visible damage, then contact support@kaguyasu.com with order and part details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\u003clabel class=\"btn\" for=\"NexoHYZ021FAQ\"\u003e\u003cspan class=\"show\"\u003eRead More FAQs\u003c\/span\u003e\u003cspan class=\"hide\"\u003eShow Fewer FAQs\u003c\/span\u003e\u003c\/label\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Desk \/ White + Gray \/ L 160 × W 80 × H 75 cm","offer_id":43421743808560,"sku":"HYZ-021-1","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 160 × W 80 × H 75 cm","offer_id":43421743841328,"sku":"HYZ-021-2","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 160 × W 80 × H 75 cm","offer_id":43421743874096,"sku":"HYZ-021-3","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 160 × W 80 × H 75 cm","offer_id":43421743906864,"sku":"HYZ-021-4","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 180 × W 90 × H 75 cm","offer_id":43421743939632,"sku":"HYZ-021-5","price":539.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 180 × W 90 × H 75 cm","offer_id":43421743972400,"sku":"HYZ-021-6","price":539.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 180 × W 90 × H 75 cm","offer_id":43421744005168,"sku":"HYZ-021-7","price":539.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 180 × W 90 × H 75 cm","offer_id":43421744037936,"sku":"HYZ-021-8","price":539.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 200 × W 100 × H 75 cm","offer_id":43421744070704,"sku":"HYZ-021-9","price":569.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 200 × W 100 × H 75 cm","offer_id":43421744103472,"sku":"HYZ-021-10","price":569.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 200 × W 100 × H 75 cm","offer_id":43421744136240,"sku":"HYZ-021-11","price":569.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 200 × W 100 × H 75 cm","offer_id":43421744169008,"sku":"HYZ-021-12","price":569.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 220 × W 110 × H 75 cm","offer_id":43421744201776,"sku":"HYZ-021-13","price":619.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 220 × W 110 × H 75 cm","offer_id":43421744234544,"sku":"HYZ-021-14","price":619.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 220 × W 110 × H 75 cm","offer_id":43421744267312,"sku":"HYZ-021-15","price":619.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 220 × W 110 × H 75 cm","offer_id":43421744300080,"sku":"HYZ-021-16","price":619.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 240 × W 120 × H 75 cm","offer_id":43421744332848,"sku":"HYZ-021-17","price":679.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 240 × W 120 × H 75 cm","offer_id":43421744365616,"sku":"HYZ-021-18","price":679.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 240 × W 120 × H 75 cm","offer_id":43421744398384,"sku":"HYZ-021-19","price":679.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 240 × W 120 × H 75 cm","offer_id":43421744431152,"sku":"HYZ-021-20","price":679.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 280 × W 120 × H 75 cm","offer_id":43421744463920,"sku":"HYZ-021-21","price":719.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 280 × W 120 × H 75 cm","offer_id":43421744496688,"sku":"HYZ-021-22","price":719.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 280 × W 120 × H 75 cm","offer_id":43421744529456,"sku":"HYZ-021-23","price":719.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 280 × W 120 × H 75 cm","offer_id":43421744562224,"sku":"HYZ-021-24","price":719.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 300 × W 140 × H 75 cm","offer_id":43421744594992,"sku":"HYZ-021-25","price":779.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 300 × W 140 × H 75 cm","offer_id":43421744627760,"sku":"HYZ-021-26","price":779.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 300 × W 140 × H 75 cm","offer_id":43421744660528,"sku":"HYZ-021-27","price":779.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 300 × W 140 × H 75 cm","offer_id":43421744693296,"sku":"HYZ-021-28","price":779.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ White + Gray \/ L 350 × W 140 × H 75 cm","offer_id":43421744726064,"sku":"HYZ-021-29","price":839.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Black \/ L 350 × W 140 × H 75 cm","offer_id":43421744758832,"sku":"HYZ-021-30","price":839.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Natural \/ L 350 × W 140 × H 75 cm","offer_id":43421744791600,"sku":"HYZ-021-31","price":839.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Dark Walnut \/ L 350 × W 140 × H 75 cm","offer_id":43421744824368,"sku":"HYZ-021-32","price":839.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Black \/ L 48 × W 48 × H 96 cm","offer_id":43421744857136,"sku":"HYZ-021-yz-01","price":139.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/scene-display-rectangular-conference-table-12-seat-wooden-desk-hyz-021.jpg?v=1784538636"}],"url":"https:\/\/kaguyasu.co.uk\/collections\/shipped-fully-assembled.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}