{"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","url":"https:\/\/kaguyasu.co.uk\/products\/reception-furniture-beauty-salon-jdt-7175","provider":"Kaguyasu-EU","version":"1.0","type":"link"}