{"product_id":"small-reception-desk-counter-jdt-737","title":"Small Reception Polka Dots Front Desk Counter | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Elegance:\u003c\/b\u003e A small reception desk designed for boutiques, salons, studios, clinics, and compact commercial lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Gloss Finish:\u003c\/b\u003e Premium baking paint creates a smooth, dust-resistant, easy-to-clean surface with a modern polished look.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Brand Panel:\u003c\/b\u003e The front panel can display a business logo, helping reinforce your brand identity at first glance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Reception Storage:\u003c\/b\u003e A functional small reception counter with organised compartments for daily front desk efficiency.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eRounded Safety Corners:\u003c\/b\u003e Softened corners help reduce sharp-edge contact in busy customer-facing areas while keeping a clean modern profile.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT737\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSmall Reception Polka Dots Front Desk Counter\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_1.jpg?v=1778722998\" alt=\"Small reception polka dots front desk counter for boutiques and studios\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBlend modern fashion with minimalist lines using this compact front desk counter. Designed for stylish boutiques, creative studios, salons, offices, and small reception areas, it combines a high-gloss painted finish, practical internal storage, rounded safety corners, custom logo display support, and versatile style and colour options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-detailed_images.webp?v=1778724945\" alt=\"High gloss baking paint finish on small reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium High-Gloss Baking Paint Finish\u003c\/h3\u003e\n          \u003cp\u003eThe smooth painted surface is designed to resist dust and clean easily, making daily maintenance simpler for busy reception areas. Its glossy appearance gives the small reception desk a modern, polished, and luxurious look.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_6.jpg?v=1778722905\" alt=\"Small reception counter with organised internal storage compartments\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Storage for Daily Reception Work\u003c\/h3\u003e\n          \u003cp\u003eConvenient internal storage compartments help keep stationery, documents, small devices, and front desk supplies within easy reach. The layout supports a cleaner counter surface and more efficient daily workflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_5.jpg?v=1778666742\" alt=\"Rounded corners on small reception front desk counter for safer use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThoughtful Rounded Corners for Safety\u003c\/h3\u003e\n          \u003cp\u003eThe softened corner design helps reduce sharp-edge contact and accidental bumps in high-traffic commercial spaces. It keeps the front desk safer for staff, visitors, and customers while maintaining a clean modern shape.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_6.jpg?v=1778666742\" alt=\"Custom logo display on small reception desk front panel\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustomisable Brand Logo Panel\u003c\/h3\u003e\n          \u003cp\u003eThe front panel can display a custom business logo, helping your reception counter become part of the brand experience. It is especially useful for salons, boutiques, studios, clinics, and customer-facing service spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_5.jpg?v=1778722876\" alt=\"Small salon reception desk for compact commercial interiors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Small Salon Reception Design\u003c\/h3\u003e\n          \u003cp\u003eThe compact footprint works well in modern offices, beauty studios, boutiques, small salons, and creative reception corners. Its clean profile helps elevate the room without taking up unnecessary floor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_4.jpg?v=1778723007\" alt=\"Small reception desk style options for front desk counter layout\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_2.jpg?v=1778723004\" alt=\"Small reception counter colour options for commercial interiors\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eSmall Reception Desk \/ Polka Dots Front Desk Counter \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eMinimalist compact reception counter with modern high-gloss front design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003ePremium high-gloss baking paint finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eInternal storage compartments for daily reception supplies and office essentials\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eRounded corners for smoother contact in high-traffic areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBranding\u003c\/th\u003e\n              \u003ctd\u003eCustomisable front panel for business logo display\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eOptions\u003c\/th\u003e\n              \u003ctd\u003eStyle and colour options available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, salons, studios, clinics, offices, beauty spaces, creative shops, and small commercial lobbies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_7_7e17f71a-53e9-406f-a171-f10f484cf286.jpg?v=1778723008\" alt=\"Small reception desk front desk counter dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLogo Customisation Notice:\u003c\/b\u003e For custom logo display, please confirm logo file quality, placement, colour, and size requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, gloss level, surface texture, and front panel appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check the desk dimensions, doorway width, stair clearance, lift access, and final reception placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for small reception desk and commercial front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk dimensions, customer-facing side, staff seating space, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBranding Planning:\u003c\/b\u003e Confirm logo file, front panel position, brand colour, and display requirements before custom production.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review internal storage needs, drawer access, staff workflow, and cable route before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, salons, studios, clinics, small offices, and compact service reception areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the glossy surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and abrasive cleaners.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this reception desk suitable for small spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The compact footprint is suitable for boutiques, salons, studios, clinics, offices, and small commercial reception corners.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I add my business logo to the front panel?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The front panel supports custom logo display. Please confirm logo file quality, size, colour, and placement requirements before production.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the high-gloss surface easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The high-gloss baking paint surface is smooth and dust-resistant, making daily cleaning easier with a soft dry or slightly damp cloth.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the desk dimensions, doorway width, lift access, stair clearance, staff seating space, logo requirements, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT737\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT737\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Orange+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256191680560,"sku":"JDT-737-01","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256191713328,"sku":"JDT-737-07","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256191746096,"sku":"JDT-737-13","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256191778864,"sku":"JDT-737-19","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256191811632,"sku":"JDT-737-25","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256191844400,"sku":"JDT-737-31","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256191877168,"sku":"JDT-737-37","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256191909936,"sku":"JDT-737-43","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256191942704,"sku":"JDT-737-49","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256191975472,"sku":"JDT-737-55","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192008240,"sku":"JDT-737-61","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192041008,"sku":"JDT-737-67","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192073776,"sku":"JDT-737-02","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192106544,"sku":"JDT-737-08","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192139312,"sku":"JDT-737-14","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192172080,"sku":"JDT-737-20","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192204848,"sku":"JDT-737-26","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192237616,"sku":"JDT-737-32","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192270384,"sku":"JDT-737-38","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192303152,"sku":"JDT-737-44","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192335920,"sku":"JDT-737-50","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192368688,"sku":"JDT-737-56","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192401456,"sku":"JDT-737-62","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192434224,"sku":"JDT-737-68","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192466992,"sku":"JDT-737-03","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192499760,"sku":"JDT-737-09","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192532528,"sku":"JDT-737-15","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192565296,"sku":"JDT-737-21","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192598064,"sku":"JDT-737-27","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192630832,"sku":"JDT-737-33","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192663600,"sku":"JDT-737-39","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192696368,"sku":"JDT-737-45","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192729136,"sku":"JDT-737-51","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192761904,"sku":"JDT-737-57","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192794672,"sku":"JDT-737-63","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192827440,"sku":"JDT-737-69","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192860208,"sku":"JDT-737-04","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192892976,"sku":"JDT-737-10","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192925744,"sku":"JDT-737-16","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192958512,"sku":"JDT-737-22","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192991280,"sku":"JDT-737-28","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193024048,"sku":"JDT-737-34","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193056816,"sku":"JDT-737-40","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193089584,"sku":"JDT-737-46","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193122352,"sku":"JDT-737-52","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193155120,"sku":"JDT-737-58","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193187888,"sku":"JDT-737-64","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193220656,"sku":"JDT-737-70","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193253424,"sku":"JDT-737-05","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193286192,"sku":"JDT-737-11","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193318960,"sku":"JDT-737-17","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193351728,"sku":"JDT-737-23","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193384496,"sku":"JDT-737-29","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193417264,"sku":"JDT-737-35","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193450032,"sku":"JDT-737-41","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193482800,"sku":"JDT-737-47","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193515568,"sku":"JDT-737-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193548336,"sku":"JDT-737-59","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193581104,"sku":"JDT-737-65","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193613872,"sku":"JDT-737-71","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193646640,"sku":"JDT-737-06","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193679408,"sku":"JDT-737-12","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193712176,"sku":"JDT-737-18","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193744944,"sku":"JDT-737-24","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193777712,"sku":"JDT-737-30","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193810480,"sku":"JDT-737-36","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193843248,"sku":"JDT-737-42","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193876016,"sku":"JDT-737-48","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193908784,"sku":"JDT-737-54","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193941552,"sku":"JDT-737-60","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193974320,"sku":"JDT-737-66","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194007088,"sku":"JDT-737-72","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256194039856,"sku":"JDT-737-73","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256194072624,"sku":"JDT-737-74","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256194105392,"sku":"JDT-737-75","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256194138160,"sku":"JDT-737-76","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256194170928,"sku":"JDT-737-77","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256194203696,"sku":"JDT-737-78","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256194236464,"sku":"JDT-737-79","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256194269232,"sku":"JDT-737-80","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256194302000,"sku":"JDT-737-81","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256194334768,"sku":"JDT-737-82","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256194367536,"sku":"JDT-737-83","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194400304,"sku":"JDT-737-84","price":2876.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-main_images_34.webp?v=1778665887","url":"https:\/\/kaguyasu.co.uk\/products\/small-reception-desk-counter-jdt-737","provider":"Kaguyasu-EU","version":"1.0","type":"link"}