{"title":"Office 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":"funky-office-reception-counter-desk-jdt-2040","title":"Funky Office Reception Furniture | Wooden Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eDistinctive Reception Style:\u003c\/b\u003e Funky office reception furniture with a retro-modern look for lobbies, restaurants, boutiques, and cashier areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWood Grille \u0026amp; Metal Accents:\u003c\/b\u003e Warm grille detailing pairs with sleek stainless steel elements to create a striking front desk statement.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Commercial Counter:\u003c\/b\u003e Two practical sizes support small welcome stations, cashier desks, front reception counters, and brand display points.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Colour, size, and material customisation are available for tailored wooden reception desk and commercial counter projects.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required, making it practical for restaurants, caf¡§|s, boutiques, offices, studios, and compact reception projects.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT2040\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eFunky Office Reception Furniture with Wooden Grille Design\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_01.jpg?v=1730686664\" alt=\"Funky office reception furniture with wooden grille and stainless steel design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a distinctive welcome point with this funky office reception furniture. Designed for restaurants, boutiques, companies, cashier areas, and compact commercial interiors, it combines a stylish wood grille look, stainless steel accents, internal storage, finished-product delivery, and customisable colour, size, and material options.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_02.jpg?v=1730686664\" alt=\"Modern front reception desk for restaurant boutique and company spaces\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eModern Front Reception Desk for Multiple Scenes\u003c\/h3\u003e\n          \u003cp\u003eUse it as a restaurant welcome desk, company front desk, boutique cashier counter, or small reception point. The compact form helps create a strong first impression without overwhelming the space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_03.jpg?v=1730686664\" alt=\"Durable wooden reception desk core material detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Commercial Core Materials\u003c\/h3\u003e\n          \u003cp\u003eThe desk is designed for commercial reception use with hard-wearing construction and a sturdy counter profile. The material combination supports daily front desk work, customer service, and cashier tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_04.jpg?v=1730686664\" alt=\"Wood grille and stainless steel accents on reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWood Grille and Stainless Steel Combination\u003c\/h3\u003e\n          \u003cp\u003eThe warm grille texture adds visual rhythm, while stainless steel accents bring a sleek modern edge. Together, they create an industrial-chic focal point for lobbies, shops, restaurants, and office entrances.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_05.jpg?v=1730686664\" alt=\"Internal storage layout for compact reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEfficient Internal Storage Layout\u003c\/h3\u003e\n          \u003cp\u003eThe staff-side layout helps organise daily reception items, payment tools, documents, and business supplies. It supports a tidier work surface and more efficient service during busy customer-facing moments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_1m_Interior_View_The_internal_layout_and_effect_are_different_for_different_sizes.Please_contact_customer_service_for_details._Support_customization_8d2e04f7-2904-4bb5-bfec-abad44547327.png?v=1753954048\" alt=\"Custom colour and interior layout options for reception counter desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCustom Colours and Interior Layout Planning\u003c\/h3\u003e\n          \u003cp\u003eColour, size, and material customisation are available for project-based interiors. Internal layout and final effect may vary by selected size, so confirm storage needs and counter use before production.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-2040_08.jpg?v=1730686664\" alt=\"Funky wooden reception desk colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eFunky Office Reception Furniture \/ Wooden Reception Desk \/ Modern Front Reception Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMetals, stainless steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDecorative Design\u003c\/th\u003e\n              \u003ctd\u003eWood grille style with stainless steel accents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 50¡§C70kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL70 ?¨¢ W42 ?¨¢ H116cm, L110 ?¨¢ W42 ?¨¢ H116cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle\u003c\/th\u003e\n              \u003ctd\u003eFixed style shown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eStaff-side internal reception counter storage layout; final layout may vary by selected size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour, size, and material\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eRestaurant welcome desks, company front desks, boutique cashier counters, retail stores, small lobbies, studios, caf¡§|s, and commercial reception points\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/2_d785b6d0-5561-4cdc-a11a-9c3a9f29c874_1_2.jpg?v=1741330326\" alt=\"Funky wooden reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour, size, and material customisation may be available. Please confirm all measurements, finish requirements, and project details before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eInterior Layout Notice:\u003c\/b\u003e Internal layout and final storage effect may vary for different sizes. Please confirm your preferred use, storage needs, and counter function before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, grille tone, stainless steel texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm doorway width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for wooden reception desk and compact front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected size, customer-facing side, staff standing area, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review internal counter layout, cash register position, document storage, device placement, and daily workflow before finalising the order.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for restaurants, caf¡§|s, boutiques, retail stores, offices, studios, and commercial fit-outs requiring colour, size, or material customisation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe surfaces with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this wooden reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished counter, please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this reception counter be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour, size, and material customisation may be available. Please confirm measurements, finish requirements, and project details before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat commercial spaces is it suitable for?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt is suitable for restaurants, caf¡§|s, boutiques, cashier counters, company front desks, retail stores, studios, small lobbies, and compact reception points.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm selected size, colour, material, doorway width, lift access, stair clearance, counter direction, storage needs, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT2040\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT2040\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Walfnut \/ 70*42*116cm","offer_id":43011207757872,"sku":"JDT-2040-01","price":1208.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 100*42*116cm","offer_id":43011207790640,"sku":"JDT-2040-02","price":1612.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 70*42*116cm","offer_id":43011207823408,"sku":"JDT-2040-03","price":1073.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 100*42*116cm","offer_id":43011207856176,"sku":"JDT-2040-04","price":1478.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 70*42*116cm","offer_id":43011207888944,"sku":"JDT-2040-05","price":1073.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 100*42*116cm","offer_id":43011207921712,"sku":"JDT-2040-06","price":3019.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/funky_office_reception_furniture_wooden_reception_desk_kaguyasuJDT-2040_main_images_1.jpg?v=1778812389"},{"product_id":"salon-office-reception-desk-jdt-k094","title":"Salon Reception Desk | Office Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-reception-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_8.webp?v=1778726698\");\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-reception-colour-card {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background-image: var(--kagu-colour-img);\n    background-size: 200% 300%;\n    background-repeat: no-repeat;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-reception-colour-1 { background-position: 0% 0%; }\n  .kagu-reception-colour-2 { background-position: 100% 0%; }\n  .kagu-reception-colour-3 { background-position: 0% 50%; }\n  .kagu-reception-colour-4 { background-position: 100% 50%; }\n  .kagu-reception-colour-5 { background-position: 0% 100%; }\n  .kagu-reception-colour-6 { background-position: 100% 100%; }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-reception-colour-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSleek Arc L-Shaped Design:\u003c\/b\u003e A modern reception desk with a refined pure-colour finish for salons, offices, boutiques, and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Board Build:\u003c\/b\u003e Commercial-grade high-density board supports daily front desk use in high-traffic reception areas.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eLockable Reception Storage:\u003c\/b\u003e Lockable drawers and cabinets help protect business documents, supplies, and private essentials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Colour and size customisation are available for tailored salon reception desk and office reception desk layouts.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Counter Delivery:\u003c\/b\u003e Assembly is not required, making it practical for salons, boutiques, clinics, offices, spas, and commercial reception projects.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTK094\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSalon Reception Desk for Modern Office and Commercial Spaces\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_5.jpg?v=1778750053\" alt=\"Modern salon reception desk with arc L-shaped office reception design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eWelcome guests with a polished reception counter designed for beauty salons, offices, clothing stores, boutiques, clinics, and modern commercial spaces. This arc L-shaped reception desk combines high-density board, a smooth baking-paint finish, a spacious desktop, polished arc corners, lockable storage, and customisable size and colour options for professional front desk layouts.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_9.webp?v=1778726624\" alt=\"High density board material for salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Board Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from high-density board, this office reception desk is designed for daily commercial use. The moisture-resistant and scratch-resistant surface helps maintain a clean, professional look in busy reception areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_6.webp?v=1778726669\" alt=\"Spacious desktop on modern office reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop for Daily Service\u003c\/h3\u003e\n          \u003cp\u003eThe clean, ergonomic desktop provides practical room for computers, payment devices, appointment books, documents, and guest service essentials. It supports smoother daily operations and more comfortable customer interactions.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-K094_04_24d76ea5-f294-4d4a-aa0a-c7e890cc822f.jpg?v=1732073684\" alt=\"Polished arc corners on salon reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePolished Arc Corners\u003c\/h3\u003e\n          \u003cp\u003eThe rounded arc corners help reduce sharp-edge contact in busy front desk environments. The smooth painted finish adds a refined visual detail while improving everyday safety for staff and visitors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_2.jpg?v=1778750048\" alt=\"Lockable storage drawers and cabinets on reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLockable Reception Counter Storage\u003c\/h3\u003e\n          \u003cp\u003eLockable drawers and cabinets help keep documents, supplies, payment items, and personal belongings organised and protected. This storage layout supports business privacy while keeping the reception area neat.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-reception-colour-grid\" aria-label=\"Salon reception desk colour options\"\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-1\" role=\"img\" aria-label=\"Salon reception desk colour option 1\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-2\" role=\"img\" aria-label=\"Salon reception desk colour option 2\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-3\" role=\"img\" aria-label=\"Salon reception desk colour option 3\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-4\" role=\"img\" aria-label=\"Salon reception desk colour option 4\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-5\" role=\"img\" aria-label=\"Salon reception desk colour option 5\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-reception-colour-card kagu-reception-colour-6\" role=\"img\" aria-label=\"Salon reception desk colour option 6\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eSalon Reception Desk \/ Office Reception Desk \/ Modern Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-density board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 77¡§C202kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL100 ?¨¢ W60\/120 ?¨¢ H100cm, L120 ?¨¢ W60\/120 ?¨¢ H100cm, L140 ?¨¢ W60\/120 ?¨¢ H100cm, L160 ?¨¢ W60\/120 ?¨¢ H100cm, L180 ?¨¢ W60\/120 ?¨¢ H100cm, L200 ?¨¢ W60\/120 ?¨¢ H100cm, L220 ?¨¢ W60\/120 ?¨¢ H100cm, L240 ?¨¢ W60\/120 ?¨¢ H100cm, L260 ?¨¢ W60\/120 ?¨¢ H100cm, L280 ?¨¢ W60\/120 ?¨¢ H100cm, L300 ?¨¢ W60\/120 ?¨¢ H100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eWith corner, without corner\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n              \u003ctd\u003eSmooth baking-paint finish with pure-colour appearance\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eLockable drawers and cabinets for organised front desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBeauty salons, office lobbies, boutiques, clothing stores, clinics, spas, showrooms, commercial reception areas, and service counters\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_detailed_images_4.jpg?v=1778750049\" alt=\"Salon reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and size customisation may be available. Please confirm all measurements, layout direction, corner style, and finish requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, painted surface, board texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for salon reception desk and office reception counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a large finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected size, corner style, staff seating area, customer-facing side, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review lockable drawer access, cabinet clearance, document storage, payment area, and daily front desk workflow before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for salons, boutiques, clinics, offices, studios, spas, and commercial fit-outs requiring colour or size customisation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this salon reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished reception counter, please confirm doorway width, lift access, stair clearance, and placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this office reception desk be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation may be available. Please confirm all required measurements, layout direction, corner style, and finish details before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the reception counter include lockable storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes lockable drawers and cabinets to help organise reception supplies and protect business essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm selected size, corner style, colour, doorway width, lift access, stair clearance, staff seating space, customer-facing side, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDTK094\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTK094\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige \/ With Corner \/ L120*W120*H100cm","offer_id":42944264306736,"sku":"JDT-K094-17","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L140*W120*H100cm","offer_id":42944264339504,"sku":"JDT-K094-18","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L160*W120*H100cm","offer_id":42944264372272,"sku":"JDT-K094-19","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L180*W120*H100cm","offer_id":42944264405040,"sku":"JDT-K094-20","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L200*W120*H100cm","offer_id":42944264437808,"sku":"JDT-K094-21","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L220*W120*H100cm","offer_id":42944264470576,"sku":"JDT-K094-22","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L240*W120*H100cm","offer_id":42944264503344,"sku":"JDT-K094-23","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ With Corner \/ L260*W120*H100cm","offer_id":42944264536112,"sku":"JDT-K094-24","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L120*W60*H100cm","offer_id":42944264568880,"sku":"JDT-K094-25","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L140*W60*H100cm","offer_id":42944264601648,"sku":"JDT-K094-26","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L160*W60*H100cm","offer_id":42944264634416,"sku":"JDT-K094-27","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L180*W60*H100cm","offer_id":42944264667184,"sku":"JDT-K094-28","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L200*W60*H100cm","offer_id":42944264699952,"sku":"JDT-K094-29","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L220*W60*H100cm","offer_id":42944264732720,"sku":"JDT-K094-30","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L240*W60*H100cm","offer_id":42944264765488,"sku":"JDT-K094-31","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ Without Corner \/ L260*W60*H100cm","offer_id":42944264798256,"sku":"JDT-K094-32","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L120*W120*H100cm","offer_id":42944264831024,"sku":"JDT-K094-01","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L140*W120*H100cm","offer_id":42944264863792,"sku":"JDT-K094-02","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L160*W120*H100cm","offer_id":42944264896560,"sku":"JDT-K094-03","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L180*W120*H100cm","offer_id":42944264929328,"sku":"JDT-K094-04","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L200*W120*H100cm","offer_id":42944264962096,"sku":"JDT-K094-05","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L220*W120*H100cm","offer_id":42944264994864,"sku":"JDT-K094-06","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L240*W120*H100cm","offer_id":42944265027632,"sku":"JDT-K094-07","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ With Corner \/ L260*W120*H100cm","offer_id":42944265060400,"sku":"JDT-K094-08","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265093168,"sku":"JDT-K094-09","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265125936,"sku":"JDT-K094-10","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265158704,"sku":"JDT-K094-11","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265191472,"sku":"JDT-K094-12","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265224240,"sku":"JDT-K094-13","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265257008,"sku":"JDT-K094-14","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265289776,"sku":"JDT-K094-15","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265322544,"sku":"JDT-K094-16","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L120*W120*H100cm","offer_id":42944265355312,"sku":"JDT-K094-33","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L140*W120*H100cm","offer_id":42944265388080,"sku":"JDT-K094-34","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L160*W120*H100cm","offer_id":42944265420848,"sku":"JDT-K094-35","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L180*W120*H100cm","offer_id":42944265453616,"sku":"JDT-K094-36","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L200*W120*H100cm","offer_id":42944265486384,"sku":"JDT-K094-37","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L220*W120*H100cm","offer_id":42944265519152,"sku":"JDT-K094-38","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L240*W120*H100cm","offer_id":42944265551920,"sku":"JDT-K094-39","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Corner \/ L260*W120*H100cm","offer_id":42944265584688,"sku":"JDT-K094-40","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L120*W60*H100cm","offer_id":42944265617456,"sku":"JDT-K094-41","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L140*W60*H100cm","offer_id":42944265650224,"sku":"JDT-K094-42","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L160*W60*H100cm","offer_id":42944265682992,"sku":"JDT-K094-43","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L180*W60*H100cm","offer_id":42944265715760,"sku":"JDT-K094-44","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L200*W60*H100cm","offer_id":42944265748528,"sku":"JDT-K094-45","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L220*W60*H100cm","offer_id":42944265781296,"sku":"JDT-K094-46","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L240*W60*H100cm","offer_id":42944265814064,"sku":"JDT-K094-47","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Corner \/ L260*W60*H100cm","offer_id":42944265846832,"sku":"JDT-K094-48","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L120*W120*H100cm","offer_id":42944265879600,"sku":"JDT-K094-49","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L140*W120*H100cm","offer_id":42944265912368,"sku":"JDT-K094-50","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L160*W120*H100cm","offer_id":42944265945136,"sku":"JDT-K094-51","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L180*W120*H100cm","offer_id":42944265977904,"sku":"JDT-K094-52","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L200*W120*H100cm","offer_id":42944266010672,"sku":"JDT-K094-53","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L220*W120*H100cm","offer_id":42944266043440,"sku":"JDT-K094-54","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L240*W120*H100cm","offer_id":42944266076208,"sku":"JDT-K094-55","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ With Corner \/ L260*W120*H100cm","offer_id":42944266108976,"sku":"JDT-K094-56","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266141744,"sku":"JDT-K094-57","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266174512,"sku":"JDT-K094-58","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266207280,"sku":"JDT-K094-59","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266240048,"sku":"JDT-K094-60","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266272816,"sku":"JDT-K094-61","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266305584,"sku":"JDT-K094-62","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266338352,"sku":"JDT-K094-63","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266371120,"sku":"JDT-K094-64","price":1783.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L120*W120*H100cm","offer_id":42944266403888,"sku":"JDT-K094-65","price":889.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L140*W120*H100cm","offer_id":42944266436656,"sku":"JDT-K094-66","price":999.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L160*W120*H100cm","offer_id":42944266469424,"sku":"JDT-K094-67","price":1110.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L180*W120*H100cm","offer_id":42944266502192,"sku":"JDT-K094-68","price":1221.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L200*W120*H100cm","offer_id":42944266534960,"sku":"JDT-K094-69","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L220*W120*H100cm","offer_id":42944266567728,"sku":"JDT-K094-70","price":1442.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L240*W120*H100cm","offer_id":42944266600496,"sku":"JDT-K094-71","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ With Corner \/ L260*W120*H100cm","offer_id":42944266633264,"sku":"JDT-K094-72","price":1649.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L120*W60*H100cm","offer_id":42944266666032,"sku":"JDT-K094-73","price":1226.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L140*W60*H100cm","offer_id":42944266698800,"sku":"JDT-K094-74","price":1331.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L160*W60*H100cm","offer_id":42944266731568,"sku":"JDT-K094-75","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L180*W60*H100cm","offer_id":42944266764336,"sku":"JDT-K094-76","price":1557.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L200*W60*H100cm","offer_id":42944266797104,"sku":"JDT-K094-77","price":1610.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L220*W60*H100cm","offer_id":42944266829872,"sku":"JDT-K094-78","price":1665.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L240*W60*H100cm","offer_id":42944266862640,"sku":"JDT-K094-79","price":1711.0,"currency_code":"GBP","in_stock":true},{"title":"White Marble \/ Without Corner \/ L260*W60*H100cm","offer_id":42944266895408,"sku":"JDT-K094-80","price":1783.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/salon_reception_desk_office_reception_desk_kaguyasuJDT-K094_main_images_2.jpg?v=1778750053"},{"product_id":"reception-furniture-beauty-salon-jdt-7175","title":"Reception Furniture | Beauty Salon Reception Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-colour-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-colour-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    grid-column: span 2;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n  .kagu-colour-grid img:nth-child(4) { grid-column: 2 \/ span 2; }\n  .kagu-colour-grid img:nth-child(5) { grid-column: 4 \/ span 2; }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-colour-grid {\n      grid-template-columns: 1fr;\n    }\n    .kagu-colour-grid img,\n    .kagu-colour-grid img:nth-child(4),\n    .kagu-colour-grid img:nth-child(5) {\n      grid-column: auto;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Beauty Salon Reception Look:\u003c\/b\u003e A contemporary reception desk with smooth lines, warm materials, metal-textured accents, and soft LED lighting.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Density Board Build:\u003c\/b\u003e Engineered density board supports everyday reception furniture use in salons, offices, clinics, and commercial spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Front Desk Worktop:\u003c\/b\u003e The wide countertop gives staff practical room for devices, documents, appointments, payments, and daily guest service.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Project Support:\u003c\/b\u003e Size, colour, material, and style customisation are available for tailored reception counter fit-outs.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eClassified Staff-Side Storage:\u003c\/b\u003e Internal compartments help organise documents, devices, supplies, and front desk essentials for a cleaner reception workflow.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDT7175\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eReception Furniture for Beauty Salon and Office Front Desks\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/1_9e3afa17-5604-4a12-81df-411effb6d1a6.jpg?v=1737948355\" alt=\"Beauty salon reception desk with LED lighting and modern minimalist design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a polished first impression with this beauty salon reception desk. The all-in-one design combines smooth natural lines, soft LED light strips under the countertop, metal-textured decorative accents, warm material tones, spacious staff-side storage, and multiple size options for offices, salons, clinics, boutiques, and modern commercial reception areas.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-7175_0aaa0dcf-001b-40f4-8e63-03508d00df84.jpg?v=1770454071\" alt=\"Durable density board construction for reception furniture\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Engineered Wood Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from density board, this reception furniture is designed for daily commercial use. The clean surface, stable structure, and modern finish make it suitable for beauty salons, offices, studios, clinics, and service counters.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/3_3b93f502-5140-48a6-95e0-c26b139637d5.jpg?v=1737948356\" alt=\"Spacious tabletop for office reception counter\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Office Reception Counter\u003c\/h3\u003e\n          \u003cp\u003eThe wide worktop gives staff practical room for computers, tablets, appointment books, payment devices, documents, and guest service essentials. It supports a smoother check-in and front desk workflow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/JDT-7175_Support_customization_02137a5f-2e32-4075-8db0-d86b08ddb82c.png?v=1758160031\" alt=\"Classified storage layout for contemporary reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eClassified Storage Layout\u003c\/h3\u003e\n          \u003cp\u003eInternal classified compartments help organise daily reception items, documents, devices, and business supplies. The staff-side layout keeps the front area clean while supporting efficient service in busy commercial spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-colour-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/7_6c37e80f-0830-4a41-b938-b39993d33fee.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option one\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/8_25318069-30c7-4cfd-a295-4386606648fb.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option two\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/9_6bfb0f70-4dd6-48df-b0eb-a72d92b0d2c6.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option three\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/10_d4ab29e2-9142-4b76-a947-26a440569118.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option four\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/11_639103a0-2578-4363-bb84-b743c2745b2f.jpg?v=1737948356\" alt=\"Beauty salon reception desk colour option five\"\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eReception Furniture \/ Beauty Salon Reception Desk \/ Contemporary Reception Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eDensity board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 50¡§C160kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL120 ?¨¢ W60 ?¨¢ H100cm, L150 ?¨¢ W60 ?¨¢ H100cm, L160 ?¨¢ W60 ?¨¢ H100cm, L180 ?¨¢ W60 ?¨¢ H100cm, L200 ?¨¢ W60 ?¨¢ H100cm, L220 ?¨¢ W60 ?¨¢ H100cm, L240 ?¨¢ W60 ?¨¢ H100cm, L260 ?¨¢ W60 ?¨¢ H100cm, L280 ?¨¢ W60 ?¨¢ H100cm, L300 ?¨¢ W60 ?¨¢ H100cm, L320 ?¨¢ W60 ?¨¢ H100cm, L350 ?¨¢ W60 ?¨¢ H100cm, L360 ?¨¢ W60 ?¨¢ H100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle\u003c\/th\u003e\n              \u003ctd\u003eFixed style shown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eLED light strips installed under the countertop for a soft ambient effect\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eClassified staff-side compartments for front desk organisation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for size, colour, material, and style\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eBeauty salons, office lobbies, clinics, boutiques, studios, spas, showrooms, service counters, and modern commercial reception areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/12_19574bfd-67ab-4cd8-86db-df769dc81b7b.jpg?v=1737948356\" alt=\"Beauty salon reception desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e For customised orders, please confirm size, colour, material, style, finish details, and measurement requirements before production.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, warm material tone, metal-textured decorative strip, LED effect, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eOdour Notice:\u003c\/b\u003e Newly packaged furniture may have a slight odour after delivery. This usually dissipates after several days of ventilation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eDelivery Access Notice:\u003c\/b\u003e This product is supplied as a finished reception counter with no assembly required. Please confirm access width, lift size, stair clearance, and final placement route before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for beauty salon reception desk and commercial front counter orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFinished Product Delivery:\u003c\/b\u003e Assembly is not required. The counter is delivered as a large finished product, so access planning is important before dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eReception Layout Check:\u003c\/b\u003e Confirm selected length, staff seating space, customer-facing side, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check nearby power access and safe cable routing for LED lighting before daily use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e For beauty salons, clinics, offices, studios, and commercial fit-outs, confirm size, colour, material, and style requirements before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this beauty salon reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required. Because it is supplied as a finished reception counter, please confirm doorway width, lift access, stair clearance, and placement route before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the reception desk include LED lighting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. LED light strips are installed under the countertop to create a soft ambient effect and a more modern reception atmosphere. Please confirm power access before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this reception furniture be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customisation is available for size, colour, material, and style. Please confirm all measurements and project requirements before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected length, doorway width, lift access, stair clearance, staff seating space, LED power access, and final placement area before placing an order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDT7175\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDT7175\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Beige + Gold \/ L120*W60*H100cm","offer_id":42944267059248,"sku":"JDT-7175-01","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L150*W60*H100cm","offer_id":42944267092016,"sku":"JDT-7175-06","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L160*W60*H100cm","offer_id":42944267124784,"sku":"JDT-7175-11","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L180*W60*H100cm","offer_id":42944267157552,"sku":"JDT-7175-16","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L200*W60*H100cm","offer_id":42944267190320,"sku":"JDT-7175-21","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L220*W60*H100cm","offer_id":42944267223088,"sku":"JDT-7175-26","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L240*W60*H100cm","offer_id":42944267255856,"sku":"JDT-7175-31","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L260*W60*H100cm","offer_id":42944267288624,"sku":"JDT-7175-36","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L280*W60*H100cm","offer_id":42944267321392,"sku":"JDT-7175-41","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L300*W60*H100cm","offer_id":42944267354160,"sku":"JDT-7175-46","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L320*W60*H100cm","offer_id":42944267386928,"sku":"JDT-7175-51","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L350*W60*H100cm","offer_id":42944267419696,"sku":"JDT-7175-56","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Beige + Gold \/ L360*W60*H100cm","offer_id":42944267452464,"sku":"JDT-7175-61","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L120*W60*H100cm","offer_id":42944267485232,"sku":"JDT-7175-02","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L150*W60*H100cm","offer_id":42944267518000,"sku":"JDT-7175-07","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L160*W60*H100cm","offer_id":42944267550768,"sku":"JDT-7175-12","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L180*W60*H100cm","offer_id":42944267583536,"sku":"JDT-7175-17","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L200*W60*H100cm","offer_id":42944267616304,"sku":"JDT-7175-22","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L220*W60*H100cm","offer_id":42944267649072,"sku":"JDT-7175-27","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L240*W60*H100cm","offer_id":42944267681840,"sku":"JDT-7175-32","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L260*W60*H100cm","offer_id":42944267714608,"sku":"JDT-7175-37","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L280*W60*H100cm","offer_id":42944267747376,"sku":"JDT-7175-42","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L300*W60*H100cm","offer_id":42944267780144,"sku":"JDT-7175-47","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L320*W60*H100cm","offer_id":42944267812912,"sku":"JDT-7175-52","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L350*W60*H100cm","offer_id":42944267845680,"sku":"JDT-7175-57","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Blue + Silver \/ L360*W60*H100cm","offer_id":42944267878448,"sku":"JDT-7175-62","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L120*W60*H100cm","offer_id":42944267911216,"sku":"JDT-7175-03","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L150*W60*H100cm","offer_id":42944267943984,"sku":"JDT-7175-08","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L160*W60*H100cm","offer_id":42944267976752,"sku":"JDT-7175-13","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L180*W60*H100cm","offer_id":42944268009520,"sku":"JDT-7175-18","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L200*W60*H100cm","offer_id":42944268042288,"sku":"JDT-7175-23","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L220*W60*H100cm","offer_id":42944268075056,"sku":"JDT-7175-28","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L240*W60*H100cm","offer_id":42944268107824,"sku":"JDT-7175-33","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L260*W60*H100cm","offer_id":42944268140592,"sku":"JDT-7175-38","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L280*W60*H100cm","offer_id":42944268173360,"sku":"JDT-7175-43","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L300*W60*H100cm","offer_id":42944268206128,"sku":"JDT-7175-48","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L320*W60*H100cm","offer_id":42944268238896,"sku":"JDT-7175-53","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L350*W60*H100cm","offer_id":42944268271664,"sku":"JDT-7175-58","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gold \/ L360*W60*H100cm","offer_id":42944268304432,"sku":"JDT-7175-63","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L120*W60*H100cm","offer_id":42944268337200,"sku":"JDT-7175-04","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L150*W60*H100cm","offer_id":42944268369968,"sku":"JDT-7175-09","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L160*W60*H100cm","offer_id":42944268402736,"sku":"JDT-7175-14","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L180*W60*H100cm","offer_id":42944268435504,"sku":"JDT-7175-19","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L200*W60*H100cm","offer_id":42944268468272,"sku":"JDT-7175-24","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L220*W60*H100cm","offer_id":42944268501040,"sku":"JDT-7175-29","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L240*W60*H100cm","offer_id":42944268533808,"sku":"JDT-7175-34","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L260*W60*H100cm","offer_id":42944268566576,"sku":"JDT-7175-39","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L280*W60*H100cm","offer_id":42944268599344,"sku":"JDT-7175-44","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L300*W60*H100cm","offer_id":42944268632112,"sku":"JDT-7175-49","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L320*W60*H100cm","offer_id":42944268664880,"sku":"JDT-7175-54","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L350*W60*H100cm","offer_id":42944268697648,"sku":"JDT-7175-59","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Orange + Silver \/ L360*W60*H100cm","offer_id":42944268730416,"sku":"JDT-7175-64","price":4053.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L120*W60*H100cm","offer_id":42944268763184,"sku":"JDT-7175-05","price":2071.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L150*W60*H100cm","offer_id":42944268795952,"sku":"JDT-7175-10","price":2564.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L160*W60*H100cm","offer_id":42944268828720,"sku":"JDT-7175-15","price":2584.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L180*W60*H100cm","offer_id":42944268861488,"sku":"JDT-7175-20","price":2732.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L200*W60*H100cm","offer_id":42944268894256,"sku":"JDT-7175-25","price":2801.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L220*W60*H100cm","offer_id":42944268927024,"sku":"JDT-7175-30","price":2958.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L240*W60*H100cm","offer_id":42944268959792,"sku":"JDT-7175-35","price":2998.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L260*W60*H100cm","offer_id":42944268992560,"sku":"JDT-7175-40","price":3146.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L280*W60*H100cm","offer_id":42944269025328,"sku":"JDT-7175-45","price":3175.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L300*W60*H100cm","offer_id":42944269058096,"sku":"JDT-7175-50","price":3392.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L320*W60*H100cm","offer_id":42944269090864,"sku":"JDT-7175-55","price":3609.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L350*W60*H100cm","offer_id":42944269123632,"sku":"JDT-7175-60","price":3945.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + Silver \/ L360*W60*H100cm","offer_id":42944269156400,"sku":"JDT-7175-65","price":4053.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/reception_furniture_beauty_salon_reception_desk_kaguyasuJDT-7175-main_images_6.webp?v=1778726433"},{"product_id":"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/reception_desk_dimensions_affordable_reception_desk_kaguyasuJDT-2192-main_images_6.webp?v=1782211295","url":"https:\/\/kaguyasu.co.uk\/collections\/office-reception-desk.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}