{"title":"L-Shaped Reception Desks","description":"","products":[{"product_id":"modern-office-reception-desk-jdt-1094","title":"Modern Office Reception Desk | Color-Blocked Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 35px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 35px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 22000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: grid;\n    gap: 12px;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n    background: #fff;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n    background: var(--k-bg-light);\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n        \u003cb\u003ePremium First Impression:\u003c\/b\u003e A marble-look modern reception desk with elegant colour blocking for lobbies, salons, hotels, and front office areas.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eLED Reception Atmosphere:\u003c\/b\u003e Integrated lighting creates a brighter, more inviting reception point for guests, clients, and visitors.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eDual-Layer Privacy Counter:\u003c\/b\u003e The elevated front counter helps protect staff privacy while maintaining a professional guest-facing surface.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eOrganised Storage Layout:\u003c\/b\u003e Lockable drawers, cabinets, and keyboard tray support tidy, secure, and efficient daily reception work.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eVersatile Commercial Use:\u003c\/b\u003e Suitable for salon reception desks, hotel front desks, office counters, clinic welcome desks, and commercial lobby centrepieces.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT1094\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Colour-Blocked Reception Desk for Premium Front Offices\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_1.jpg?v=1778668378\" alt=\"Colour-blocked modern reception desk with LED front panel\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eMake a refined first impression with this modern office reception desk. Designed for lobbies, salons, hotels, clinics, offices, and commercial front desk areas, it combines a marble-look veneer, colour-blocked styling, LED lighting, dual-layer privacy counter, lockable storage, cabinets, and a keyboard tray for a polished and efficient reception workspace.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_23.jpg?v=1778668309\" alt=\"Premium panel construction for office reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Eco-Friendly Panels\u003c\/h3\u003e\n          \u003cp\u003eBuilt with high-quality sustainable panels for daily commercial use, this reception desk supports a safer, cleaner front office environment while maintaining reliable durability for busy reception operations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_2.webp?v=1779262234\" alt=\"Heat and fade resistant marble-look reception counter surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMarble-Look Veneer Finish\u003c\/h3\u003e\n          \u003cp\u003eThe marble-look veneer adds a sophisticated touch to the front desk. Its polished visual effect helps the reception area feel more premium, clean, and welcoming for visitors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_1.webp?v=1779262234\" alt=\"Dual-layer privacy counter on modern office reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual-Layer Counter for Staff Privacy\u003c\/h3\u003e\n          \u003cp\u003eThe elevated counter layer provides a clear guest-facing surface while helping shield daily staff work from view. It supports both professional presentation and private back-counter tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_4.jpg?v=1778668378\" alt=\"Lockable drawers cabinets and keyboard tray for reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLockable Storage and Keyboard Tray\u003c\/h3\u003e\n          \u003cp\u003eLockable drawers, cabinets, and a keyboard tray help keep paperwork, POS tools, stationery, and daily reception items organised, secure, and easy to reach throughout the day.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_3.jpg?v=1778668378\" alt=\"Modern reception desk for salon hotel and office lobby use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Commercial Front Desk Use\u003c\/h3\u003e\n          \u003cp\u003eThis colour-blocked reception desk works well as a salon reception desk, hotel front desk, office reception counter, clinic welcome desk, or commercial lobby centrepiece.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094-detailed_images_22.jpg?v=1778668309\" alt=\"Modern colour-blocked reception desk colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eModern Office Reception Desk \/ Colour-Blocked Reception Desk \/ LED Reception Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSurface Style\u003c\/th\u003e\n              \u003ctd\u003eMarble-look veneer with colour-blocked front design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eLED reception desk design for a brighter guest-facing area\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Detail\u003c\/th\u003e\n              \u003ctd\u003eHigh-quality eco-friendly commercial panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eDual-layer elevated counter for staff privacy and guest-facing service\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers, cabinets, spacious compartments, and keyboard tray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eColour options shown in product image\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_detailed_images_5.jpg?v=1778668378\" alt=\"Modern colour-blocked reception desk dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, lobby layout, staff working direction, visitor flow, doorway width, lift access, stair clearance, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, marble-look texture, LED appearance, veneer tone, and panel finish may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e Confirm keyboard tray, drawer, cabinet, POS equipment, and cable placement needs before finalising your reception layout.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe surfaces gently with a soft dry or slightly damp cloth. Avoid sharp objects, abrasive cleaners, standing water, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for modern office reception desk and colour-blocked reception desk orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cb\u003eInstallation Planning:\u003c\/b\u003e Assembly or installation requirements should be confirmed before ordering. Please prepare suitable tools, enough setup time, and a clear installation area.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eLobby Layout Check:\u003c\/b\u003e Confirm reception desk size, visitor traffic flow, doorway width, lift access, stair clearance, staff clearance, and final placement area before purchase.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eElectrical Planning:\u003c\/b\u003e For LED and workstation use, check nearby power access, cable routing, POS equipment, computer placement, and wire length before installation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for salons, hotel lobbies, office reception areas, clinics, corporate front desks, and commercial visitor spaces.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the counter away from sharp edges, standing water, excessive heat, and prolonged sunlight.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this reception desk suitable for salons and hotels?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The design is suitable for salons, hotels, office lobbies, clinics, commercial front desks, and corporate reception areas.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this modern reception desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product content describes lockable drawers, cabinets, spacious compartments, and a keyboard tray for organised reception work.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The old content describes it as an LED reception desk designed to create a more inviting atmosphere.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm desk dimensions, lobby layout, visitor traffic flow, doorway width, lift access, stair clearance, power access, storage needs, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT1094\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT1094\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White Marble Pattern + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218800688,"sku":"JDT-1094-08","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219128368,"sku":"JDT-1094-09","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219456048,"sku":"JDT-1094-10","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219783728,"sku":"JDT-1094-11","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220111408,"sku":"JDT-1094-12","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220439088,"sku":"JDT-1094-13","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220766768,"sku":"JDT-1094-14","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Natural ood \/ Customization Options","offer_id":43011221094448,"sku":"JDT-1094-71","price":320.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011218833456,"sku":"JDT-1094-15","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219161136,"sku":"JDT-1094-16","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219488816,"sku":"JDT-1094-17","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011219816496,"sku":"JDT-1094-18","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220144176,"sku":"JDT-1094-19","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220471856,"sku":"JDT-1094-20","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220799536,"sku":"JDT-1094-21","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011218866224,"sku":"JDT-1094-22","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219193904,"sku":"JDT-1094-23","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219521584,"sku":"JDT-1094-24","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011219849264,"sku":"JDT-1094-25","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220176944,"sku":"JDT-1094-26","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220504624,"sku":"JDT-1094-27","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White-Grey Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220832304,"sku":"JDT-1094-28","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218898992,"sku":"JDT-1094-01","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219226672,"sku":"JDT-1094-02","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219554352,"sku":"JDT-1094-03","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219882032,"sku":"JDT-1094-04","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220209712,"sku":"JDT-1094-05","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220537392,"sku":"JDT-1094-06","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220865072,"sku":"JDT-1094-07","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 79cm x 61cm x 99cm","offer_id":43011218931760,"sku":"JDT-1094-29","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219259440,"sku":"JDT-1094-30","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219587120,"sku":"JDT-1094-31","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 239cm x 61cm x 99cm","offer_id":43011219914800,"sku":"JDT-1094-32","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220242480,"sku":"JDT-1094-33","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220570160,"sku":"JDT-1094-34","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ 399cm x 61cm x 99cm","offer_id":43011220897840,"sku":"JDT-1094-35","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 79cm x 61cm x 99cm","offer_id":43011218964528,"sku":"JDT-1094-36","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219292208,"sku":"JDT-1094-37","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219619888,"sku":"JDT-1094-38","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 239cm x 61cm x 99cm","offer_id":43011219947568,"sku":"JDT-1094-39","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220275248,"sku":"JDT-1094-40","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220602928,"sku":"JDT-1094-41","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + Gray \/ 399cm x 61cm x 99cm","offer_id":43011220930608,"sku":"JDT-1094-42","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 79cm x 61cm x 99cm","offer_id":43011218997296,"sku":"JDT-1094-43","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 119cm x 61cm x 99cm","offer_id":43011219324976,"sku":"JDT-1094-44","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 201cm x 61cm x 99cm","offer_id":43011219652656,"sku":"JDT-1094-45","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 239cm x 61cm x 99cm","offer_id":43011219980336,"sku":"JDT-1094-46","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 279cm x 61cm x 99cm","offer_id":43011220308016,"sku":"JDT-1094-47","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 361cm x 61cm x 99cm","offer_id":43011220635696,"sku":"JDT-1094-48","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Natural ood \/ 399cm x 61cm x 99cm","offer_id":43011220963376,"sku":"JDT-1094-49","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 79cm x 61cm x 99cm","offer_id":43011219030064,"sku":"JDT-1094-50","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 119cm x 61cm x 99cm","offer_id":43011219357744,"sku":"JDT-1094-51","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 201cm x 61cm x 99cm","offer_id":43011219685424,"sku":"JDT-1094-52","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 239cm x 61cm x 99cm","offer_id":43011220013104,"sku":"JDT-1094-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 279cm x 61cm x 99cm","offer_id":43011220340784,"sku":"JDT-1094-54","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 361cm x 61cm x 99cm","offer_id":43011220668464,"sku":"JDT-1094-55","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Coffee \/ 399cm x 61cm x 99cm","offer_id":43011220996144,"sku":"JDT-1094-56","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 79cm x 61cm x 99cm","offer_id":43011219062832,"sku":"JDT-1094-57","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 119cm x 61cm x 99cm","offer_id":43011219390512,"sku":"JDT-1094-58","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 201cm x 61cm x 99cm","offer_id":43011219718192,"sku":"JDT-1094-59","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 239cm x 61cm x 99cm","offer_id":43011220045872,"sku":"JDT-1094-60","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 279cm x 61cm x 99cm","offer_id":43011220373552,"sku":"JDT-1094-61","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 361cm x 61cm x 99cm","offer_id":43011220701232,"sku":"JDT-1094-62","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Marble Pattern + Gray \/ 399cm x 61cm x 99cm","offer_id":43011221028912,"sku":"JDT-1094-63","price":3675.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 79cm x 61cm x 99cm","offer_id":43011219095600,"sku":"JDT-1094-64","price":1201.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 119cm x 61cm x 99cm","offer_id":43011219423280,"sku":"JDT-1094-65","price":1601.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 201cm x 61cm x 99cm","offer_id":43011219750960,"sku":"JDT-1094-66","price":2401.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 239cm x 61cm x 99cm","offer_id":43011220078640,"sku":"JDT-1094-67","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 279cm x 61cm x 99cm","offer_id":43011220406320,"sku":"JDT-1094-68","price":2724.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 361cm x 61cm x 99cm","offer_id":43011220734000,"sku":"JDT-1094-69","price":3092.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble Pattern + White \/ 399cm x 61cm x 99cm","offer_id":43011221061680,"sku":"JDT-1094-70","price":3675.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_reception_desk_color-blocked_reception_desk_kaguyasuJDT-1094_main_images.jpg?v=1778721035"},{"product_id":"salon-office-reception-desk-jdt-k094","title":"Salon Reception Desk | Office Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-reception-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_8.webp?v=1778726698\");\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-reception-colour-card {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 300%;\n    background-repeat: no-repeat;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-reception-colour-1 { background-position: 0% 0%; }\n  .kagu-reception-colour-2 { background-position: 100% 0%; }\n  .kagu-reception-colour-3 { background-position: 0% 50%; }\n  .kagu-reception-colour-4 { background-position: 100% 50%; }\n  .kagu-reception-colour-5 { background-position: 0% 100%; }\n  .kagu-reception-colour-6 { background-position: 100% 100%; }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-reception-colour-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSleek Arc L-Shaped Design:\u003c\/b\u003e A modern reception desk with a refined pure-colour finish for salons, offices, boutiques, and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Board Build:\u003c\/b\u003e Commercial-grade high-density board supports daily front desk use in high-traffic reception areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eLockable Reception Storage:\u003c\/b\u003e Lockable drawers and cabinets help protect business documents, supplies, and private essentials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Colour and size customisation are available for tailored salon reception desk and office reception desk layouts.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Counter Delivery:\u003c\/b\u003e Assembly is not required, making it practical for salons, boutiques, clinics, offices, spas, and commercial reception projects.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTK094\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSalon Reception Desk for Modern Office and Commercial Spaces\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_5.jpg?v=1778750053\" alt=\"Modern salon reception desk with arc L-shaped office reception design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eWelcome guests with a polished reception counter designed for beauty salons, offices, clothing stores, boutiques, clinics, and modern commercial spaces. This arc L-shaped reception desk combines high-density board, a smooth baking-paint finish, a spacious desktop, polished arc corners, lockable storage, and customisable size and colour options for professional front desk layouts.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_9.webp?v=1778726624\" alt=\"High density board material for salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from high-density board, this office reception desk is designed for daily commercial use. The moisture-resistant and scratch-resistant surface helps maintain a clean, professional look in busy reception areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_6.webp?v=1778726669\" alt=\"Spacious desktop on modern office reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop for Daily Service\u003c\/h3\u003e\n          \u003cp\u003eThe clean, ergonomic desktop provides practical room for computers, payment devices, appointment books, documents, and guest service essentials. It supports smoother daily operations and more comfortable customer interactions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-K094_04_24d76ea5-f294-4d4a-aa0a-c7e890cc822f.jpg?v=1732073684\" alt=\"Polished arc corners on salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePolished Arc Corners\u003c\/h3\u003e\n          \u003cp\u003eThe rounded arc corners help reduce sharp-edge contact in busy front desk environments. The smooth painted finish adds a refined visual detail while improving everyday safety for staff and visitors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_2.jpg?v=1778750048\" alt=\"Lockable storage drawers and cabinets on reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLockable Reception Counter Storage\u003c\/h3\u003e\n          \u003cp\u003eLockable drawers and cabinets help keep documents, supplies, payment items, and personal belongings organised and protected. This storage layout supports business privacy while keeping the reception area neat.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-reception-colour-grid\" aria-label=\"Salon reception desk colour options\"\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-1\" role=\"img\" aria-label=\"Salon reception desk colour option 1\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-2\" role=\"img\" aria-label=\"Salon reception desk colour option 2\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-3\" role=\"img\" aria-label=\"Salon reception desk colour option 3\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-4\" role=\"img\" aria-label=\"Salon reception desk colour option 4\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-5\" role=\"img\" aria-label=\"Salon reception desk colour option 5\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-6\" role=\"img\" aria-label=\"Salon reception desk colour option 6\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eSalon Reception Desk \/ Office Reception Desk \/ Modern Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 77¡§C202kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL100 ?¨¢ W60\/120 ?¨¢ H100cm, L120 ?¨¢ W60\/120 ?¨¢ H100cm, L140 ?¨¢ W60\/120 ?¨¢ H100cm, L160 ?¨¢ W60\/120 ?¨¢ H100cm, L180 ?¨¢ W60\/120 ?¨¢ H100cm, L200 ?¨¢ W60\/120 ?¨¢ H100cm, L220 ?¨¢ W60\/120 ?¨¢ H100cm, L240 ?¨¢ W60\/120 ?¨¢ H100cm, L260 ?¨¢ W60\/120 ?¨¢ H100cm, L280 ?¨¢ W60\/120 ?¨¢ H100cm, L300 ?¨¢ W60\/120 ?¨¢ H100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eWith corner, without corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003eSmooth baking-paint finish with pure-colour appearance\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers and cabinets for organised front desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBeauty salons, office lobbies, boutiques, clothing stores, clinics, spas, showrooms, commercial reception areas, and service counters\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_4.jpg?v=1778750049\" alt=\"Salon reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and size customisation may be available. Please confirm all measurements, layout direction, corner style, and finish requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, painted surface, board texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for salon reception desk and office reception counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a large finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected size, corner style, staff seating area, customer-facing side, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review lockable drawer access, cabinet clearance, document storage, payment area, and daily front desk workflow before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for salons, boutiques, clinics, offices, studios, spas, and commercial fit-outs requiring colour or size customisation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this salon reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished reception counter, please confirm doorway width, lift access, stair clearance, and placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this office reception desk be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation may be available. Please confirm all required measurements, layout direction, corner style, and finish details before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the reception counter include lockable storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes lockable drawers and cabinets to help organise reception supplies and protect business essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm selected size, corner style, colour, doorway width, lift access, stair clearance, staff seating space, customer-facing side, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDTK094\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTK094\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ With Corner \/ L120*W120*H100cm","offer_id":42944264306736,"sku":"JDT-K094-17","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L140*W120*H100cm","offer_id":42944264339504,"sku":"JDT-K094-18","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L160*W120*H100cm","offer_id":42944264372272,"sku":"JDT-K094-19","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L180*W120*H100cm","offer_id":42944264405040,"sku":"JDT-K094-20","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L200*W120*H100cm","offer_id":42944264437808,"sku":"JDT-K094-21","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L220*W120*H100cm","offer_id":42944264470576,"sku":"JDT-K094-22","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L240*W120*H100cm","offer_id":42944264503344,"sku":"JDT-K094-23","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L260*W120*H100cm","offer_id":42944264536112,"sku":"JDT-K094-24","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L120*W60*H100cm","offer_id":42944264568880,"sku":"JDT-K094-25","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L140*W60*H100cm","offer_id":42944264601648,"sku":"JDT-K094-26","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L160*W60*H100cm","offer_id":42944264634416,"sku":"JDT-K094-27","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L180*W60*H100cm","offer_id":42944264667184,"sku":"JDT-K094-28","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L200*W60*H100cm","offer_id":42944264699952,"sku":"JDT-K094-29","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L220*W60*H100cm","offer_id":42944264732720,"sku":"JDT-K094-30","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L240*W60*H100cm","offer_id":42944264765488,"sku":"JDT-K094-31","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L260*W60*H100cm","offer_id":42944264798256,"sku":"JDT-K094-32","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L120*W120*H100cm","offer_id":42944264831024,"sku":"JDT-K094-01","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L140*W120*H100cm","offer_id":42944264863792,"sku":"JDT-K094-02","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L160*W120*H100cm","offer_id":42944264896560,"sku":"JDT-K094-03","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L180*W120*H100cm","offer_id":42944264929328,"sku":"JDT-K094-04","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L200*W120*H100cm","offer_id":42944264962096,"sku":"JDT-K094-05","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L220*W120*H100cm","offer_id":42944264994864,"sku":"JDT-K094-06","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L240*W120*H100cm","offer_id":42944265027632,"sku":"JDT-K094-07","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L260*W120*H100cm","offer_id":42944265060400,"sku":"JDT-K094-08","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265093168,"sku":"JDT-K094-09","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265125936,"sku":"JDT-K094-10","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265158704,"sku":"JDT-K094-11","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265191472,"sku":"JDT-K094-12","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265224240,"sku":"JDT-K094-13","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265257008,"sku":"JDT-K094-14","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265289776,"sku":"JDT-K094-15","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265322544,"sku":"JDT-K094-16","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L120*W120*H100cm","offer_id":42944265355312,"sku":"JDT-K094-33","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L140*W120*H100cm","offer_id":42944265388080,"sku":"JDT-K094-34","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L160*W120*H100cm","offer_id":42944265420848,"sku":"JDT-K094-35","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L180*W120*H100cm","offer_id":42944265453616,"sku":"JDT-K094-36","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L200*W120*H100cm","offer_id":42944265486384,"sku":"JDT-K094-37","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L220*W120*H100cm","offer_id":42944265519152,"sku":"JDT-K094-38","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L240*W120*H100cm","offer_id":42944265551920,"sku":"JDT-K094-39","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L260*W120*H100cm","offer_id":42944265584688,"sku":"JDT-K094-40","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265617456,"sku":"JDT-K094-41","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265650224,"sku":"JDT-K094-42","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265682992,"sku":"JDT-K094-43","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265715760,"sku":"JDT-K094-44","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265748528,"sku":"JDT-K094-45","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265781296,"sku":"JDT-K094-46","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265814064,"sku":"JDT-K094-47","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265846832,"sku":"JDT-K094-48","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L120*W120*H100cm","offer_id":42944265879600,"sku":"JDT-K094-49","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L140*W120*H100cm","offer_id":42944265912368,"sku":"JDT-K094-50","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L160*W120*H100cm","offer_id":42944265945136,"sku":"JDT-K094-51","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L180*W120*H100cm","offer_id":42944265977904,"sku":"JDT-K094-52","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L200*W120*H100cm","offer_id":42944266010672,"sku":"JDT-K094-53","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L220*W120*H100cm","offer_id":42944266043440,"sku":"JDT-K094-54","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L240*W120*H100cm","offer_id":42944266076208,"sku":"JDT-K094-55","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L260*W120*H100cm","offer_id":42944266108976,"sku":"JDT-K094-56","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266141744,"sku":"JDT-K094-57","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266174512,"sku":"JDT-K094-58","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266207280,"sku":"JDT-K094-59","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266240048,"sku":"JDT-K094-60","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266272816,"sku":"JDT-K094-61","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266305584,"sku":"JDT-K094-62","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266338352,"sku":"JDT-K094-63","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266371120,"sku":"JDT-K094-64","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L120*W120*H100cm","offer_id":42944266403888,"sku":"JDT-K094-65","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L140*W120*H100cm","offer_id":42944266436656,"sku":"JDT-K094-66","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L160*W120*H100cm","offer_id":42944266469424,"sku":"JDT-K094-67","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L180*W120*H100cm","offer_id":42944266502192,"sku":"JDT-K094-68","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L200*W120*H100cm","offer_id":42944266534960,"sku":"JDT-K094-69","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L220*W120*H100cm","offer_id":42944266567728,"sku":"JDT-K094-70","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L240*W120*H100cm","offer_id":42944266600496,"sku":"JDT-K094-71","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L260*W120*H100cm","offer_id":42944266633264,"sku":"JDT-K094-72","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266666032,"sku":"JDT-K094-73","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266698800,"sku":"JDT-K094-74","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266731568,"sku":"JDT-K094-75","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266764336,"sku":"JDT-K094-76","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266797104,"sku":"JDT-K094-77","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266829872,"sku":"JDT-K094-78","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266862640,"sku":"JDT-K094-79","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266895408,"sku":"JDT-K094-80","price":1783.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_main_images_2.jpg?v=1778750053"},{"product_id":"small-reception-desk-counter-jdt-737","title":"Small Reception Polka Dots Front Desk Counter | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Elegance:\u003c\/b\u003e A small reception desk designed for boutiques, salons, studios, clinics, and compact commercial lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Gloss Finish:\u003c\/b\u003e Premium baking paint creates a smooth, dust-resistant, easy-to-clean surface with a modern polished look.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Brand Panel:\u003c\/b\u003e The front panel can display a business logo, helping reinforce your brand identity at first glance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Reception Storage:\u003c\/b\u003e A functional small reception counter with organised compartments for daily front desk efficiency.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eRounded Safety Corners:\u003c\/b\u003e Softened corners help reduce sharp-edge contact in busy customer-facing areas while keeping a clean modern profile.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT737\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSmall Reception Polka Dots Front Desk Counter\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_1.jpg?v=1778722998\" alt=\"Small reception polka dots front desk counter for boutiques and studios\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBlend modern fashion with minimalist lines using this compact front desk counter. Designed for stylish boutiques, creative studios, salons, offices, and small reception areas, it combines a high-gloss painted finish, practical internal storage, rounded safety corners, custom logo display support, and versatile style and colour options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-detailed_images.webp?v=1778724945\" alt=\"High gloss baking paint finish on small reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium High-Gloss Baking Paint Finish\u003c\/h3\u003e\n          \u003cp\u003eThe smooth painted surface is designed to resist dust and clean easily, making daily maintenance simpler for busy reception areas. Its glossy appearance gives the small reception desk a modern, polished, and luxurious look.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_6.jpg?v=1778722905\" alt=\"Small reception counter with organised internal storage compartments\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Storage for Daily Reception Work\u003c\/h3\u003e\n          \u003cp\u003eConvenient internal storage compartments help keep stationery, documents, small devices, and front desk supplies within easy reach. The layout supports a cleaner counter surface and more efficient daily workflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_5.jpg?v=1778666742\" alt=\"Rounded corners on small reception front desk counter for safer use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThoughtful Rounded Corners for Safety\u003c\/h3\u003e\n          \u003cp\u003eThe softened corner design helps reduce sharp-edge contact and accidental bumps in high-traffic commercial spaces. It keeps the front desk safer for staff, visitors, and customers while maintaining a clean modern shape.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_main_images_6.jpg?v=1778666742\" alt=\"Custom logo display on small reception desk front panel\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustomisable Brand Logo Panel\u003c\/h3\u003e\n          \u003cp\u003eThe front panel can display a custom business logo, helping your reception counter become part of the brand experience. It is especially useful for salons, boutiques, studios, clinics, and customer-facing service spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_5.jpg?v=1778722876\" alt=\"Small salon reception desk for compact commercial interiors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Small Salon Reception Design\u003c\/h3\u003e\n          \u003cp\u003eThe compact footprint works well in modern offices, beauty studios, boutiques, small salons, and creative reception corners. Its clean profile helps elevate the room without taking up unnecessary floor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_4.jpg?v=1778723007\" alt=\"Small reception desk style options for front desk counter layout\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_2.jpg?v=1778723004\" alt=\"Small reception counter colour options for commercial interiors\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eSmall Reception Desk \/ Polka Dots Front Desk Counter \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eMinimalist compact reception counter with modern high-gloss front design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003ePremium high-gloss baking paint finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eInternal storage compartments for daily reception supplies and office essentials\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eRounded corners for smoother contact in high-traffic areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBranding\u003c\/th\u003e\n              \u003ctd\u003eCustomisable front panel for business logo display\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eOptions\u003c\/th\u003e\n              \u003ctd\u003eStyle and colour options available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, salons, studios, clinics, offices, beauty spaces, creative shops, and small commercial lobbies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737_detailed_images_7_7e17f71a-53e9-406f-a171-f10f484cf286.jpg?v=1778723008\" alt=\"Small reception desk front desk counter dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLogo Customisation Notice:\u003c\/b\u003e For custom logo display, please confirm logo file quality, placement, colour, and size requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, gloss level, surface texture, and front panel appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check the desk dimensions, doorway width, stair clearance, lift access, and final reception placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for small reception desk and commercial front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk dimensions, customer-facing side, staff seating space, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBranding Planning:\u003c\/b\u003e Confirm logo file, front panel position, brand colour, and display requirements before custom production.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review internal storage needs, drawer access, staff workflow, and cable route before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, salons, studios, clinics, small offices, and compact service reception areas.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the glossy surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and abrasive cleaners.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this reception desk suitable for small spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The compact footprint is suitable for boutiques, salons, studios, clinics, offices, and small commercial reception corners.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I add my business logo to the front panel?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The front panel supports custom logo display. Please confirm logo file quality, size, colour, and placement requirements before production.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the high-gloss surface easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The high-gloss baking paint surface is smooth and dust-resistant, making daily cleaning easier with a soft dry or slightly damp cloth.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the desk dimensions, doorway width, lift access, stair clearance, staff seating space, logo requirements, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT737\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT737\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Orange+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256191680560,"sku":"JDT-737-01","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256191713328,"sku":"JDT-737-07","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256191746096,"sku":"JDT-737-13","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256191778864,"sku":"JDT-737-19","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256191811632,"sku":"JDT-737-25","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256191844400,"sku":"JDT-737-31","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256191877168,"sku":"JDT-737-37","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256191909936,"sku":"JDT-737-43","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256191942704,"sku":"JDT-737-49","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256191975472,"sku":"JDT-737-55","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192008240,"sku":"JDT-737-61","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192041008,"sku":"JDT-737-67","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192073776,"sku":"JDT-737-02","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192106544,"sku":"JDT-737-08","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192139312,"sku":"JDT-737-14","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192172080,"sku":"JDT-737-20","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192204848,"sku":"JDT-737-26","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192237616,"sku":"JDT-737-32","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192270384,"sku":"JDT-737-38","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192303152,"sku":"JDT-737-44","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192335920,"sku":"JDT-737-50","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192368688,"sku":"JDT-737-56","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192401456,"sku":"JDT-737-62","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Orange+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192434224,"sku":"JDT-737-68","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192466992,"sku":"JDT-737-03","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192499760,"sku":"JDT-737-09","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192532528,"sku":"JDT-737-15","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192565296,"sku":"JDT-737-21","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192598064,"sku":"JDT-737-27","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256192630832,"sku":"JDT-737-33","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256192663600,"sku":"JDT-737-39","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256192696368,"sku":"JDT-737-45","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256192729136,"sku":"JDT-737-51","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256192761904,"sku":"JDT-737-57","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256192794672,"sku":"JDT-737-63","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256192827440,"sku":"JDT-737-69","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256192860208,"sku":"JDT-737-04","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256192892976,"sku":"JDT-737-10","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256192925744,"sku":"JDT-737-16","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256192958512,"sku":"JDT-737-22","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256192991280,"sku":"JDT-737-28","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193024048,"sku":"JDT-737-34","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193056816,"sku":"JDT-737-40","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193089584,"sku":"JDT-737-46","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193122352,"sku":"JDT-737-52","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193155120,"sku":"JDT-737-58","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193187888,"sku":"JDT-737-64","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Ice Blue+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193220656,"sku":"JDT-737-70","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193253424,"sku":"JDT-737-05","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193286192,"sku":"JDT-737-11","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193318960,"sku":"JDT-737-17","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193351728,"sku":"JDT-737-23","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193384496,"sku":"JDT-737-29","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193417264,"sku":"JDT-737-35","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193450032,"sku":"JDT-737-41","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193482800,"sku":"JDT-737-47","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193515568,"sku":"JDT-737-53","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193548336,"sku":"JDT-737-59","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193581104,"sku":"JDT-737-65","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Right Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256193613872,"sku":"JDT-737-71","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256193646640,"sku":"JDT-737-06","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256193679408,"sku":"JDT-737-12","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256193712176,"sku":"JDT-737-18","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256193744944,"sku":"JDT-737-24","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256193777712,"sku":"JDT-737-30","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256193810480,"sku":"JDT-737-36","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256193843248,"sku":"JDT-737-42","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256193876016,"sku":"JDT-737-48","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256193908784,"sku":"JDT-737-54","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256193941552,"sku":"JDT-737-60","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256193974320,"sku":"JDT-737-66","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink+dots \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194007088,"sku":"JDT-737-72","price":2876.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L119.38 cm  W60.96 cm  H99.06 cm","offer_id":43256194039856,"sku":"JDT-737-73","price":1392.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L139.70 cm  W60.96 cm  H99.06 cm","offer_id":43256194072624,"sku":"JDT-737-74","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L149.86 cm  W60.96 cm  H99.06 cm","offer_id":43256194105392,"sku":"JDT-737-75","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L160.02 cm  W60.96 cm  H99.06 cm","offer_id":43256194138160,"sku":"JDT-737-76","price":1819.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L180.34 cm  W60.96 cm  H99.06 cm","offer_id":43256194170928,"sku":"JDT-737-77","price":2141.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L200.66 cm  W60.96 cm  H99.06 cm","offer_id":43256194203696,"sku":"JDT-737-78","price":2130.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L220.98 cm  W60.96 cm  H99.06 cm","offer_id":43256194236464,"sku":"JDT-737-79","price":2447.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L238.76 cm  W60.96 cm  H99.06 cm","offer_id":43256194269232,"sku":"JDT-737-80","price":2502.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L259.08 cm  W60.96 cm  H99.06 cm","offer_id":43256194302000,"sku":"JDT-737-81","price":2558.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L279.40 cm  W60.96 cm  H99.06 cm","offer_id":43256194334768,"sku":"JDT-737-82","price":2782.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L299.72 cm  W60.96 cm  H99.06 cm","offer_id":43256194367536,"sku":"JDT-737-83","price":2834.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ Higher Left Side \/ L320.04 cm  W60.96 cm  H99.06 cm","offer_id":43256194400304,"sku":"JDT-737-84","price":2876.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_reception_desk_front_desk_counter_kaguyasuJDT-737-main_images_34.webp?v=1778665887"},{"product_id":"reception-counter-for-sale-desk-jdt-k105","title":"Reception Counter for Sale | Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Reception Style:\u003c\/b\u003e A reception counter for sale with a creative, contemporary look for boutiques, education centres, salons, and workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly E1 Panel Core:\u003c\/b\u003e Thickened synthetic panels provide strong commercial durability and reliable load-bearing performance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWelcoming LED Illumination:\u003c\/b\u003e Built-in LED lighting helps create a bright, professional, and memorable entrance for visitors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Curved Design:\u003c\/b\u003e The natural large arc profile helps reduce sharp-corner contact in busy lobby and service counter areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Front Desk Storage:\u003c\/b\u003e Lockable drawers, quiet hinges, and smooth rails help organise business essentials while supporting efficient daily reception work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7241\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Reception Counter Desk with LED Lighting\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_9.jpg?v=1778756273\" alt=\"Modern reception counter for sale with LED lighting and curved design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your lobby with a stylish reception desk designed for modern commercial spaces. This reception counter combines thickened E1-grade synthetic panels, integrated LED lighting, a natural large arc design, secure lockable drawers, quiet hinges, smooth rails, and multiple size options for a professional and organised front desk experience.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_3.jpg?v=1778756269\" alt=\"Reception desk for boutiques education centres and modern workspaces\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_8.jpg?v=1778756272\" alt=\"Thickened E1 grade synthetic wood panels for reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened E1 Grade Synthetic Panels\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium E1-grade synthetic panels, this reception counter desk offers dependable strength for daily commercial use. The sturdy structure supports busy lobbies, service desks, training centres, boutiques, and modern office entrances.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_7.jpg?v=1778756272\" alt=\"Reception desk with integrated LED lighting for ambient lobby atmosphere\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated LED Lighting\u003c\/h3\u003e\n          \u003cp\u003eBuilt-in LED light strips create a bright and welcoming reception atmosphere. The illuminated front detail helps your entrance look more professional and leaves a stronger first impression on visitors, clients, and guests.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_6.jpg?v=1778756272\" alt=\"Curved arc reception counter design for safer commercial lobby use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNatural Large Arc Design\u003c\/h3\u003e\n          \u003cp\u003eThe elegant curved arc profile blends visual softness with practical workplace safety. It helps reduce accidental collisions from sharp edges, making the counter suitable for high-traffic reception areas and family-facing commercial spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_11.jpg?v=1778756270\" alt=\"Reception desk with secure lockable drawers for business privacy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Lockable Drawers\u003c\/h3\u003e\n          \u003cp\u003eKeep daily essentials, business documents, stationery, and small valuables more organised and secure. The lockable drawer design supports front desk privacy and helps staff maintain a cleaner working area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_12.jpg?v=1778756272\" alt=\"Premium quiet hinges and smooth rails for reception counter storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eQuiet Hinges and Smooth Rails\u003c\/h3\u003e\n          \u003cp\u003eHigh-quality hinges and smooth rails support quieter, more convenient daily operations. Drawers and cabinets open more easily, helping staff work efficiently during check-in, service, payment, and consultation tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_2.jpg?v=1778756267\" alt=\"Reception counter desk colour options for commercial lobbies\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eType Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_17.jpg?v=1778756273\" alt=\"Reception counter type options and layout configurations\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eReception Counter for Sale \/ Reception Desk \/ Small Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSynthetic panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n              \u003ctd\u003eThickened E1-grade synthetic panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100¡§C200kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL160.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L180.3 ?¨¢ W61.0 ?¨¢ H99.1cm, L200.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L221.0 ?¨¢ W61.0 ?¨¢ H99.1cm, L238.8 ?¨¢ W61.0 ?¨¢ H99.1cm, L259.1 ?¨¢ W61.0 ?¨¢ H99.1cm, L279.4 ?¨¢ W61.0 ?¨¢ H99.1cm, L299.7 ?¨¢ W61.0 ?¨¢ H99.1cm, L320.0 ?¨¢ W61.0 ?¨¢ H99.1cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eIntegrated LED lighting for a bright ambient reception effect\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eSecure lockable drawers with quiet hinges and smooth rails\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eNatural large arc design to help reduce sharp-corner contact\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBoutiques, early education centres, salons, clinics, studios, retail service counters, office lobbies, and modern workspaces\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_detailed_images_5.jpg?v=1778756265\" alt=\"Reception counter desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLED Notice:\u003c\/b\u003e LED lighting may require nearby power access. Lighting effect, plug type, and electrical compatibility may vary by destination and selected configuration.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e For customised orders, please confirm size, colour, type, layout, and measurement details before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, panel texture, lighting tone, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for reception counter, front desk, and commercial fit-out orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm counter length, staff seating space, customer-facing side, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check nearby power access and safe cable routing for LED lighting before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, cabinet opening clearance, staff workflow, and daily storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for boutiques, education centres, salons, clinics, studios, retail counters, and office reception areas.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this reception counter include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The reception counter includes integrated LED lighting designed to create a bright and welcoming front desk atmosphere. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare sufficient installation space, suitable tools, and a clear route before setup.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the reception counter be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customisation is available. Please confirm the required size, colour, type, layout, and other specifications before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected counter size, doorway width, lift access, stair clearance, seating layout, LED power access, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT7241\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7241\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082417995824,"sku":"JDT-7241-01","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418028592,"sku":"JDT-7241-02","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418061360,"sku":"JDT-7241-03","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418094128,"sku":"JDT-7241-04","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418126896,"sku":"JDT-7241-05","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418159664,"sku":"JDT-7241-06","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418192432,"sku":"JDT-7241-07","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418225200,"sku":"JDT-7241-08","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418257968,"sku":"JDT-7241-09","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418290736,"sku":"JDT-7241-010","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418323504,"sku":"JDT-7241-011","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418356272,"sku":"JDT-7241-012","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418389040,"sku":"JDT-7241-013","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418421808,"sku":"JDT-7241-014","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418454576,"sku":"JDT-7241-015","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418487344,"sku":"JDT-7241-016","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418520112,"sku":"JDT-7241-017","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418552880,"sku":"JDT-7241-018","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418585648,"sku":"JDT-7241-019","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418618416,"sku":"JDT-7241-020","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418651184,"sku":"JDT-7241-021","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418683952,"sku":"JDT-7241-022","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082418716720,"sku":"JDT-7241-023","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082418749488,"sku":"JDT-7241-024","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082418782256,"sku":"JDT-7241-025","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082418815024,"sku":"JDT-7241-026","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Yellow \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082418847792,"sku":"JDT-7241-027","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082418880560,"sku":"JDT-7241-028","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082418913328,"sku":"JDT-7241-029","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082418946096,"sku":"JDT-7241-030","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082418978864,"sku":"JDT-7241-031","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419011632,"sku":"JDT-7241-032","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419044400,"sku":"JDT-7241-033","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419077168,"sku":"JDT-7241-034","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419109936,"sku":"JDT-7241-035","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Light green \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419142704,"sku":"JDT-7241-036","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419175472,"sku":"JDT-7241-037","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419208240,"sku":"JDT-7241-038","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419241008,"sku":"JDT-7241-039","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419273776,"sku":"JDT-7241-040","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419306544,"sku":"JDT-7241-041","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419339312,"sku":"JDT-7241-042","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419372080,"sku":"JDT-7241-043","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419404848,"sku":"JDT-7241-044","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419437616,"sku":"JDT-7241-045","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419470384,"sku":"JDT-7241-046","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419503152,"sku":"JDT-7241-047","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419535920,"sku":"JDT-7241-048","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419568688,"sku":"JDT-7241-049","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419601456,"sku":"JDT-7241-050","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419634224,"sku":"JDT-7241-051","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419666992,"sku":"JDT-7241-052","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419699760,"sku":"JDT-7241-053","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082419732528,"sku":"JDT-7241-054","price":2754.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L160.0cmxW61.0cmxH99.1cm","offer_id":43082419765296,"sku":"JDT-7241-055","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L180.3cmxW61.0cmxH99.1cm","offer_id":43082419798064,"sku":"JDT-7241-056","price":1892.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L200.7cmxW61.0cmxH99.1cm","offer_id":43082419830832,"sku":"JDT-7241-057","price":2074.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L221.0cmxW61.0cmxH99.1cm","offer_id":43082419863600,"sku":"JDT-7241-058","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L238.8cmxW61.0cmxH99.1cm","offer_id":43082419896368,"sku":"JDT-7241-059","price":2378.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L259.1cmxW61.0cmxH99.1cm","offer_id":43082419929136,"sku":"JDT-7241-060","price":2495.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L279.4cmxW61.0cmxH99.1cm","offer_id":43082419961904,"sku":"JDT-7241-061","price":2572.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L299.7cmxW61.0cmxH99.1cm","offer_id":43082419994672,"sku":"JDT-7241-062","price":2668.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ L320.0cmxW61.0cmxH99.1cm","offer_id":43082420027440,"sku":"JDT-7241-063","price":2754.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_counter_for_sale_reception_desk_kaguyasuJDT-7241_main_images_8.jpg?v=1778756260"},{"product_id":"corner-office-table-receptionist-desk-jdt-7165","title":"Corner Office Table | Office Receptionist Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 11000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Illuminated Reception Look:\u003c\/b\u003e A sleek office receptionist desk with ambient LED lighting for a polished commercial lobby presence.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable High-Density Board:\u003c\/b\u003e Premium board construction supports daily front desk use in high-traffic reception and service environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eIntegrated Glass Showcase:\u003c\/b\u003e Tempered glass display space helps present awards, branded items, products, or decorative reception elements.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEfficient Corner Layout:\u003c\/b\u003e A corner office table configuration with lockable drawers and lower cabinets for organised front desk storage.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmooth Drawer Hardware:\u003c\/b\u003e Key-lock drawers and metal ball-bearing slides support quieter, more reliable daily operation for busy reception work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7165\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eCorner Office Receptionist Desk with LED Showcase\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._1.jpg?v=1770354579\" alt=\"Corner office receptionist desk with illuminated modern design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a welcoming and professional reception area with this corner office table. Designed as a modern office receptionist desk, it combines clean geometric lines, ambient LED lighting, high-density board construction, tempered glass showcase display, secure drawer storage, and an efficient corner layout for commercial lobbies and front desk spaces.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._2.jpg?v=1770354579\" alt=\"High-density board construction for office receptionist desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium High-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eThe high-density board core is engineered for commercial durability and everyday front desk use. It helps the reception desk stay sturdy, impact-resistant, and suitable for busy lobbies, clinics, salons, and service spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._3.jpg?v=1770354579\" alt=\"Tempered glass display showcase with LED lighting on receptionist desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated Tempered Glass Display Showcase\u003c\/h3\u003e\n          \u003cp\u003eThe built-in tempered glass display with LED lighting creates a premium presentation area for company awards, brand items, retail samples, or decorative pieces. It helps turn the reception desk into a stronger visual centrepiece.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._4.jpg?v=1770354579\" alt=\"Office receptionist desk with secure key lock and smooth drawer slides\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Key Lock and Smooth Drawer Slides\u003c\/h3\u003e\n          \u003cp\u003eLockable drawer storage helps protect sensitive documents, staff items, and daily business essentials. Metal ball-bearing slides support smooth, quiet, and reliable drawer movement during everyday reception work.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._5.jpg?v=1770354579\" alt=\"Corner office table layout with storage drawers and lower cabinets\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVersatile Corner Office Table Layout\u003c\/h3\u003e\n          \u003cp\u003eThe corner layout helps maximise workspace efficiency while keeping the reception area organised. Lockable drawers and lower cabinets provide practical storage for files, stationery, devices, and daily front desk supplies.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eInternal Layout\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165_detailed_images_1.jpg?v=1778814010\" alt=\"Internal storage layout for corner office receptionist desk\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-7165.._8.jpg?v=1770354579\" alt=\"Corner office receptionist desk colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eCorner Office Table \/ Office Receptionist Desk \/ Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eModern high-gloss reception desk with ambient LED illumination\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board construction\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDisplay Feature\u003c\/th\u003e\n              \u003ctd\u003eIntegrated tempered glass showcase with LED lighting\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers and lower cabinets for organised front desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDrawer Hardware\u003c\/th\u003e\n              \u003ctd\u003eMetal ball-bearing slides for smooth and quiet drawer movement\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n              \u003ctd\u003eCorner office table configuration for efficient reception workspace planning\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice lobbies, salons, clinics, retail reception areas, showrooms, service counters, studios, and commercial front desks\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below. Unit: cm.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-img-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165_detailed_images_3.png?v=1779268440\" alt=\"Corner office receptionist desk dimensions guide in centimetres\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/db056b087c9a4f96a04f8430d6d50a6e_c5400e2c-d06f-4431-a036-15af9f4948a5.jpg?v=1758784381\" alt=\"Reception desk size and delivery planning reference\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLED \u0026amp; Power Notice:\u003c\/b\u003e LED lighting may require nearby power access. Power configuration, plug type, and lighting details may vary by destination and selected configuration.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eGlass Display Notice:\u003c\/b\u003e Tempered glass should be handled carefully during delivery, placement, and daily cleaning. Avoid sharp impact on the display area.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, gloss level, lighting effect, and board texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for reception desk, corner counter, and commercial front desk orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk dimensions, corner direction, customer-facing side, staff seating space, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDisplay Planning:\u003c\/b\u003e Plan the tempered glass showcase area, LED effect, display items, and front-facing visibility before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Check drawer opening clearance, lower cabinet access, staff workflow, and internal storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Confirm nearby power access and safe cable routing for LED lighting before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for offices, salons, clinics, showrooms, studios, retail spaces, and service reception areas.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this receptionist desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes ambient LED illumination designed to create a more professional and welcoming reception display effect. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes it include a glass display showcase?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes an integrated tempered glass showcase that can be used for awards, branding, small products, or decorative display items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this corner office table suitable for commercial use?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The high-density board construction, lockable storage, corner layout, and display features make it suitable for offices, salons, clinics, retail reception areas, and service counters.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the desk dimensions, corner direction, doorway width, lift access, stair clearance, staff seating space, electrical access, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT7165\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7165\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White 1 \/ 81cm x 61cm x 99cm","offer_id":43011197993008,"sku":"JDT-7165-01","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 99cm x 61cm x 99cm","offer_id":43011198386224,"sku":"JDT-7165-13","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 119cm x 61cm x 99cm","offer_id":43011198779440,"sku":"JDT-7165-25","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 140cm x 61cm x 99cm","offer_id":43011199172656,"sku":"JDT-7165-37","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 160cm x 61cm x 99cm","offer_id":43011199565872,"sku":"JDT-7165-49","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"White 1 \/ 180cm x 61cm x 99cm","offer_id":43011199959088,"sku":"JDT-7165-61","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 81cm x 61cm x 99cm","offer_id":43011198025776,"sku":"JDT-7165-02","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 99cm x 61cm x 99cm","offer_id":43011198418992,"sku":"JDT-7165-14","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 119cm x 61cm x 99cm","offer_id":43011198812208,"sku":"JDT-7165-26","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 140cm x 61cm x 99cm","offer_id":43011199205424,"sku":"JDT-7165-38","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 160cm x 61cm x 99cm","offer_id":43011199598640,"sku":"JDT-7165-50","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"White 2 \/ 180cm x 61cm x 99cm","offer_id":43011199991856,"sku":"JDT-7165-62","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 81cm x 61cm x 99cm","offer_id":43011198058544,"sku":"JDT-7165-03","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 99cm x 61cm x 99cm","offer_id":43011198451760,"sku":"JDT-7165-15","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 119cm x 61cm x 99cm","offer_id":43011198844976,"sku":"JDT-7165-27","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 140cm x 61cm x 99cm","offer_id":43011199238192,"sku":"JDT-7165-39","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 160cm x 61cm x 99cm","offer_id":43011199631408,"sku":"JDT-7165-51","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 1 \/ 180cm x 61cm x 99cm","offer_id":43011200024624,"sku":"JDT-7165-63","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 81cm x 61cm x 99cm","offer_id":43011198091312,"sku":"JDT-7165-04","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 99cm x 61cm x 99cm","offer_id":43011198484528,"sku":"JDT-7165-16","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 119cm x 61cm x 99cm","offer_id":43011198877744,"sku":"JDT-7165-28","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 140cm x 61cm x 99cm","offer_id":43011199270960,"sku":"JDT-7165-40","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 160cm x 61cm x 99cm","offer_id":43011199664176,"sku":"JDT-7165-52","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray 2 \/ 180cm x 61cm x 99cm","offer_id":43011200057392,"sku":"JDT-7165-64","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 81cm x 61cm x 99cm","offer_id":43011198124080,"sku":"JDT-7165-05","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 99cm x 61cm x 99cm","offer_id":43011198517296,"sku":"JDT-7165-17","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 119cm x 61cm x 99cm","offer_id":43011198910512,"sku":"JDT-7165-29","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 140cm x 61cm x 99cm","offer_id":43011199303728,"sku":"JDT-7165-41","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 160cm x 61cm x 99cm","offer_id":43011199696944,"sku":"JDT-7165-53","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Black 1 \/ 180cm x 61cm x 99cm","offer_id":43011200090160,"sku":"JDT-7165-65","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 81cm x 61cm x 99cm","offer_id":43011198156848,"sku":"JDT-7165-06","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 99cm x 61cm x 99cm","offer_id":43011198550064,"sku":"JDT-7165-18","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 119cm x 61cm x 99cm","offer_id":43011198943280,"sku":"JDT-7165-30","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 140cm x 61cm x 99cm","offer_id":43011199336496,"sku":"JDT-7165-42","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 160cm x 61cm x 99cm","offer_id":43011199729712,"sku":"JDT-7165-54","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Black 2 \/ 180cm x 61cm x 99cm","offer_id":43011200122928,"sku":"JDT-7165-66","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 81cm x 61cm x 99cm","offer_id":43011198189616,"sku":"JDT-7165-07","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 99cm x 61cm x 99cm","offer_id":43011198582832,"sku":"JDT-7165-19","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 119cm x 61cm x 99cm","offer_id":43011198976048,"sku":"JDT-7165-31","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 140cm x 61cm x 99cm","offer_id":43011199369264,"sku":"JDT-7165-43","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 160cm x 61cm x 99cm","offer_id":43011199762480,"sku":"JDT-7165-55","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 1 \/ 180cm x 61cm x 99cm","offer_id":43011200155696,"sku":"JDT-7165-67","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 81cm x 61cm x 99cm","offer_id":43011198222384,"sku":"JDT-7165-08","price":1579.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 99cm x 61cm x 99cm","offer_id":43011198615600,"sku":"JDT-7165-20","price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 119cm x 61cm x 99cm","offer_id":43011199008816,"sku":"JDT-7165-32","price":1841.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 140cm x 61cm x 99cm","offer_id":43011199402032,"sku":"JDT-7165-44","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 160cm x 61cm x 99cm","offer_id":43011199795248,"sku":"JDT-7165-56","price":2189.0,"currency_code":"GBP","in_stock":true},{"title":"Marble White 2 \/ 180cm x 61cm x 99cm","offer_id":43011200188464,"sku":"JDT-7165-68","price":2451.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 81cm x 61cm x 99cm","offer_id":43011198287920,"sku":"JDT-7165-10","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 99cm x 61cm x 99cm","offer_id":43011198681136,"sku":"JDT-7165-22","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 119cm x 61cm x 99cm","offer_id":43011199074352,"sku":"JDT-7165-34","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 140cm x 61cm x 99cm","offer_id":43011199467568,"sku":"JDT-7165-46","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 160cm x 61cm x 99cm","offer_id":43011199860784,"sku":"JDT-7165-58","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Silver Stainless Steel 2 \/ 180cm x 61cm x 99cm","offer_id":43011200254000,"sku":"JDT-7165-70","price":3080.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 81cm x 61cm x 99cm","offer_id":43011198320688,"sku":"JDT-7165-11","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 99cm x 61cm x 99cm","offer_id":43011198713904,"sku":"JDT-7165-23","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 119cm x 61cm x 99cm","offer_id":43011199107120,"sku":"JDT-7165-35","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 140cm x 61cm x 99cm","offer_id":43011199500336,"sku":"JDT-7165-47","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 160cm x 61cm x 99cm","offer_id":43011199893552,"sku":"JDT-7165-59","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 1 \/ 180cm x 61cm x 99cm","offer_id":43011200286768,"sku":"JDT-7165-71","price":3080.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 81cm x 61cm x 99cm","offer_id":43011198353456,"sku":"JDT-7165-12","price":1957.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 99cm x 61cm x 99cm","offer_id":43011198746672,"sku":"JDT-7165-24","price":2005.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 119cm x 61cm x 99cm","offer_id":43011199139888,"sku":"JDT-7165-36","price":2131.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 140cm x 61cm x 99cm","offer_id":43011199533104,"sku":"JDT-7165-48","price":2431.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 160cm x 61cm x 99cm","offer_id":43011199926320,"sku":"JDT-7165-60","price":2712.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Stainless Steel 2 \/ 180cm x 61cm x 99cm","offer_id":43011200319536,"sku":"JDT-7165-72","price":3080.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/corner_office_table_office_receptionist_desk_kaguyasuJDT-7165-main_images_25.webp?v=1778726572"},{"product_id":"wave-reception-desk-dimensions-jdt-2192","title":"Reception Desk Dimensions | Wave Panel 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: 9000px; }\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\u003eBudget-Friendly Reception Upgrade:\u003c\/b\u003e A stylish, affordable reception desk designed to elevate lobbies, salons, clinics, offices, and service counters.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Board Core:\u003c\/b\u003e Tightly compressed board construction supports everyday commercial use while helping resist warping and moisture.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOrganised Daily Workflow:\u003c\/b\u003e Smooth-sliding keyboard tray, lockable drawer, and practical counter storage help keep the workspace neat.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eClear Size Planning:\u003c\/b\u003e Review the reception desk dimensions before ordering to ensure the desk fits your entrance, lobby, or front office layout.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Staff Legroom:\u003c\/b\u003e The open under-counter area provides generous legroom for more comfortable seated reception work and easier daily movement.\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=\"KaguReadMoreTriggerJDT2192\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eAffordable Reception Desk with Practical Dimensions\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-2192_2.jpg?v=1756115019\" alt=\"Affordable reception desk for modern office lobby\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eMake a professional first impression without overspending. This affordable reception desk combines modern minimalist styling, high-density board construction, practical storage, a smooth keyboard tray, a secure lockable drawer, and comfortable legroom for everyday front desk work.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/JDT-2192_4.jpg?v=1756115019\" alt=\"High density board construction for affordable reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable High-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eTightly compressed high-density board helps the desk resist daily wear, moisture, and warping. It gives this affordable reception desk a strong, practical core for commercial reception 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-2192_5.jpg?v=1756115019\" alt=\"Smooth sliding keyboard tray for reception desk ergonomics\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmooth Sliding Keyboard Tray\u003c\/h3\u003e\n          \u003cp\u003eThe under-counter keyboard tray supports a cleaner desktop and a more comfortable typing position. Stable metal runners help the tray slide smoothly during daily reception work.\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-2192_6.jpg?v=1756115019\" alt=\"Reception desk with secure lockable drawer for document storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Lockable Drawer\u003c\/h3\u003e\n          \u003cp\u003eKeep important documents, small valuables, stationery, and daily business items more secure. The lockable drawer supports privacy and organised storage for front desk staff.\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-2192_3.jpg?v=1756115019\" alt=\"Reception desk with spacious legroom for comfortable movement\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Legroom for Comfortable Use\u003c\/h3\u003e\n          \u003cp\u003eThe open under-counter area provides generous legroom, helping staff sit more comfortably during long shifts. It also supports easier movement around the reception workstation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eAffordable Reception Desk \/ Front Office Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eModern minimalist reception counter for commercial lobby and service areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board construction\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawer for documents, valuables, and daily business items\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eKeyboard Tray\u003c\/th\u003e\n              \u003ctd\u003eSmooth sliding under-counter keyboard tray with metal runners\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWorkspace Comfort\u003c\/th\u003e\n              \u003ctd\u003eOpen under-counter legroom for easier seated work and movement\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the reception desk dimensions image below. Unit: cm.\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 service counters, studios, reception rooms, and small commercial front desks\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_desk_dimensions_affordable_reception_desk_kaguyasuJDT-2192_detailed_images_1.jpg?v=1778813592\" alt=\"Affordable reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eImage Notice:\u003c\/b\u003e Product photos are for reference only. Colour, board texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eSize Planning Notice:\u003c\/b\u003e Please check the reception desk dimensions, doorway width, stair clearance, lift access, and final placement area before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for reception desk and commercial counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm desk size, staff seating space, customer-facing side, doorway width, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eWorkspace Planning:\u003c\/b\u003e Plan keyboard tray use, drawer access, chair clearance, cable route, and daily workflow before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Fit-Outs:\u003c\/b\u003e Suitable for office lobbies, salons, clinics, retail service counters, and small reception rooms.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For multi-location stores, offices, clinics, or service spaces, 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 standing water, sharp objects, 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 reception desk suitable for small offices?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. This affordable reception desk is suitable for small offices, salons, clinics, studios, retail service areas, and compact commercial lobbies.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include a lockable drawer?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes a secure lockable drawer for documents, small valuables, stationery, and daily business items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes it have a keyboard tray?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes a smooth sliding under-counter keyboard tray, helping keep the main work surface clearer and more organised.\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 review the reception desk dimensions, doorway width, lift access, stair clearance, hallway route, staff seating space, 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=\"KaguReadMoreTriggerJDT2192\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT2192\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White + Natural \/ Higher Right Side \/ L 180.34 cm  W 60.96 cm  H 99.06 cm","offer_id":43256190631984,"sku":"JDT-2192-02","price":979.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural \/ Higher Right Side \/ L 200.66 cm  W 60.96 cm  H 99.06 cm","offer_id":43256190664752,"sku":"JDT-2192-04","price":1086.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural \/ Higher Left Side \/ L 180.34 cm  W 60.96 cm  H 99.06 cm","offer_id":43256190697520,"sku":"JDT-2192-01","price":979.0,"currency_code":"GBP","in_stock":true},{"title":"White + Natural \/ Higher Left Side \/ L 200.66 cm  W 60.96 cm  H 99.06 cm","offer_id":43256190730288,"sku":"JDT-2192-03","price":1086.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_desk_dimensions_affordable_reception_desk_kaguyasuJDT-2192_main_images_2.jpg?v=1778813592"},{"product_id":"reception-desk-countertop-jdt-k066","title":"Modern Curved Countertop 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  .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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/reception_desk_dimensions_affordable_reception_desk_kaguyasuJDT-2192_detailed_images_2.jpg?v=1782211993","url":"https:\/\/kaguyasu.co.uk\/collections\/l-shaped-reception-desk.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}