{"product_id":"reception-counter-for-sale-desk-jdt-k105","title":"Reception Counter for Sale | Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Reception Style:\u003c\/b\u003e A reception counter for sale with a creative, contemporary look for boutiques, education centres, salons, and workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly E1 Panel Core:\u003c\/b\u003e Thickened synthetic panels provide strong commercial durability and reliable load-bearing performance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWelcoming LED Illumination:\u003c\/b\u003e Built-in LED lighting helps create a bright, professional, and memorable entrance for visitors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Curved Design:\u003c\/b\u003e The natural large arc profile helps reduce sharp-corner contact in busy lobby and service counter areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Front Desk Storage:\u003c\/b\u003e Lockable drawers, quiet hinges, and smooth rails help organise business essentials while supporting efficient daily reception work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7241\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Reception Counter Desk with LED Lighting\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_9.jpg?v=1778756273\" alt=\"Modern reception counter for sale with LED lighting and curved design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your lobby with a stylish reception desk designed for modern commercial spaces. This reception counter combines thickened E1-grade synthetic panels, integrated LED lighting, a natural large arc design, secure lockable drawers, quiet hinges, smooth rails, and multiple size options for a professional and organised front desk experience.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_3.jpg?v=1778756269\" alt=\"Reception desk for boutiques education centres and modern workspaces\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_8.jpg?v=1778756272\" alt=\"Thickened E1 grade synthetic wood panels for reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened E1 Grade Synthetic Panels\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium E1-grade synthetic panels, this reception counter desk offers dependable strength for daily commercial use. The sturdy structure supports busy lobbies, service desks, training centres, boutiques, and modern office entrances.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_7.jpg?v=1778756272\" alt=\"Reception desk with integrated LED lighting for ambient lobby atmosphere\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated LED Lighting\u003c\/h3\u003e\n          \u003cp\u003eBuilt-in LED light strips create a bright and welcoming reception atmosphere. The illuminated front detail helps your entrance look more professional and leaves a stronger first impression on visitors, clients, and guests.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_6.jpg?v=1778756272\" alt=\"Curved arc reception counter design for safer commercial lobby use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNatural Large Arc Design\u003c\/h3\u003e\n          \u003cp\u003eThe elegant curved arc profile blends visual softness with practical workplace safety. It helps reduce accidental collisions from sharp edges, making the counter suitable for high-traffic reception areas and family-facing commercial spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_11.jpg?v=1778756270\" alt=\"Reception desk with secure lockable drawers for business privacy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Lockable Drawers\u003c\/h3\u003e\n          \u003cp\u003eKeep daily essentials, business documents, stationery, and small valuables more organised and secure. The lockable drawer design supports front desk privacy and helps staff maintain a cleaner working area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_12.jpg?v=1778756272\" alt=\"Premium quiet hinges and smooth rails for reception counter storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eQuiet Hinges and Smooth Rails\u003c\/h3\u003e\n          \u003cp\u003eHigh-quality hinges and smooth rails support quieter, more convenient daily operations. Drawers and cabinets open more easily, helping staff work efficiently during check-in, service, payment, and consultation tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_2.jpg?v=1778756267\" alt=\"Reception counter desk colour options for commercial lobbies\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eType Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_17.jpg?v=1778756273\" alt=\"Reception counter type options and layout configurations\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eReception Counter for Sale \/ Reception Desk \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSynthetic panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n              \u003ctd\u003eThickened E1-grade synthetic panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100¡§C200kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL160.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L180.3 ?¨¢ W61.0 ?¨¢ H99.1cm, L200.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L221.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L238.8 ?¨¢ W61.0 ?¨¢ H99.1cm, L259.1 ?¨¢ W61.0 ?¨¢ H99.1cm, L279.4 ?¨¢ W61.0 ?¨¢ H99.1cm, L299.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L320.0 ?¨¢ W61.0 ?¨¢ H99.1cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eIntegrated LED lighting for a bright ambient reception effect\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eSecure lockable drawers with quiet hinges and smooth rails\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eNatural large arc design to help reduce sharp-corner contact\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, early education centres, salons, clinics, studios, retail service counters, office lobbies, and modern workspaces\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_5.jpg?v=1778756265\" alt=\"Reception counter desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLED Notice:\u003c\/b\u003e LED lighting may require nearby power access. Lighting effect, plug type, and electrical compatibility may vary by destination and selected configuration.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e For customised orders, please confirm size, colour, type, layout, and measurement details before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, panel texture, lighting tone, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for reception counter, front desk, and commercial fit-out orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm counter length, staff seating space, customer-facing side, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check nearby power access and safe cable routing for LED lighting before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, cabinet opening clearance, staff workflow, and daily storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, education centres, salons, clinics, studios, retail counters, and office reception areas.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this reception counter include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The reception counter includes integrated LED lighting designed to create a bright and welcoming front desk atmosphere. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare sufficient installation space, suitable tools, and a clear route before setup.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the reception counter be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customisation is available. Please confirm the required size, colour, type, layout, and other specifications before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected counter size, doorway width, lift access, stair clearance, seating layout, LED power access, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT7241\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7241\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082417995824,"sku":"JDT-7241-01","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418028592,"sku":"JDT-7241-02","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418061360,"sku":"JDT-7241-03","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418094128,"sku":"JDT-7241-04","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418126896,"sku":"JDT-7241-05","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418159664,"sku":"JDT-7241-06","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418192432,"sku":"JDT-7241-07","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418225200,"sku":"JDT-7241-08","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418257968,"sku":"JDT-7241-09","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418290736,"sku":"JDT-7241-010","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418323504,"sku":"JDT-7241-011","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418356272,"sku":"JDT-7241-012","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418389040,"sku":"JDT-7241-013","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418421808,"sku":"JDT-7241-014","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418454576,"sku":"JDT-7241-015","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418487344,"sku":"JDT-7241-016","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418520112,"sku":"JDT-7241-017","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418552880,"sku":"JDT-7241-018","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418585648,"sku":"JDT-7241-019","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418618416,"sku":"JDT-7241-020","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418651184,"sku":"JDT-7241-021","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418683952,"sku":"JDT-7241-022","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418716720,"sku":"JDT-7241-023","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418749488,"sku":"JDT-7241-024","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418782256,"sku":"JDT-7241-025","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418815024,"sku":"JDT-7241-026","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418847792,"sku":"JDT-7241-027","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418880560,"sku":"JDT-7241-028","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418913328,"sku":"JDT-7241-029","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418946096,"sku":"JDT-7241-030","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418978864,"sku":"JDT-7241-031","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419011632,"sku":"JDT-7241-032","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419044400,"sku":"JDT-7241-033","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419077168,"sku":"JDT-7241-034","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419109936,"sku":"JDT-7241-035","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419142704,"sku":"JDT-7241-036","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419175472,"sku":"JDT-7241-037","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419208240,"sku":"JDT-7241-038","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419241008,"sku":"JDT-7241-039","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419273776,"sku":"JDT-7241-040","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419306544,"sku":"JDT-7241-041","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419339312,"sku":"JDT-7241-042","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419372080,"sku":"JDT-7241-043","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419404848,"sku":"JDT-7241-044","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419437616,"sku":"JDT-7241-045","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419470384,"sku":"JDT-7241-046","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419503152,"sku":"JDT-7241-047","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419535920,"sku":"JDT-7241-048","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419568688,"sku":"JDT-7241-049","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419601456,"sku":"JDT-7241-050","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419634224,"sku":"JDT-7241-051","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419666992,"sku":"JDT-7241-052","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419699760,"sku":"JDT-7241-053","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419732528,"sku":"JDT-7241-054","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419765296,"sku":"JDT-7241-055","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419798064,"sku":"JDT-7241-056","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419830832,"sku":"JDT-7241-057","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419863600,"sku":"JDT-7241-058","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419896368,"sku":"JDT-7241-059","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419929136,"sku":"JDT-7241-060","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419961904,"sku":"JDT-7241-061","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419994672,"sku":"JDT-7241-062","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082420027440,"sku":"JDT-7241-063","price":2754.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_main_images_8.jpg?v=1778756260","url":"https:\/\/kaguyasu.co.uk\/products\/reception-counter-for-sale-desk-jdt-k105","provider":"Kaguyasu-EU","version":"1.0","type":"link"}