{"product_id":"wood-reception-desk-beauty-sale-jdt-m110","title":"Wood Reception Desk | Beauty Reception Desk for Sale | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eElegant Wood Aesthetic:\u003c\/b\u003e A refined wood reception desk with smooth arched lines and warm grain-style finishes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eComfortable Reception Desk Height:\u003c\/b\u003e Designed at a practical working height for daily front desk tasks and guest interaction.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOrganised Modern Front Desk:\u003c\/b\u003e Drawers, cabinets, and open shelves help keep reception essentials classified and easy to access.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eReady-to-Use Convenience:\u003c\/b\u003e A fully assembled beauty reception desk for sale, suitable for salons, studios, clinics, and office lobbies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Size Customisation:\u003c\/b\u003e Available in multiple listed sizes, with size customisation support for different reception layouts and commercial spaces.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerJDTM110\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eWood Reception Desk for Beauty and Commercial Spaces\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_5.jpg?v=1778816186\" alt=\"Wood reception desk with arched front design for beauty salon\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a calm and welcoming first impression with this wood reception desk. Its arched front design, practical storage layout, and warm colour options make it a strong choice for beauty salons, clinics, studios, offices, and modern commercial lobbies.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images.jpg?v=1779327003\" alt=\"Wood reception desk storage with drawers cabinets and shelves\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExcellent Storage for a Modern Front Desk\u003c\/h3\u003e\n          \u003cp\u003eKeep your reception area organised and professional. This modern front desk combines drawers, cabinets, and open shelves so staff can store documents, payment devices, service tools, and daily essentials without cluttering the counter.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_6.jpg?v=1778816187\" alt=\"Spacious tabletop and comfortable reception desk height\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Tabletop with Comfortable Height\u003c\/h3\u003e\n          \u003cp\u003eWork comfortably through busy service hours. The wide tabletop provides room for a monitor, laptop, documents, card terminal, and guest-facing items, while the practical reception desk height supports smooth communication with visitors.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_3.jpg?v=1778816185\" alt=\"Elegant arched wood grain beauty reception desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eElegant Arched Lines and Wood Grain Look\u003c\/h3\u003e\n          \u003cp\u003eThe soft arched front panel helps the desk feel more welcoming than a standard straight counter. Combined with walnut, beige, and black finish options, it works well as a beauty reception desk for sale for brands that want a calm, premium atmosphere.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_4.jpg?v=1778816185\" alt=\"Kaguyasu wood reception desk colour options in walnut beige and black\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eWood Reception Desk \/ Beauty Salon Reception Counter\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eWalnut, Black Wood Grain, Beige, Black\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 100¡§C150kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e100 ?¨¢ 50 ?¨¢ 100cm, 120 ?¨¢ 50 ?¨¢ 100cm, 150 ?¨¢ 60 ?¨¢ 100cm, 160 ?¨¢ 60 ?¨¢ 100cm, 180 ?¨¢ 60 ?¨¢ 100cm, 200 ?¨¢ 60 ?¨¢ 100cm, 220 ?¨¢ 60 ?¨¢ 100cm, 240 ?¨¢ 60 ?¨¢ 100cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eNot required. Delivered as a finished product for easier setup.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eSize customisation is available\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_detailed_images_19.webp?v=1778726695\" alt=\"Wood reception desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to the nature of wood-style materials and surface finishes, slight variations in colour, texture, or grain pattern may occur and are not considered product defects.\u003c\/p\u003e\n        \u003cp\u003eProduct photos are for reference only. Actual colour may vary slightly depending on lighting conditions, photography settings, and screen resolution.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important delivery guidelines for this large, pre-assembled commercial reception desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the finished product size, delivery is generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size, entrance width, lift access, stair clearance, and delivery route before purchasing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eNon-Delivery Risk:\u003c\/b\u003e If delivery cannot be completed due to access restrictions, returns or cancellations may not be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Courier Notice:\u003c\/b\u003e The designated furniture shipping carrier and tracking details will be provided by email after dispatch.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requests:\u003c\/b\u003e If you require additional handling or room-of-choice delivery, please contact our support team before fulfilment, as extra fees may apply.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this wood reception desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. The desk is delivered as a finished product, helping reduce setup time for salons, clinics, offices, and other commercial reception spaces.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I customise the size?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Size customisation is available. Please share your preferred dimensions and space requirements before placing a custom order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs this suitable as a beauty reception desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The arched front design, warm wood-style appearance, and practical storage layout make it suitable for beauty salons, nail studios, spa reception areas, clinics, and small commercial lobbies.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the product size, packaging size, entrance width, corridor route, lift dimensions, stair clearance, and final placement area before purchase, especially because the desk is delivered pre-assembled.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerJDTM110\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerJDTM110\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Walnut \/ 120*50*100cm","offer_id":43082414358576,"sku":"JDT-M110-02","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 150*60*100cm","offer_id":43082414391344,"sku":"JDT-M110-03","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 160*60*100cm","offer_id":43082414424112,"sku":"JDT-M110-04","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 180*60*100cm","offer_id":43082414456880,"sku":"JDT-M110-05","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*60*100cm","offer_id":43082414489648,"sku":"JDT-M110-06","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 220*60*100cm","offer_id":43082414522416,"sku":"JDT-M110-07","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*60*100cm","offer_id":43082414555184,"sku":"JDT-M110-08","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 100*50*100cm","offer_id":43011272572976,"sku":"JDT-M110-09","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 120*50*100cm","offer_id":43011272605744,"sku":"JDT-M110-010","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 150*60*100cm","offer_id":43011272638512,"sku":"JDT-M110-011","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 160*60*100cm","offer_id":43011272671280,"sku":"JDT-M110-012","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 180*60*100cm","offer_id":43011272704048,"sku":"JDT-M110-013","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 200*60*100cm","offer_id":43011272736816,"sku":"JDT-M110-014","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 220*60*100cm","offer_id":43011272769584,"sku":"JDT-M110-015","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Black (wood grain) \/ 240*60*100cm","offer_id":43011272802352,"sku":"JDT-M110-016","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 100*50*100cm","offer_id":43011272835120,"sku":"JDT-M110-017","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 120*50*100cm","offer_id":43011272867888,"sku":"JDT-M110-018","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 150*60*100cm","offer_id":43011272900656,"sku":"JDT-M110-019","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 160*60*100cm","offer_id":43011272933424,"sku":"JDT-M110-020","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 180*60*100cm","offer_id":43011272966192,"sku":"JDT-M110-021","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 200*60*100cm","offer_id":43011272998960,"sku":"JDT-M110-022","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 220*60*100cm","offer_id":43011273031728,"sku":"JDT-M110-023","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Beige \/ 240*60*100cm","offer_id":43011273064496,"sku":"JDT-M110-024","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 100*50*100cm","offer_id":43011273097264,"sku":"JDT-M110-025","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 120*50*100cm","offer_id":43011273130032,"sku":"JDT-M110-026","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 150*60*100cm","offer_id":43011273162800,"sku":"JDT-M110-027","price":1508.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 160*60*100cm","offer_id":43011273195568,"sku":"JDT-M110-028","price":1608.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 180*60*100cm","offer_id":43011273228336,"sku":"JDT-M110-029","price":1659.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*60*100cm","offer_id":43011273261104,"sku":"JDT-M110-030","price":1810.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 220*60*100cm","offer_id":43011273293872,"sku":"JDT-M110-031","price":1830.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*60*100cm","offer_id":43011273326640,"sku":"JDT-M110-032","price":1930.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 100*50*100cm","offer_id":43256717934640,"sku":"JDT-M110-01","price":1006.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wood_reception_desk_beauty_reception_desk_for_sale_kaguyasuJDT-M110_main_images_7.jpg?v=1778816157","url":"https:\/\/kaguyasu.co.uk\/products\/wood-reception-desk-beauty-sale-jdt-m110","provider":"Kaguyasu-EU","version":"1.0","type":"link"}