{"title":"Sofas \u0026 Chairs","description":"","products":[{"product_id":"chic-minimalist-sofa-small-settees-velvet-bsf-2040","title":"Chic Minimalist Sofa | Elegant Small Sofas and Settees | 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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSpace-Saving Design:\u003c\/b\u003e An elegant \u003cb\u003esmall sofa for bedroom\u003c\/b\u003e or living room settings, offering compact luxury.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePet Friendly Durability:\u003c\/b\u003e Premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e wrapped in skin-friendly, cat scratch-resistant fabric.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e Natural resilient latex and 45D foam provide a seating experience that rivals \u003cb\u003elarge comfy sofas\u003c\/b\u003e.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Support:\u003c\/b\u003e A robust \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration with a solid wood frame supporting up to 440lb.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDeep Seat Comfort:\u003c\/b\u003e Widened seat depth allows comfortable cross-legged sitting, making the sofa practical for compact lounge or bedroom use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBSF2040\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Modern Velvet Small Sofas and Settees\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/1_7e7d9037-d398-4d7e-bfd8-87b9e0569034.jpg?v=1747978008\" alt=\"Chic minimalist small sofa and settee by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eRedefine your living space. This modern velvet \u003cb\u003esmall sofas and settees\u003c\/b\u003e piece combines skin-friendly breathability with a full, luxurious texture for comfort.\u003c\/p\u003e\n\n      \u003ch2\u003eThree Key Sofa Design Features\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/2_635a9ffa-d9db-4a0a-80c4-afae38708ca6.jpg?v=1747978008\" alt=\"Three key design features of minimalist sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/3_8fd7fc9f-aad3-45d4-9573-4a1b2242c57b.jpg?v=1747978008\" alt=\"Skin-friendly cat scratch resistant sofa fabric\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSkin Friendly Cat Scratch Resistant Sofa Fabric\u003c\/h3\u003e\n          \u003cp\u003eEnjoy pet-friendly luxury effortlessly. The waterproof, stain-resistant surface features a floral absorption process, giving it the delicate, durable texture of genuine leather.\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\/0780\/8693\/0718\/files\/4_4414d459-4c35-4945-94a0-97272de51b9c.jpg?v=1747978007\" alt=\"Natural resilient latex cushioning for 2 seater sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNatural Resilient Latex 2 Seater Sofa Cushioning\u003c\/h3\u003e\n          \u003cp\u003eAdapt perfectly to your curves. This highly resilient \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration uses natural honeycomb latex to release excess body heat while providing a contouring fit.\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\/0780\/8693\/0718\/files\/5_049620b7-74c4-496d-908e-0c5f9eafe6b9.jpg?v=1747978007\" alt=\"45D high density resilient foam sofa support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy Duty 45D High Density Resilient Foam\u003c\/h3\u003e\n          \u003cp\u003eStep away from standard \u003cb\u003elarge comfy sofas\u003c\/b\u003e and experience 45D foam capable of supporting up to 440lb without deformation, ensuring sag-free commercial durability.\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\/0780\/8693\/0718\/files\/6_869fc5a0-47cc-489b-a127-72ad54a2b504.jpg?v=1747978006\" alt=\"Solid wood frame internal support structure\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSolid Wood Frame Internal Support Structure\u003c\/h3\u003e\n          \u003cp\u003eEnsure strong commercial stability. The solid wood main frame, paired with serpentine springs and elastic bands, supports resilience and compression resistance.\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\/0780\/8693\/0718\/files\/7_296ee340-58d3-4c78-ada2-aef151090265.jpg?v=1747978007\" alt=\"Spacious seat depth for small sofa for bedroom\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seat Depth For Small Sofa for Bedroom\u003c\/h3\u003e\n          \u003cp\u003eMaximize compact comfort instantly. Perfect as a luxurious \u003cb\u003esmall sofa for bedroom\u003c\/b\u003e settings, the widened seat surface allows comfortable cross-legged sitting.\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\/0780\/8693\/0718\/files\/8_d1dd1b95-9aec-4a61-8869-9b42450b9d1a.jpg?v=1747978008\" alt=\"Velvet fiber cotton filled plush throw pillow\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVelvet Fiber Cotton Filled Plush Throw Pillow\u003c\/h3\u003e\n          \u003cp\u003eShowcase minimalist perfection. The throw pillow is filled with full, fluffy velvet fiber cotton, providing long-lasting support that prevents sagging.\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\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_detailed_images_2.jpg?v=1779161019\" alt=\"Widened spacious seat depth sofa detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seat Depth\u003c\/h3\u003e\n          \u003cp\u003eThe widened and enlarged seating surface allows you to sit cross-legged comfortably without feeling cramped, offering ample space to stretch and accommodating any sitting posture.\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\/0780\/8693\/0718\/files\/10_64c735b1-14b2-4b4a-90f0-4f42e0a723a2.jpg?v=1747978007\" alt=\"Velvet fiber cotton filled throw pillow detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eVelvet Fiber Cotton-Filled Throw Pillow\u003c\/h3\u003e\n          \u003cp\u003eThe throw pillow is filled with velvet fiber cotton, making it fluffy, soft, and full. It is resistant to deformation and sagging, with a sturdy and solid frame for long-lasting support.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColor Difference Notice\u003c\/h2\u003e\n      \u003cp\u003eDue to differences in monitor settings and lighting, there may be slight color variations in the product. Please refer to the actual product for the most accurate color.\u003c\/p\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/11_e174a2ae-24b6-454e-ab26-9cd7ad625179.jpg?v=1747978193\" alt=\"Color difference notice for minimalist sofa\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColor Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/17_upscayl_1x_realesrgan-x4plus.png?v=1747982026\" alt=\"Color options for Kaguyasu small sofas and settees\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_colors.jpg?v=1743479482\" alt=\"Custom color options for Kaguyasu sofa\" 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\"\u003eSofa Type\u003c\/th\u003e\n              \u003ctd\u003eModern velvet small sofa \/ 2 seater sofa\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFabric\u003c\/th\u003e\n              \u003ctd\u003eSkin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n              \u003ctd\u003eNatural resilient honeycomb latex and 45D high-density resilient foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eSolid wood main frame with serpentine springs and elastic bands\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport Capacity\u003c\/th\u003e\n              \u003ctd\u003eUp to 440lb\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSeat Design\u003c\/th\u003e\n              \u003ctd\u003eWidened and enlarged seat surface for cross-legged sitting\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eThrow Pillow\u003c\/th\u003e\n              \u003ctd\u003eVelvet fiber cotton-filled throw pillow\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\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\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_detailed_images_1.jpg?v=1779161019\" alt=\"Chic minimalist sofa dimensions guide\" class=\"kagu-section-img\"\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 information for this minimalist sofa:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eFabric:\u003c\/b\u003e The product description lists skin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface features.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCushioning:\u003c\/b\u003e Natural honeycomb latex and 45D high-density resilient foam support contouring comfort and resilience.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFrame:\u003c\/b\u003e The solid wood main frame is paired with serpentine springs and elastic bands.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSupport Capacity:\u003c\/b\u003e The product description lists support up to 440lb.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSeat Depth:\u003c\/b\u003e The widened seating surface supports comfortable cross-legged sitting.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Notice:\u003c\/b\u003e Slight color variation may occur due to monitor settings and lighting; please refer to the actual product for the most accurate color.\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\u003eWhat fabric is used for this small sofa?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists skin-friendly, cat scratch-resistant fabric with waterproof and stain-resistant surface features.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat cushioning materials are included?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe sofa uses natural resilient honeycomb latex and 45D high-density resilient foam.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed support capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists support up to 440lb.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be used in compact spaces?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description positions it as an elegant small sofa for bedroom or living room settings, with a widened seat surface for compact comfort.\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=\"KaguReadMoreTriggerBSF2040\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF2040\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011287482416,"sku":"BSF-2040-01","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011287515184,"sku":"BSF-2040-02","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287547952,"sku":"BSF-2040-03","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287580720,"sku":"BSF-2040-04","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011287613488,"sku":"BSF-2040-05","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287646256,"sku":"BSF-2040-06","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011287679024,"sku":"BSF-2040-07","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011287711792,"sku":"BSF-2040-08","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287744560,"sku":"BSF-2040-09","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287777328,"sku":"BSF-2040-10","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011287810096,"sku":"BSF-2040-11","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011287842864,"sku":"BSF-2040-12","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011287875632,"sku":"BSF-2040-13","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Green + White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011287908400,"sku":"BSF-2040-14","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011287941168,"sku":"BSF-2040-15","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011287973936,"sku":"BSF-2040-16","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288006704,"sku":"BSF-2040-17","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288039472,"sku":"BSF-2040-18","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288072240,"sku":"BSF-2040-19","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288105008,"sku":"BSF-2040-20","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288137776,"sku":"BSF-2040-21","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288170544,"sku":"BSF-2040-22","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011288203312,"sku":"BSF-2040-23","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011288236080,"sku":"BSF-2040-24","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288268848,"sku":"BSF-2040-25","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288301616,"sku":"BSF-2040-26","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288334384,"sku":"BSF-2040-27","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288367152,"sku":"BSF-2040-28","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288399920,"sku":"BSF-2040-29","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288432688,"sku":"BSF-2040-30","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288465456,"sku":"BSF-2040-31","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288498224,"sku":"BSF-2040-32","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288530992,"sku":"BSF-2040-33","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288563760,"sku":"BSF-2040-34","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288596528,"sku":"BSF-2040-35","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Red-Brown + White \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288629296,"sku":"BSF-2040-36","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011288662064,"sku":"BSF-2040-37","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011288694832,"sku":"BSF-2040-38","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288727600,"sku":"BSF-2040-39","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288760368,"sku":"BSF-2040-40","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288793136,"sku":"BSF-2040-41","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288825904,"sku":"BSF-2040-42","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011288858672,"sku":"BSF-2040-43","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Light Gallery \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011288891440,"sku":"BSF-2040-44","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288924208,"sku":"BSF-2040-45","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011288956976,"sku":"BSF-2040-46","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011288989744,"sku":"BSF-2040-47","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289022512,"sku":"BSF-2040-48","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289055280,"sku":"BSF-2040-49","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray + Light Gray \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289088048,"sku":"BSF-2040-50","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Armchair \/ 100.08cm x 96.01cm x 62.99cm","offer_id":43011289120816,"sku":"BSF-2040-51","price":866.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Love Seat \/ 199.90cm x 96.01cm x 62.99cm","offer_id":43011289153584,"sku":"BSF-2040-52","price":1716.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289186352,"sku":"BSF-2040-53","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289219120,"sku":"BSF-2040-54","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289251888,"sku":"BSF-2040-55","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289284656,"sku":"BSF-2040-56","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289317424,"sku":"BSF-2040-57","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Velvet + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289350192,"sku":"BSF-2040-58","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289382960,"sku":"BSF-2040-59","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289415728,"sku":"BSF-2040-60","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289448496,"sku":"BSF-2040-61","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289481264,"sku":"BSF-2040-62","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289514032,"sku":"BSF-2040-63","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289546800,"sku":"BSF-2040-64","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289579568,"sku":"BSF-2040-65","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289612336,"sku":"BSF-2040-66","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289645104,"sku":"BSF-2040-67","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289677872,"sku":"BSF-2040-68","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289710640,"sku":"BSF-2040-69","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289743408,"sku":"BSF-2040-70","price":2692.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 219.96cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289776176,"sku":"BSF-2040-71","price":1975.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 260.10cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289808944,"sku":"BSF-2040-72","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 279.91cm x 96.01cm x 62.99cm","offer_id":43011289841712,"sku":"BSF-2040-73","price":2720.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 299.97cm x 96.01cm x 62.99cm x 62.99cm","offer_id":43011289874480,"sku":"BSF-2040-74","price":2267.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 320.04cm x 62.99cm x 62.99cm","offer_id":43011289907248,"sku":"BSF-2040-75","price":2482.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Cat Scratch-resistant Fabric + Latex \/ Sofa \/ 359.92cm x 96.01cm x 62.99cm","offer_id":43011289940016,"sku":"BSF-2040-76","price":2692.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/chic_minimalist_sofa_elegant_small_sofas_and_settees_kaguyasuBSF-2040_main_images_18.webp?v=1778729838"},{"product_id":"ergonomic-office-chair-premium-seating-uk-bgy-052","title":"Ergonomic Office Chair | Premium Office Seating UK | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 30px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eEngineering Peak Workplace Performance\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eErgonomic Excellence:\u003c\/b\u003e A premium ergonomic office chair architecturally engineered with precision-targeted lumbar support to actively align posture and distribute body weight.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBreathable Climate Comfort:\u003c\/b\u003e Premium, high-tension suspension mesh computer chair designed to maximize ventilation, providing cooling comfort during intensive working hours.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCustomizable Posture Fluidity:\u003c\/b\u003e Highly adjustable chair mechanics including intuitive pneumatic lift and recline controls, adapting seamlessly to your personal workflow.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCommercial-Grade Reliability:\u003c\/b\u003e Setting a robust, high-performance standard for modern office seating UK workspaces, blending uncompromised durability with incredible value.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003ePremium Ergonomic Mesh Office Chair\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eTrue cognitive focus begins with physical alignment. This Task Chair represents a sophisticated approach to office wellness, removing the distractions of physical fatigue. Its minimalist profile houses a comprehensive network of adaptive supports¡ªmost notably a responsive lumbar matrix that conforms to your micro-movements. Enwrapped in contract-grade performance mesh, it honors the principles of \"Warm Minimalism\" by keeping lines clean and breathability absolute, ensuring high-focus executive environments stay effortlessly comfortable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_premium_office_seating_uk_kaguyasuBGY-m-052_detailed_images_2.jpg?v=1779161299\" alt=\"Kaguyasu Premium Ergonomic Mesh Office Chair with Dynamic Lumbar Support\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Professional Seating Series\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eHigh-Elasticity Breathable Tech Mesh, Reinforced Engineered Framework\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorway\u003c\/th\u003e\n\u003ctd\u003eExecutive Core Black\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profile\u003c\/th\u003e\n\u003ctd\u003e17 kg (Solid, balanced anti-tip stability)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePhysical Footprint\u003cbr\u003e\u003csmall\u003e(W * D * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e64 * 45 * 105 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly Details\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Comes flat-packed with high-precision alignment hardware and components)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eStandardized Workspace Framework (Bespoke alterations not available)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eEnterprise Contract \u0026amp; Bulk Procurement\u003c\/h3\u003e\n    \u003cp\u003eThis professional seating series serves as a foundational blueprint for corporate office renovations, commercial tech hubs, and co-working environments throughout the United Kingdom and Europe. We are fully equipped to manage large-scale corporate specifications. For specialized project quotes, bulk container-level pricing, or formal tenders, please contact our commercial account team.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes Kaguyasu accept large-scale corporate and B2B bulk orders?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes, we specialize in high-volume enterprise contract furnishing. Whether you are scaling a single floor or a multi-city headquarters, we offer tiered commercial trade terms, direct freight logistics, and streamlined account management for corporate entities. Connect with our contract consultants to initiate a quote.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a commercial furniture assembly service available for this chair?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. While individual retail orders arrive flat-packed with an intuitive, self-guided hardware kit, we can arrange dedicated on-site professional assembly and office layout services for larger commercial project deployments. Please discuss your volume requirements and installation timelines with our B2B trade team.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat makes the dynamic lumbar support unique compared to standard chairs?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis ergonomic chair features an active, targeted lumbar mechanism that mimics the natural curvature of the human spine. Instead of a rigid barrier, it provides elastic resistance that counteracts lower-back pressure as you tilt or shift focus, drastically reducing slouching and posture-related stress during extended workflows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Type A","offer_id":42944205357104,"sku":"BGY-m-052-01","price":158.0,"currency_code":"GBP","in_stock":true},{"title":"Type B","offer_id":42944205389872,"sku":"BGY-m-052-02","price":169.0,"currency_code":"GBP","in_stock":true},{"title":"Type C","offer_id":42944205422640,"sku":"BGY-m-052-03","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Type D","offer_id":42944205455408,"sku":"BGY-m-052-04","price":205.0,"currency_code":"GBP","in_stock":true},{"title":"Type E","offer_id":42944205488176,"sku":"BGY-m-052-05","price":205.0,"currency_code":"GBP","in_stock":true},{"title":"Type F","offer_id":42944205520944,"sku":"BGY-m-052-06","price":216.0,"currency_code":"GBP","in_stock":true},{"title":"Type G","offer_id":42944205553712,"sku":"BGY-m-052-07","price":158.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_premium_office_seating_uk_kaguyasuBGY-m-052_main_images_6.webp?v=1778729562"},{"product_id":"modern-office-sofa-compact-white-living-room-bsf-018","title":"Modern Office Sofa | Compact White Sofa for Living Room | 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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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 Aesthetics:\u003c\/b\u003e A premium \u003cb\u003ewood frame sofa\u003c\/b\u003e designed to beautifully elevate contemporary living spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Elegance:\u003c\/b\u003e The perfect \u003cb\u003esofa for living room\u003c\/b\u003e comfort that transforms your home into a cozy retreat.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Sizing:\u003c\/b\u003e Premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e tailored for highly dynamic and compact environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e An ergonomic \u003cb\u003e2 seater sofa\u003c\/b\u003e featuring deep, high-rebound urethane foam cushions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Support Structure:\u003c\/b\u003e Natural wood frame, S-springs, and silicone fill support long-lasting comfort for daily seating.\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=\"KaguReadMoreTriggerBSF018\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eContemporary Wood Frame Sofa Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_3.jpg?v=1779160997\" alt=\"Modern office sofa compact white sofa for living room by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your home. This \u003cb\u003ewood frame sofa\u003c\/b\u003e blends a sleek modern aesthetic with lasting durability for daily relaxation.\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_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images.jpg?v=1779676710\" alt=\"Sofa for living room with deep seat comfort\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eUltimate Sofa for Living Room Comfort\u003c\/h3\u003e\n          \u003cp\u003eSink into luxury. The deep seat design makes this \u003cb\u003esofa for living room\u003c\/b\u003e spaces the perfect centerpiece for spending quality time.\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_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_7.jpg?v=1779676379\" alt=\"Space saving small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpace Saving Small Sofas and Settees\u003c\/h3\u003e\n          \u003cp\u003eMaximize your floor plan. These \u003cb\u003esmall sofas and settees\u003c\/b\u003e offer exceptional comfort and full-body relaxation for compact, cozy environments.\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_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_6.jpg?v=1779676379\" alt=\"Ergonomic cloud-like two seater sofa cushion\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eErgonomic Cloud-Like 2 Seater Sofa\u003c\/h3\u003e\n          \u003cp\u003eExperience superior support. This \u003cb\u003e2 seater sofa\u003c\/b\u003e features high-rebound urethane and silicone-filled cushions that contour to your body.\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_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_4.jpg?v=1779676378\" alt=\"Soft cushion detail for modern office sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSoft Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe listed cushion materials include high-rebound urethane and silicone fill, supporting a soft and comfortable sitting experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_detailed_images_1.jpg?v=1779160996\" alt=\"Color options for Kaguyasu modern office sofa\" 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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eFlannel fabric, high-rebound urethane\u003cbr\u003eNatural wood frame, S-springs, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eLight brown + white, white, light brown\u003cbr\u003eDark brown + white, blue + light gray\u003cbr\u003eLight gray, dark gray, yellow, dark gray + light gray\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20¡§C60kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e120 ?¨¢ 96 ?¨¢ 63cm, 200 ?¨¢ 96 ?¨¢ 63cm\u003cbr\u003e220 ?¨¢ 96 ?¨¢ 63cm, 260 ?¨¢ 96 ?¨¢ 63cm\u003cbr\u003e280 ?¨¢ 96 ?¨¢ 63cm, 300 ?¨¢ 96 ?¨¢ 63cm\u003cbr\u003e320 ?¨¢ 96 ?¨¢ 63cm, 360 ?¨¢ 96 ?¨¢ 63cm\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\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\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 information for this finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Status:\u003c\/b\u003e Assembly is not required for this product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the large size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you have any questions about product size, weight, or other details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping company will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If delivery to your location is required, a delivery fee will be charged. If you do not require delivery to your location, please make arrangements to receive the package on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Because it is made of natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photo may differ from the actual product. Product photos are for illustrative purposes only.\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 modern office sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the large size of the finished product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Light brown + white, white, light brown, Dark brown + white, blue + light gray, Light gray, dark gray, yellow, and dark gray + light gray.\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=\"KaguReadMoreTriggerBSF018\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF018\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*96*63cm Single \/ none","offer_id":42944218300464,"sku":"BSF-018-01","price":427.0,"currency_code":"GBP","in_stock":true},{"title":"200*96*63cm Three people \/ none","offer_id":42944218333232,"sku":"BSF-018-03","price":759.0,"currency_code":"GBP","in_stock":true},{"title":"200*96*63cm Three people \/ can be","offer_id":42944218366000,"sku":"BSF-018-04","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"220*96*63cm split type three people \/ none","offer_id":42944218398768,"sku":"BSF-018-05","price":876.0,"currency_code":"GBP","in_stock":true},{"title":"220*96*63cm split type three people \/ can be","offer_id":42944218431536,"sku":"BSF-018-06","price":1070.0,"currency_code":"GBP","in_stock":true},{"title":"260*96*63cm split type 4 people \/ none","offer_id":42944218464304,"sku":"BSF-018-07","price":992.0,"currency_code":"GBP","in_stock":true},{"title":"260*96*63cm split type 4 people \/ can be","offer_id":42944218497072,"sku":"BSF-018-08","price":1168.0,"currency_code":"GBP","in_stock":true},{"title":"280*96*63cm split type 4 people \/ none","offer_id":42944218529840,"sku":"BSF-018-09","price":1109.0,"currency_code":"GBP","in_stock":true},{"title":"280*96*63cm split type 4 people \/ can be","offer_id":42944218562608,"sku":"BSF-018-010","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"300*96*63cm split type 4 people \/ none","offer_id":42944218595376,"sku":"BSF-018-011","price":1225.0,"currency_code":"GBP","in_stock":true},{"title":"300*96*63cm split type 4 people \/ can be","offer_id":42944218628144,"sku":"BSF-018-012","price":1419.0,"currency_code":"GBP","in_stock":true},{"title":"320*96*63cm split type five people \/ none","offer_id":42944218660912,"sku":"BSF-018-013","price":1342.0,"currency_code":"GBP","in_stock":true},{"title":"320*96*63cm split type five people \/ can be","offer_id":42944218693680,"sku":"BSF-018-014","price":1536.0,"currency_code":"GBP","in_stock":true},{"title":"360*96*63cm split type 5 people \/ none","offer_id":42944218726448,"sku":"BSF-018-015","price":1458.0,"currency_code":"GBP","in_stock":true},{"title":"360*96*63cm split type 5 people \/ can be","offer_id":42944218759216,"sku":"BSF-018-016","price":1652.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_sofa_compact_white_sofa_for_living_room_kaguyasuBSF-018_main_images_2.jpg?v=1779160991"},{"product_id":"minimalist-sofa-small-leather-office-sofa-bsf-019","title":"Minimalist Sofa | Premium Small Leather Sofa for Office | 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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eMinimalist Office Sofa:\u003c\/b\u003e A premium \u003cb\u003esmall leather sofa for office\u003c\/b\u003e spaces with a clean, modern appearance.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMultiple Size Options:\u003c\/b\u003e Available widths include 110cm, 180cm, 220cm, 260cm, 280cm, and 310cm.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFinished Product:\u003c\/b\u003e Assembly is not required, making it easier to place after delivery.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eListed Load Capacity:\u003c\/b\u003e The listed load capacity is 250kg.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePractical Office Materials:\u003c\/b\u003e Synthetic leather, sponge, and polyester create a practical seating option for daily office use.\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=\"KaguReadMoreTriggerBSF019\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Sofa for Office Spaces\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_8.jpg?v=1779703447\" alt=\"Minimalist sofa premium small leather sofa for office by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA premium minimalist sofa made with synthetic leather, sponge, and polyester, available in multiple colors and widths for office seating 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\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_9.jpg?v=1779703467\" alt=\"Premium small leather sofa for office detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynthetic Leather Office Sofa\u003c\/h3\u003e\n          \u003cp\u003eThe listed materials include synthetic leather, sponge, and polyester, creating a practical sofa option for office seating 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\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_11.jpg?v=1779703474\" alt=\"Minimalist sofa seating detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMultiple Width Options\u003c\/h3\u003e\n          \u003cp\u003eChoose from 110cm, 180cm, 220cm, 260cm, 280cm, and 310cm widths to match your planned office layout.\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\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_7.jpg?v=1779703488\" alt=\"Finished minimalist office sofa detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eNo Assembly Required\u003c\/h3\u003e\n          \u003cp\u003eThis sofa is listed as a finished product with no assembly required. Please check the packaging size and delivery route before purchase.\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\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images_10.jpg?v=1779703490\" alt=\"Small leather sofa for office seating view\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e250kg Listed Load Capacity\u003c\/h3\u003e\n          \u003cp\u003eThe sofa has a listed load capacity of 250kg, with product weights ranging from 20kg to 60kg depending on the selected size.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_detailed_images.jpg?v=1779705561\" alt=\"Color options for Kaguyasu minimalist office sofa\" 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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSynthetic leather, sponge, polyester\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOrange, Khaki, White\u003cbr\u003eDark Gray, Dark Blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20¡§C60kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e250kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e110\/180\/220\/260\/280\/310W ?¨¢ 94D ?¨¢ 82Hcm\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\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot allowed\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Item\u003c\/th\u003e\n              \u003ctd\u003eNone\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\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 information for this finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Status:\u003c\/b\u003e Assembly is not required for this product.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you are unsure about the size, weight, or other product details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping source will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If you wish to have the product delivered inside, a delivery fee will be incurred. If you do not wish to have inside delivery, please make arrangements to receive the package on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not allowed for this product, and no customizable items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, there may be slight variations in color, surface texture, and pattern, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photograph may differ from the actual product. Product photos are for illustrative purposes only.\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 minimalist sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not allowed for this product, and there are no customizable items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the finished product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Orange, Khaki, White, Dark Gray, and Dark Blue.\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=\"KaguReadMoreTriggerBSF019\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF019\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"If you would like white or another color \/ 110*95D*80 Single\/Polyester","offer_id":42944218791984,"sku":"BSF-019-01","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 110*95D*82 Single\/Synthetic eather","offer_id":42944218824752,"sku":"BSF-019-02","price":860.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 180*95D*80 Double\/Polyester","offer_id":42944218857520,"sku":"BSF-019-03","price":974.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 180*95D*82 Double\/Synthetic eather","offer_id":42944218890288,"sku":"BSF-019-04","price":1257.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 220*95D*80 Three-person\/Polyester","offer_id":42944218923056,"sku":"BSF-019-05","price":1177.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 210*95D*82 Three-seater\/Synthetic leather","offer_id":42944218955824,"sku":"BSF-019-06","price":1269.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 260*95D*80 Three-person\/Polyester","offer_id":42944218988592,"sku":"BSF-019-07","price":1250.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 240*95D*82 Three-seater\/Synthetic leather","offer_id":42944219021360,"sku":"BSF-019-08","price":1359.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 280*95D*80 4 people \/ Polyester","offer_id":42944219054128,"sku":"BSF-019-09","price":1329.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 270*95D*82 Four-seater \/ Synthetic leather","offer_id":42944219086896,"sku":"BSF-019-10","price":1445.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 320*95D*80 4 people \/ Polyester","offer_id":42944219119664,"sku":"BSF-019-11","price":1358.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 300*95D*82 Four-seater \/ Synthetic leather","offer_id":42944219152432,"sku":"BSF-019-12","price":1714.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 70*70*42cm Footrest\/Polyester","offer_id":42944219185200,"sku":"BSF-019-JT-01","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"If you would like white or another color \/ 80*70*40cm Footrest\/Synthetic eather","offer_id":42944219217968,"sku":"BSF-019-JT-02","price":348.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 110*95D*80 Single\/Polyester","offer_id":43074308440112,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 110*95D*82 Single\/Synthetic eather","offer_id":43074308472880,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 180*95D*80 Double\/Polyester","offer_id":43074308505648,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 180*95D*82 Double\/Synthetic eather","offer_id":43074308538416,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 220*95D*80 Three-person\/Polyester","offer_id":43074308571184,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 210*95D*82 Three-seater\/Synthetic leather","offer_id":43074308603952,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 260*95D*80 Three-person\/Polyester","offer_id":43074308636720,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 240*95D*82 Three-seater\/Synthetic leather","offer_id":43074308669488,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 280*95D*80 4 people \/ Polyester","offer_id":43074308702256,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 270*95D*82 Four-seater \/ Synthetic leather","offer_id":43074308735024,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 320*95D*80 4 people \/ Polyester","offer_id":43074308767792,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 300*95D*82 Four-seater \/ Synthetic leather","offer_id":43074308800560,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 70*70*42cm Footrest\/Polyester","offer_id":43074308833328,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true},{"title":"please contact customer support. \/ 80*70*40cm Footrest\/Synthetic eather","offer_id":43074308866096,"sku":null,"price":9999.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_sofa_premium_small_leather_sofa_for_office_kaguyasuBSF-019_main_images_1.jpg?v=1779161002"},{"product_id":"work-chair-cross-legged-office-chair-yz-010","title":"Work Chair | Cross Legged Office Chair | 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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eSpacious Seating Area:\u003c\/b\u003e The seat has ample depth and width, allowing you to sit deeply on the chair while minimizing gaps behind your knees.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThick Cushion:\u003c\/b\u003e Filled with high-rebound urethane that excels in elasticity and resilience for a soft, comfortable seating experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSupportive Backrest:\u003c\/b\u003e The silicone-filled backrest feels soft while firmly supporting your back.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCarbon Steel Frame:\u003c\/b\u003e A sturdy carbon steel frame provides higher strength than ordinary steel and supports long-term use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomizable Color Choice:\u003c\/b\u003e Multiple color options and color customization help match different office, lounge, and workspace styles.\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=\"KaguReadMoreTriggerYZ010\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eA Minimalist Sofa Chair\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_1.jpg?v=1779161178\" alt=\"Work chair cross legged office chair by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA minimalist work chair with a spacious seat, thick high-rebound urethane cushion, silicone-filled backrest, and sturdy carbon steel frame for a comfortable sitting experience.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_9.jpg?v=1779161181\" alt=\"Spacious seating area for Kaguyasu work chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Seating Area\u003c\/h3\u003e\n          \u003cp\u003eThe seat has ample depth and width, allowing you to sit deeply on the chair and minimizing gaps behind your knees for a comfortable fit.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_8.jpg?v=1779161180\" alt=\"Thick cushion with high-rebound urethane\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Cushion\u003c\/h3\u003e\n          \u003cp\u003eFilled with high-rebound urethane that excels in elasticity and resilience, it offers a soft and comfortable seating experience and resists sagging even after prolonged use.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_6.jpg?v=1779161180\" alt=\"Silicone-filled backrest for soft support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSilicone-Filled Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe backrest feels soft while firmly supporting your back, giving you a fluffy and comfortable leaning sensation.\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_7.jpg?v=1779161180\" alt=\"Sturdy carbon steel frame for work chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSturdy Carbon Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eCarbon steel has higher strength than ordinary steel, making it less likely to break even after long use and helping achieve high load capacity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_3.jpg?v=1779161179\" alt=\"Color options for Kaguyasu work chair\" 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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMicrofiber leather, carbon steel\u003cbr\u003eHigh-rebound urethane, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eOrange, Blue, Black\u003cbr\u003eGray, White, Brown, Green\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e16kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e70 ¡Á 70 ¡Á 82cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor\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\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_detailed_images_2.jpg?v=1779161178\" alt=\"Kaguyasu work chair size guide\" class=\"kagu-section-img\"\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 information for this work chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This work chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you have any questions about the size, weight, or other product details, please contact us via chatbot or email.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping source will be used. The shipping company and tracking number will be notified by email after shipment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Fee Notice:\u003c\/b\u003e If delivery is required, a delivery fee will be charged. If delivery is not required, please make arrangements to receive the goods on the delivery date.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, there may be slight differences in color, surface texture, and pattern, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the color of the photograph may differ from the actual product. Product photos are for illustrative purposes only.\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 work chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this work chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used for this chair?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials are microfiber leather, carbon steel, high-rebound urethane, and silicone fill.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this product be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the product, delivery will be curbside or to the first floor. Please check the packaging size and delivery route before purchasing.\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=\"KaguReadMoreTriggerYZ010\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerYZ010\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Microfiber leather orange","offer_id":43060934377520,"sku":"YZ-010-1","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Blue","offer_id":43060934410288,"sku":"YZ-010-2","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Black","offer_id":43060934443056,"sku":"YZ-010-3","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber leather, gray","offer_id":43060934475824,"sku":"YZ-010-4","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather White","offer_id":43060934508592,"sku":"YZ-010-5","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber leather brown","offer_id":43060934541360,"sku":"YZ-010-6","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber Leather Green","offer_id":43060934574128,"sku":"YZ-010-7","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Microfiber leather chairs * 2 + table","offer_id":43060934606896,"sku":"YZ-010-14","price":506.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/work_chair_cross_legged_office_chair_kaguyasuYZ-010_main_images_2.jpg?v=1779161172"},{"product_id":"modern-sofas-versatile-two-seater-sofabed-bsf-k038","title":"Modern Sofas Collection | Versatile Two Seater Sofabed | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Marvel:\u003c\/b\u003e A dynamic \u003cb\u003etwo seater sofabed\u003c\/b\u003e perfect for compact modern living rooms.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eConvertible Utility:\u003c\/b\u003e This versatile \u003cb\u003e2 seater bed settee\u003c\/b\u003e instantly transforms for overnight guests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Comfort:\u003c\/b\u003e Sink into premium padding rivaling \u003cb\u003elarge comfy sofas\u003c\/b\u003e for daily relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Foundation:\u003c\/b\u003e Sturdy engineering makes these \u003cb\u003esmall sofas and settees\u003c\/b\u003e reliable and wobble-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAll-Season Fabric:\u003c\/b\u003e Breathable cotton linen seating helps keep the sofa comfortable for year-round lounging and sleeping.\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=\"KaguReadMoreTriggerBSFK038\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eDynamic Lifestyle Versatile Two Seater Sofabed Aesthetics\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_2.jpg?v=1779161059\" alt=\"Modern sofas collection versatile two seater sofabed by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your compact space. This dynamic \u003cb\u003etwo seater sofabed\u003c\/b\u003e flawlessly blends chic minimalist aesthetics with reliable all-day lounge and sleep functionality. Perfect for apartments or cozy dens.\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_1.jpg?v=1779161059\" alt=\"Carbon steel foundation for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRobust Carbon Steel Foundation for Small Sofas and Settees\u003c\/h3\u003e\n          \u003cp\u003eEngineered for heavy-duty support. Unlike standard compact furniture, these reliable \u003cb\u003esmall sofas and settees\u003c\/b\u003e feature a carbon steel frame that provides exceptional load-bearing capacity and prevents wobbling.\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_5_6e8f9ee9-bc2b-4713-9002-66b99b4a9dab.jpg?v=1779702921\" alt=\"Convertible triple mode two seater sofabed\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvertible Triple-Mode 2 Seater Bed Settee\u003c\/h3\u003e\n          \u003cp\u003eExperience maximum utility. This versatile \u003cb\u003e2 seater bed settee\u003c\/b\u003e instantly converts between sofa, couch, and bed modes, perfect for dynamic modern living, movie marathons, or breaks.\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_4.jpg?v=1779161060\" alt=\"High-rebound urethane padding for large comfy sofas\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePadding Rivaling Large Comfy Sofas for Supported Posture\u003c\/h3\u003e\n          \u003cp\u003eSink into luxury. Independently developed high-rebound urethane padding ensures dynamic comfort that prevents losing its supportive form over time, rivaling the premium feel of \u003cb\u003elarge comfy sofas\u003c\/b\u003e.\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_10.jpg?v=1779161062\" alt=\"All-season breathable cotton linen sofa bed\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAll-Season Breathable Cotton Linen Sofa Bed\u003c\/h3\u003e\n          \u003cp\u003eStay comfortable year-round. The breathable cotton linen seat ensures a cool summer and cozy winter feel, making it useful in any season for your dynamic lifestyle.\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_9.jpg?v=1779161062\" alt=\"Supportive posture and armrests for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSupported Posture and Supportive Armrests\u003c\/h3\u003e\n          \u003cp\u003eReduce physical burden seamlessly. These \u003cb\u003esmall sofas and settees\u003c\/b\u003e feature ergonomic supportive armrests and a wide, deep seat that gently support your arms and provide a relaxed sitting posture with minimal gap behind the knees.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images.jpg?v=1779690234\" alt=\"Modern two seater sofabed lifestyle detail\" class=\"kagu-section-img\"\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_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images_8.jpg?v=1779161062\" alt=\"Supportive armrests for two seater sofabed relaxation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSupportive Armrests for Two Seater Sofabed Relaxation\u003c\/h3\u003e\n          \u003cp\u003eThe supportive armrest design helps complete the relaxed sofa experience for daily lounging, breaks, and compact living spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_detailed_images.png?v=1779691394\" alt=\"Color options for Kaguyasu versatile two seater sofabed\" 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\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eSeat: Cotton linen\u003cbr\u003eCushion: High-rebound urethane\u003cbr\u003eFrame: Carbon steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eSteel Gray\u003cbr\u003eGrass Green, Blue\u003cbr\u003eBeige, Dark Brown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e40¡§C80kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e72 ?¨¢ 60 ?¨¢ 78cm, 87 ?¨¢ 60 ?¨¢ 78cm\u003cbr\u003e107 ?¨¢ 60 ?¨¢ 78cm, 127 ?¨¢ 60 ?¨¢ 78cm\u003cbr\u003e157 ?¨¢ 60 ?¨¢ 78cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembling\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomize\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eNone\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\/0620\/9155\/9109\/files\/BSF-K038__12_1.jpg?v=1744363094\" alt=\"Modern two seater sofabed dimensions guide\" class=\"kagu-section-img\"\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 information for this two seater sofabed:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This product requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in shooting lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\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 two seater sofabed require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this 2 seater bed settee be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customizable items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used for this sofabed?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials include cotton linen for the seat, high-rebound urethane for the cushion, and carbon steel for the frame.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Steel Gray, Grass Green, Blue, Beige, and Dark Brown.\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=\"KaguReadMoreTriggerBSFK038\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSFK038\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"beige \/ 72*60*78cm","offer_id":42944226787376,"sku":"BSF-K038-023","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"beige \/ 87*60*78cm","offer_id":42944226951216,"sku":"BSF-K038-03","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"beige \/ 107*60*78cm","offer_id":42944227115056,"sku":"BSF-K038-08","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"beige \/ 127*60*78cm","offer_id":42944227278896,"sku":"BSF-K038-013","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"beige \/ 157*60*78cm","offer_id":42944227442736,"sku":"BSF-K038-018","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 72*60*78cm","offer_id":42944226820144,"sku":"BSF-K038-025","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 87*60*78cm","offer_id":42944226983984,"sku":"BSF-K038-05","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 107*60*78cm","offer_id":42944227147824,"sku":"BSF-K038-010","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 127*60*78cm","offer_id":42944227311664,"sku":"BSF-K038-015","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Steel Gray \/ 157*60*78cm","offer_id":42944227475504,"sku":"BSF-K038-020","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"blue \/ 72*60*78cm","offer_id":42944226852912,"sku":"BSF-K038-022","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"blue \/ 87*60*78cm","offer_id":42944227016752,"sku":"BSF-K038-02","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"blue \/ 107*60*78cm","offer_id":42944227180592,"sku":"BSF-K038-07","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"blue \/ 127*60*78cm","offer_id":42944227344432,"sku":"BSF-K038-012","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"blue \/ 157*60*78cm","offer_id":42944227508272,"sku":"BSF-K038-017","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 72*60*78cm","offer_id":42944226885680,"sku":"BSF-K038-021","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 87*60*78cm","offer_id":42944227049520,"sku":"BSF-K038-01","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 107*60*78cm","offer_id":42944227213360,"sku":"BSF-K038-06","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 127*60*78cm","offer_id":42944227377200,"sku":"BSF-K038-011","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Grass Green \/ 157*60*78cm","offer_id":42944227541040,"sku":"BSF-K038-016","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 72*60*78cm","offer_id":42944226918448,"sku":"BSF-K038-024","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 87*60*78cm","offer_id":42944227082288,"sku":"BSF-K038-04","price":185.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 107*60*78cm","offer_id":42944227246128,"sku":"BSF-K038-09","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 127*60*78cm","offer_id":42944227409968,"sku":"BSF-K038-014","price":245.0,"currency_code":"GBP","in_stock":true},{"title":"Dark brown \/ 157*60*78cm","offer_id":42944227573808,"sku":"BSF-K038-019","price":324.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_collection_versatile_two_seater_sofabed_kaguyasuBSF-K038_main_images_1.jpg?v=1779161053"},{"product_id":"small-office-sofa-1-seater-recliner-leather-bsf-k046","title":"Small Office Sofa | Premium 1 Seater Recliner Sofa | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 30px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/Bespoke --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.25rem; }\n  .kagu-b2b-box p { font-size: 14px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Benchmark of Executive Relaxation\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eUltimate Personal Comfort:\u003c\/b\u003e A premium 1 seater recliner sofa engineered specifically for deep relaxation, dynamic positioning, and professional stress relief.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCompact Executive Style:\u003c\/b\u003e An elegant and space-efficient small leather sofa solution tailored beautifully for private offices, luxury study rooms, and tight corporate settings.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDynamic Lounging Architecture:\u003c\/b\u003e A versatile single recliner featuring a smooth, built-in reclining mechanism that glides seamlessly into relaxation mode.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eComplete Suite Aesthetic:\u003c\/b\u003e Designed to sit harmoniously alongside existing seating or form a cohesive, sophisticated leather sofa and recliner set.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003ePremium 1 Seater Recliner Sofa\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate your downtime within high-focus environments. True luxury means having a dedicated space to recharge. Crafted around a heavy-duty structural steel frame, this small leather sofa provides an unparalleled reclining experience without encroaching on your spatial footprint. Transition from active concentration to passive sanctuary seamlessly, allowing the body to sink into deep-seated comfort while maintaining the pristine visual authority required of modern executive spaces.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_office_sofa_premium_1_seater_recliner_sofa_kaguyasuBSF-K046_detailed_images.jpg?v=1779161068\" alt=\"Kaguyasu Premium Executive 1 Seater Recliner Sofa Showcase\" style=\"width: 100%; height: auto; border-radius: 8px;\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Lounge \u0026amp; Executive Series (BSF-K046)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eGenuine Cowhide Leather \/ Premium Eco-PU Leather Options, High-Rebound Urethane Foam, Reinforced Steel Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eExecutive Black\u003c\/li\u003e\n\u003cli\u003eClassic Brown\u003c\/li\u003e\n            \u003cli\u003eVintage Dark Brown\u003c\/li\u003e\n\u003cli\u003eMinimalist Gray\u003c\/li\u003e\n            \u003cli\u003eWarm Earth Tones\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e120~150 * 80 * 76 cm\u003c\/li\u003e\n            \u003cli\u003e80 * 50 * 40 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Profiles\u003c\/th\u003e\n\u003ctd\u003e10 - 30 kg (Varies by material config)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot Required\u003c\/b\u003e (Fully integrated and delivered ready for immediate use)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eBespoke Customization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Tailored selections for both Color and Outer Material)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eBespoke Material Options\u003c\/h3\u003e\n    \u003cp\u003eTo align with corporate branding or high-end residential palettes, this recliner supports meticulous material curation. Clients can specify top-grain cowhide for executive suites or high-durability PU leather for commercial reception lounges. Contact our trade consultants for custom swatch kits and project design alignment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat customization choices are available?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis product line is fully open to material upgrades. You can choose between our standard contract-grade PU leather or upgrade to premium top-grain cowhide leather. Custom colors can also be coordinated to seamlessly match your room's design palette or corporate specifications.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow precise are the colors shown online?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe work to deliver accurate visual profiles; however, slight variations may happen due to studio lighting setups during photography or the screen calibration of your viewing device. The photos provided serve as a reliable guide for the aesthetic form.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is covered under material wear and tear?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe select premium, resilient upholstery components. Minor natural variations in surface texture, grain orientation, or light color nuances are hallmarks of true craftsmanship and high-quality leather. Standard structural changes or surface softening through regular daily use over time are normal characteristics of luxury seating and are not classified as manufacturing defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120~150*80*76cm\/Earth color \/ material","offer_id":42944227606576,"sku":"BSF-K046-01","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Earth color \/ PU leather","offer_id":42944227639344,"sku":"BSF-K046-02","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Brown \/ material","offer_id":42944227672112,"sku":"BSF-K046-03","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Brown \/ PU leather","offer_id":42944227704880,"sku":"BSF-K046-04","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Dark Brown \/ material","offer_id":42944227737648,"sku":"BSF-K046-05","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Dark Brown \/ PU leather","offer_id":42944227770416,"sku":"BSF-K046-06","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Black \/ material","offer_id":42944227803184,"sku":"BSF-K046-07","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Black \/ PU leather","offer_id":42944227835952,"sku":"BSF-K046-08","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Gray \/ material","offer_id":42944227868720,"sku":"BSF-K046-09","price":583.0,"currency_code":"GBP","in_stock":true},{"title":"120~150*80*76cm\/Gray \/ PU leather","offer_id":42944227901488,"sku":"BSF-K046-010","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"80*50*40cm\/Brown \/ Ottoman","offer_id":42944227934256,"sku":"BSF-K046-JT-01","price":368.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_office_sofa_premium_1_seater_recliner_sofa_kaguyasuBSF-K046_main_images_2.webp?v=1778729852"},{"product_id":"premium-modern-sofas-large-comfy-living-room-bsf-k048","title":"Premium Modern Sofas | Large Comfy Sofas For Living Room | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  \/* --- Read More Interaction --- *\/\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\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\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  \/* --- Specs Table --- *\/\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eNordic Minimalism:\u003c\/b\u003e A sleek \u003cb\u003esofa for living room\u003c\/b\u003e spaces featuring a low-type design for dynamic relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eUltimate Comfort:\u003c\/b\u003e These \u003cb\u003elarge comfy sofas\u003c\/b\u003e utilize high-rebound urethane and silicone fill for non-deforming support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Sizing:\u003c\/b\u003e We offer premium \u003cb\u003esmall sofas and settees\u003c\/b\u003e tailored effortlessly for compact apartments or cozy dens.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eErgonomic Posture:\u003c\/b\u003e An advanced \u003cb\u003e2 seater sofa\u003c\/b\u003e configuration providing body-fitting curves and deep seat comfort.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Premium Fabric:\u003c\/b\u003e High-quality polyester fabric helps resist shrinking and pilling while maintaining an elegant textured look.\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=\"KaguReadMoreTriggerBSFK048\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eNordic Minimalism Meets Luxurious Comfort\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_5.jpg?v=1779161085\" alt=\"Premium modern sofa for living room by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eRedefine your daily relaxation. This stunning low-type \u003cb\u003esofa for living room\u003c\/b\u003e lounging brings sophisticated Nordic aesthetics and comfort to your home, making it a cozy centerpiece for dynamic interiors.\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\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_3.png?v=1779678844\" alt=\"Large comfy sofa with deep seat relaxation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExperience Floor Like Deep Seat Relaxation\u003c\/h3\u003e\n          \u003cp\u003eReconnect with your living space effortlessly. The deep seat design of these \u003cb\u003elarge comfy sofas\u003c\/b\u003e offers whole-body relaxation that feels just as pleasant as sitting on a secure floor.\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\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_2.jpg?v=1779161083\" alt=\"Premium polyester fabric for small sofas and settees\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Eco Friendly Premium Polyester Fabric\u003c\/h3\u003e\n          \u003cp\u003eBuilt to outlast typical \u003cb\u003esmall sofas and settees\u003c\/b\u003e. This high-quality polyester fabric helps prevent shrinking and pilling, maintaining its elegant look and textured feel after prolonged use.\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\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_4.jpg?v=1779161085\" alt=\"Heavy-duty non-deforming sofa cushions\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy Duty Non Deforming Sofa Cushions\u003c\/h3\u003e\n          \u003cp\u003eSink safely into commercial-grade support. The thick, responsive cushions padded with high-rebound urethane and silicone fill resist deformation and sagging, outperforming average \u003cb\u003e2 seater sofa\u003c\/b\u003e options.\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\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_4.png?v=1779679215\" alt=\"Body fitting ergonomic curved sofa support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody Fitting Ergonomic Curved Support\u003c\/h3\u003e\n          \u003cp\u003eMaintain comfortable posture seamlessly. The engineered curves across the backrest and seat snugly support your body without causing fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images_6.jpg?v=1779161085\" alt=\"Color options for Kaguyasu premium modern sofas\" 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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eFlannel, polyester, high-rebound urethane\u003cbr\u003eLatex, natural wood, silicone fill\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBeige, light gray\u003cbr\u003eEvergreen, orange\u003cbr\u003eDark gray, khaki, iron blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e10¡§C350kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e110 ?¨¢ 80 ?¨¢ 83cm, 110 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e180 ?¨¢ 80 ?¨¢ 83cm, 180 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e205 ?¨¢ 80 ?¨¢ 83cm, 205 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e240 ?¨¢ 80 ?¨¢ 83cm, 240 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e280 ?¨¢ 80 ?¨¢ 83cm, 280 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e320 ?¨¢ 80 ?¨¢ 83cm, 320 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e350 ?¨¢ 80 ?¨¢ 83cm, 350 ?¨¢ 95 ?¨¢ 83cm\u003cbr\u003e280 ?¨¢ 165(80) ?¨¢ 83cm, 280 ?¨¢ 165(95) ?¨¢ 83cm\u003cbr\u003e355 ?¨¢ 165(80) ?¨¢ 83cm, 355 ?¨¢ 165(95) ?¨¢ 83cm\u003cbr\u003e70 ?¨¢ 60cm, 80 ?¨¢ 46cm + 60 ?¨¢ 38cm\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\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Item\u003c\/th\u003e\n              \u003ctd\u003eColor\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\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_detailed_images.png?v=1779678539\" alt=\"Premium modern sofa dimensions guide\" class=\"kagu-section-img\"\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 finished sofa product:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size of the finished product, delivery will be curbside or to the first floor.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check the packaging size and delivery route before purchasing. Even if delivery is not possible, returns or cancellations cannot be accepted.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize \u0026amp; Weight Support:\u003c\/b\u003e If you are unsure about details such as product size or weight, please contact us via chatbot or email before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The shipping company designated by the shipping company will be used. The shipping company and tracking number will be notified by email after the product has been shipped.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If you wish to have the product delivered inside, a delivery fee will be incurred. If you do not wish to have inside delivery, please make arrangements to receive the package on the delivery date.\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 sofa require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Assembly is not required for this sofa.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this sofa be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow will this finished sofa be delivered?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to the size of the finished product, delivery will be curbside or to the first floor. Please check packaging size and the delivery route before purchasing.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I request inside delivery?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eInside delivery may incur a delivery fee. If you do not request inside delivery, please arrange to receive the package on the delivery date.\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=\"KaguReadMoreTriggerBSFK048\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSFK048\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Urethane foam cushion \/ Polyester fabric \/ 110*80*83cm","offer_id":42944227967024,"sku":"BSF-K048-01","price":296.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 110*95*83cm","offer_id":42944228098096,"sku":"BSF-K048-05","price":415.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 180*80*83cm","offer_id":42944228229168,"sku":"BSF-K048-09","price":442.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 180*95*83cm","offer_id":42944228360240,"sku":"BSF-K048-13","price":530.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 205*80*83cm","offer_id":42944228491312,"sku":"BSF-K048-17","price":497.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 205*95*83cm","offer_id":42944228622384,"sku":"BSF-K048-21","price":549.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 240*80*83cm","offer_id":42944228753456,"sku":"BSF-K048-25","price":670.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 240*95*83cm","offer_id":42944228884528,"sku":"BSF-K048-29","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*80*83cm","offer_id":42944229015600,"sku":"BSF-K048-33","price":648.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*95*83cm","offer_id":42944229146672,"sku":"BSF-K048-37","price":787.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 320*80*83cm","offer_id":42944229277744,"sku":"BSF-K048-41","price":635.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 320*95*83cm","offer_id":42944229408816,"sku":"BSF-K048-45","price":990.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 350*80*83cm","offer_id":42944229539888,"sku":"BSF-K048-49","price":908.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 350*95*83cm","offer_id":42944229670960,"sku":"BSF-K048-53","price":1029.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*165??80?¡§o?*83cm","offer_id":43376992616496,"sku":"BSF-K048-57","price":943.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 280*165??95?¡§o?*83cm","offer_id":43376992649264,"sku":"BSF-K048-61","price":1190.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 355*165??80?¡§o?*83cm","offer_id":43376992682032,"sku":"BSF-K048-65","price":1161.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 355*165??95?¡§o?*83cm","offer_id":43376992714800,"sku":"BSF-K048-69","price":1408.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Polyester fabric \/ 70*60cm","offer_id":42944230326320,"sku":"BSF-K048-JT-01","price":228.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 110*80*83cm","offer_id":42944227999792,"sku":"BSF-K048-02","price":351.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 110*95*83cm","offer_id":42944228130864,"sku":"BSF-K048-06","price":415.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 180*80*83cm","offer_id":42944228261936,"sku":"BSF-K048-10","price":442.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 180*95*83cm","offer_id":42944228393008,"sku":"BSF-K048-14","price":528.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 205*80*83cm","offer_id":42944228524080,"sku":"BSF-K048-18","price":497.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 205*95*83cm","offer_id":42944228655152,"sku":"BSF-K048-22","price":549.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 240*80*83cm","offer_id":42944228786224,"sku":"BSF-K048-26","price":608.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 240*95*83cm","offer_id":42944228917296,"sku":"BSF-K048-30","price":681.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*80*83cm","offer_id":42944229048368,"sku":"BSF-K048-34","price":648.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*95*83cm","offer_id":42944229179440,"sku":"BSF-K048-38","price":793.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 320*80*83cm","offer_id":42944229310512,"sku":"BSF-K048-42","price":660.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 320*95*83cm","offer_id":42944229441584,"sku":"BSF-K048-46","price":951.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 350*80*83cm","offer_id":42944229572656,"sku":"BSF-K048-50","price":1006.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 350*95*83cm","offer_id":42944229703728,"sku":"BSF-K048-54","price":1007.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*165??80?¡§o?*83cm","offer_id":43376992747568,"sku":"BSF-K048-58","price":943.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Flannel fabric \/ 280*165??95?¡§o?*83cm","offer_id":43376992780336,"sku":"BSF-K048-62","price":1146.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Flannel fabric \/ 355*165??80?¡§o?*83cm","offer_id":43376992813104,"sku":"BSF-K048-66","price":1307.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Flannel fabric \/ 355*165??95?¡§o?*83cm","offer_id":43376992845872,"sku":"BSF-K048-70","price":1303.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam cushion \/ Flannel fabric \/ 70*60cm","offer_id":42944230359088,"sku":"BSF-K048-JT-02","price":228.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 110*80*83cm","offer_id":42944228032560,"sku":"BSF-K048-03","price":434.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 110*95*83cm","offer_id":42944228163632,"sku":"BSF-K048-07","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 180*80*83cm","offer_id":42944228294704,"sku":"BSF-K048-11","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 180*95*83cm","offer_id":42944228425776,"sku":"BSF-K048-15","price":639.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 205*80*83cm","offer_id":42944228556848,"sku":"BSF-K048-19","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 205*95*83cm","offer_id":42944228687920,"sku":"BSF-K048-23","price":651.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 240*80*83cm","offer_id":42944228818992,"sku":"BSF-K048-27","price":680.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 240*95*83cm","offer_id":42944228950064,"sku":"BSF-K048-31","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*80*83cm","offer_id":42944229081136,"sku":"BSF-K048-35","price":812.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*95*83cm","offer_id":42944229212208,"sku":"BSF-K048-39","price":916.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 320*80*83cm","offer_id":42944229343280,"sku":"BSF-K048-43","price":927.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 320*95*83cm","offer_id":42944229474352,"sku":"BSF-K048-47","price":1050.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 350*80*83cm","offer_id":42944229605424,"sku":"BSF-K048-51","price":1086.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 350*95*83cm","offer_id":42944229736496,"sku":"BSF-K048-55","price":1147.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*165??80?¡§o?*83cm","offer_id":43376992878640,"sku":"BSF-K048-59","price":1121.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 280*165??95?¡§o?*83cm","offer_id":43376992911408,"sku":"BSF-K048-63","price":1232.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 355*165??80?¡§o?*83cm","offer_id":43376992944176,"sku":"BSF-K048-67","price":1389.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Polyester fabric \/ 355*165??95?¡§o?*83cm","offer_id":43376992976944,"sku":"BSF-K048-71","price":1429.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 110*80*83cm","offer_id":42944228065328,"sku":"BSF-K048-04","price":434.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 110*95*83cm","offer_id":42944228196400,"sku":"BSF-K048-08","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 180*80*83cm","offer_id":42944228327472,"sku":"BSF-K048-12","price":604.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 180*95*83cm","offer_id":42944228458544,"sku":"BSF-K048-16","price":639.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 205*80*83cm","offer_id":42944228589616,"sku":"BSF-K048-20","price":632.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 205*95*83cm","offer_id":42944228720688,"sku":"BSF-K048-24","price":618.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 240*80*83cm","offer_id":42944228851760,"sku":"BSF-K048-28","price":681.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 240*95*83cm","offer_id":42944228982832,"sku":"BSF-K048-32","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*80*83cm","offer_id":42944229113904,"sku":"BSF-K048-36","price":812.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*95*83cm","offer_id":42944229244976,"sku":"BSF-K048-40","price":916.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 320*80*83cm","offer_id":42944229376048,"sku":"BSF-K048-44","price":927.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 320*95*83cm","offer_id":42944229507120,"sku":"BSF-K048-48","price":1050.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 350*80*83cm","offer_id":42944229638192,"sku":"BSF-K048-52","price":1086.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 350*95*83cm","offer_id":42944229769264,"sku":"BSF-K048-56","price":1147.0,"currency_code":"GBP","in_stock":true},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*165??80?¡§o?*83cm","offer_id":43376993009712,"sku":"BSF-K048-60","price":1121.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 280*165??95?¡§o?*83cm","offer_id":43376993042480,"sku":"BSF-K048-64","price":1172.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 355*165??80?¡§o?*83cm","offer_id":43376993075248,"sku":"BSF-K048-68","price":1242.0,"currency_code":"GBP","in_stock":false},{"title":"Urethane foam + 2cm latex cushion \/ Flannel fabric \/ 355*165??95?¡§o?*83cm","offer_id":43376993108016,"sku":"BSF-K048-72","price":1328.0,"currency_code":"GBP","in_stock":false},{"title":"Low table \/ rock slab \/ 80*46cm+60*38cm","offer_id":42944230391856,"sku":"BSF-K048-CJ-01","price":311.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_modern_sofas_large_comfy_sofas_for_living_room_kaguyasuBSF-K048_main_images_1.jpg?v=1779161077"},{"product_id":"ergonomic-office-chair-adjustable-footrest-black-bgy-k014","title":"Ergonomic Office Chair | Adjustable Chair with Footrest | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  \/* --- Read More Interaction --- *\/\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\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\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  \/* --- Specs Table --- *\/\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n\n  .kagu-b2b-box li::before {\n    content: '?';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eDynamic Comfort:\u003c\/b\u003e A highly versatile \u003cb\u003eadjustable chair\u003c\/b\u003e featuring a retractable footrest for ultimate mid-day relaxation.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHealthy Posture:\u003c\/b\u003e An advanced \u003cb\u003eergonomic office chair\u003c\/b\u003e equipped with an adjustable headrest and synchronized armrests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSleek Aesthetics:\u003c\/b\u003e Choose our classic \u003cb\u003eblack office chair\u003c\/b\u003e finish to bring professional elegance to any modern workspace.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Standards:\u003c\/b\u003e Elevating expectations for \u003cb\u003eoffice seating uk\u003c\/b\u003e with high-density polyurethane foam and breathable mesh.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Reclining:\u003c\/b\u003e Stepless reclining up to 145¡ã supports comfortable focus, short breaks, and restorative lunch-hour relaxation.\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=\"KaguReadMoreTriggerBGYK014\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eHighly Functional Adjustable Chair Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_4.jpg?v=1779161288\" alt=\"Ergonomic office chair adjustable chair with footrest by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your daily productivity. Beyond its thick, soft cushioning, this versatile \u003cb\u003eadjustable chair\u003c\/b\u003e features smooth height adjustment, 360¡ã rotation, and a deep reclining function for long hours of desk work.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_3.jpg?v=1779161287\" alt=\"Ergonomic office chair with adjustable headrest\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eErgonomic Office Chair Adjustable Headrest\u003c\/h3\u003e\n          \u003cp\u003eRelieve neck tension effortlessly. By adjusting the headrest to the optimal position for your neck, this \u003cb\u003eergonomic office chair\u003c\/b\u003e significantly reduces upper body strain during intense corporate focus sessions.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_2.jpg?v=1779161287\" alt=\"Synchronized interlocking armrest system\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynchronized Interlocking Armrest System\u003c\/h3\u003e\n          \u003cp\u003eEnjoy continuous upper body support. The armrests move in seamless conjunction with the backrest, ensuring they always firmly support your arms no matter what reclining position you are in.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_2.png?v=1779700579\" alt=\"High-rebound urethane thick cushion office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Rebound Urethane Thick Cushion\u003c\/h3\u003e\n          \u003cp\u003eExperience cloud-like seating. Utilizing high-rebound urethane with excellent elasticity, the cushion maintains its supportive shape and prevents sagging, setting a high bar for premium \u003cb\u003eoffice seating uk\u003c\/b\u003e.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_5.jpg?v=1779161288\" alt=\"Retractable under-seat footrest for adjustable chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRelaxing Retractable Under-Seat Footrest\u003c\/h3\u003e\n          \u003cp\u003eMaximize your break time. Simply pull out the hidden footrest when needed to elevate your legs, instantly relieving muscle tension and transforming your workspace into a relaxation zone.\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images.png?v=1779700594\" alt=\"Stepless 145 degree reclining office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eStepless 145 Degree Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eFind your perfect angle. By pressing the lever and leaning back, the backrest can be adjusted steplessly up to 145¡ã, allowing you to comfortably enjoy a nap or a restorative lunch break.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eSteel, mesh, high-density polyurethane foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBlack, Red\u003cbr\u003eGray, Orange, Green\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e15kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e58 ¡Á 58 ¡Á 110¨C118cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Item\u003c\/th\u003e\n              \u003ctd\u003eNone\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\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_detailed_images_3.png?v=1779700596\" alt=\"Ergonomic office chair dimensions guide\" class=\"kagu-section-img\"\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 information for this ergonomic office chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Confirmation:\u003c\/b\u003e Please confirm the listed chair size, height range, and workspace clearance before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include Black, Red, Gray, Orange, and Green. Please confirm your selected color before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Handling:\u003c\/b\u003e Tracking information will be updated after shipment is arranged with the suitable furniture shipping carrier.\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 ergonomic office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this ergonomic office chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this adjustable chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this chair include a footrest?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. This chair features a retractable under-seat footrest for relaxation during breaks.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable colors include Black, Red, Gray, Orange, and Green.\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=\"KaguReadMoreTriggerBGYK014\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK014\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"black \/ with footrest","offer_id":42944233504816,"sku":"BGY-K014-01","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ No footrest","offer_id":42944233537584,"sku":"BGY-K014-02","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"Red \/ with footrest","offer_id":42944233570352,"sku":"BGY-K014-03","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"Red \/ No footrest","offer_id":42944233603120,"sku":"BGY-K014-04","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ with footrest","offer_id":42944233635888,"sku":"BGY-K014-05","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ No footrest","offer_id":42944233668656,"sku":"BGY-K014-06","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"orange \/ with footrest","offer_id":42944233701424,"sku":"BGY-K014-07","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"orange \/ No footrest","offer_id":42944233734192,"sku":"BGY-K014-08","price":62.0,"currency_code":"GBP","in_stock":true},{"title":"green \/ with footrest","offer_id":42944233766960,"sku":"BGY-K014-09","price":71.0,"currency_code":"GBP","in_stock":true},{"title":"green \/ No footrest","offer_id":42944233799728,"sku":"BGY-K014-010","price":62.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/ergonomic_office_chair_adjustable_chair_with_footrest_kaguyasuBGY-K014_main_images.jpg?v=1779698453"},{"product_id":"premium-office-chair-ergonomic-black-office-chair-bgy-k004","title":"Premium Office Chair | Ergonomic Black Office Chair | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: 40px 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\n\n  \/* --- USP Bullets --- *\/\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\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  \/* --- Read More Interaction --- *\/\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\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\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\n\n  \/* --- Feature Rows --- *\/\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  \/* --- Section Images --- *\/\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  \/* --- Specs Table --- *\/\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\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eHealthy Posture:\u003c\/b\u003e A premium \u003cb\u003eergonomic office chair\u003c\/b\u003e featuring a body-fitting S-curve backrest and targeted lumbar support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSynchronized Relaxation:\u003c\/b\u003e A highly \u003cb\u003eadjustable chair\u003c\/b\u003e equipped with a dynamic, body-sync reclining mechanism for ultimate relief.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Cushion:\u003c\/b\u003e Setting a new comfort standard for \u003cb\u003eoffice seating uk\u003c\/b\u003e with a hybrid natural latex and high-rebound urethane seat.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Aesthetics:\u003c\/b\u003e Choose the sophisticated \u003cb\u003eblack office chair\u003c\/b\u003e configuration or elegant two-tone options to elevate your workspace.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBreathable Daily Support:\u003c\/b\u003e Durable mesh fabric helps reduce stuffiness while maintaining flexible comfort during long working hours.\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=\"KaguReadMoreTriggerBGYK004\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eComfortable \u0026amp; Functional Adjustable Chair Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_1.png?v=1779704191\" alt=\"Premium ergonomic black office chair by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your daily productivity. This premium \u003cb\u003eadjustable chair\u003c\/b\u003e offers exceptional comfort and functionality, providing reliable support not only for intensive desk work but also for taking a deeply restorative break when fatigue sets in.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_3.png?v=1779704918\" alt=\"Synchronized reclining function for ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSynchronized Comfortable Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eRelieve body tension instantly. The seat and backrest move in seamless conjunction, swaying gently to allow you to lean back and relax at your leisure, outperforming standard rigid office seating.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_4.png?v=1779705031\" alt=\"S-curve backrest with lumbar support ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody-Fitting S-Curve Ergonomic Office Chair\u003c\/h3\u003e\n          \u003cp\u003eMaintain perfectly healthy alignment. The S-curve backrest of this \u003cb\u003eergonomic office chair\u003c\/b\u003e gently contours to your spine. Combined with built-in lumbar support, it maintains an ideal sitting posture that puts significantly less strain on your body.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_2.png?v=1779703733\" alt=\"Latex and high-rebound urethane cushion office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpecialized Latex \u0026amp; Urethane Hybrid Cushion\u003c\/h3\u003e\n          \u003cp\u003eExperience a high-quality seating sensation. Made with natural latex and high-rebound urethane, the seat combines soft contouring with excellent elasticity, effectively reducing physical fatigue even during long corporate hours.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_7.png?v=1779705122\" alt=\"Breathable mesh fabric for office seating uk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHighly Durable Breathable Mesh Fabric\u003c\/h3\u003e\n          \u003cp\u003eStay cool under pressure. The fine mesh structure provides excellent breathability, preventing stuffiness. It also boasts flexible elasticity and commercial-grade durability, making it a top-tier choice for modern \u003cb\u003eoffice seating uk\u003c\/b\u003e environments.\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_6.png?v=1779705166\" alt=\"Smooth silent nylon casters for office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmooth and Silent Nylon Casters\u003c\/h3\u003e\n          \u003cp\u003eProtect your floors effortlessly. Equipped with premium nylon casters, the chair glides incredibly smoothly while suppressing rolling noise and effectively preventing scratches or wear on your office floor.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_5.png?v=1779703734\" alt=\"Premium office chair variations in black gray and white blue\" 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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eLatex, high-rebound urethane\u003cbr\u003eMesh, nylon\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eBlack, gray\u003cbr\u003eWhite + blue\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e20¡§C30kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e62 ?¨¢ 62 ?¨¢ 97.5¡§C107.5cm\u003cbr\u003e66 ?¨¢ 66 ?¨¢ 117¡§C127cm\u003cbr\u003e49 ?¨¢ 58 ?¨¢ 101cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomize\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\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\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_detailed_images_3_0d3a3390-d6cb-4377-a5bd-cf30f0c5952f.jpg?v=1779760215\" alt=\"Premium ergonomic office chair dimensions guide\" class=\"kagu-section-img\"\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 information for this premium office chair:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office chair requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in shooting lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\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 premium office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this premium office chair.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this ergonomic office chair be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used in this chair?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed materials include latex, high-rebound urethane, mesh, and nylon.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWill the color look exactly like the product photos?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eDue to natural materials, shooting lighting, and screen resolution, the color, surface texture, pattern, and actual appearance may differ slightly from the photos. Product photos are for illustrative purposes only.\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=\"KaguReadMoreTriggerBGYK004\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK004\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"black \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238321712,"sku":"BGY-K004-05","price":109.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238354480,"sku":"BGY-K004-06","price":117.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238387248,"sku":"BGY-K004-01","price":112.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238420016,"sku":"BGY-K004-02","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238452784,"sku":"BGY-K004-03","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238485552,"sku":"BGY-K004-04","price":137.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238518320,"sku":"BGY-K004-011","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238551088,"sku":"BGY-K004-012","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238583856,"sku":"BGY-K004-07","price":124.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238616624,"sku":"BGY-K004-08","price":133.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238649392,"sku":"BGY-K004-09","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"gray \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238682160,"sku":"BGY-K004-010","price":149.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 49*58*101cm \/ High-rebound urethane \/ No headrest","offer_id":42944238714928,"sku":"BGY-K004-017","price":121.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 49*58*101cm \/ High-rebound urethane + latex \/ No headrest","offer_id":42944238747696,"sku":"BGY-K004-018","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 62*62*97.5-107.5cm\/High-rebound urethane\/No headrest","offer_id":42944238780464,"sku":"BGY-K004-013","price":124.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 62*62*97.5-107.5cm\/High-rebound urethane + latex\/No headrest","offer_id":42944238813232,"sku":"BGY-K004-014","price":133.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 66*66*117-127cm \/ High-rebound urethane \/ with headrest","offer_id":42944238846000,"sku":"BGY-K004-015","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White + Blue \/ 66*66*117-127cm \/ High-rebound urethane + latex \/ with headrest","offer_id":42944238878768,"sku":"BGY-K004-016","price":149.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_office_chair_ergonomic_black_office_chair_kaguyasuBGY-K004_main_images_1.jpg?v=1779161313"},{"product_id":"mesh-executive-chair-ergonomic-office-headrest-bgy-s005","title":"Mesh Executive Chair | Ergonomic Office Chair with Headrest | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 30px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; font-weight: 600; color: var(--k-text-title); }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/FAQ --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eEngineered for Focus, Designed for Comfort\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBreathable Ergonomics:\u003c\/b\u003e A professional-grade office chair engineered with high-tension cooling mesh fabric to regulate temperature during extended work sessions.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSpinal Alignment:\u003c\/b\u003e Features an integrated, fully adjustable headrest and contoured backrest designed to mitigate neck fatigue and promote healthy posture.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eLatex-Infused Comfort:\u003c\/b\u003e Upgraded seat core utilizing high-density natural latex and commercial-grade urethane foam for sag-resistant, cloud-like support.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eProfessional Presence:\u003c\/b\u003e A sophisticated silhouette that elevates the aesthetic of modern executive suites and home office environments alike.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eMesh Executive Chair | Ergonomic Office Seating\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eTransform your desk setup into a hub of absolute focus. This contemporary piece delivers exceptional neck and lumbar support, serving as a reliable partner for high-pressure professional environments. By marrying breathable structural aesthetics with premium internal cushioning, we provide more than just a chair¡ªwe provide the foundation for sustained daily productivity. Experience the blend of utility and refined design that defines the Kaguyasu office collection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/mesh_executive_chair_ergonomic_office_chair_with_headrest_kaguyasuBGY-S005_detailed_images.jpg?v=1779161306\" alt=\"Kaguyasu Ergonomic Mesh Executive Office Chair BGY-S005 Showcase\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Ergonomic Seating Series (BGY-S005)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eHigh-Density Nylon Frame, Breathable Mesh, Natural Latex, Urethane Foam\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eColorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eGray + White\u003c\/li\u003e\n\u003cli\u003eBlue + White\u003c\/li\u003e\n            \u003cli\u003ePink + White\u003c\/li\u003e\n\u003cli\u003eBlack + White\u003c\/li\u003e\n            \u003cli\u003eSolid Black\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eDimensions (H)\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003eStandard: 64 * 44 * 108 cm\u003c\/li\u003e\n            \u003cli\u003eExecutive: 64 * 44 * 126 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 20kg (Unit weight)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Includes precision hardware and toolset)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot possible\u003c\/b\u003e (Optimized as a standardized professional unit)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eCorporate Procurement \u0026amp; Office Fit-Outs\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu supports seamless office upgrades. As this unit is a standardized model, we maintain robust inventory levels to facilitate rapid deployment for team-wide office refurbishments. Contact our B2B team for bulk volume pricing and corporate freight scheduling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does the color accuracy compare to the images?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to differences in studio lighting conditions during photography and varying screen resolutions on different devices, the product color may appear slightly different from the actual physical object. The photographs provided are for illustrative purposes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat should I expect regarding material variations?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe utilize high-quality, eco-conscious materials. Minor variations in surface texture or finish are characteristic of our manufacturing process and do not indicate defects. Changes occurring over time due to standard wear and tear are not considered product defects.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this chair be customized?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eThis model is specifically engineered as a fixed, high-performance unit to ensure maximum ergonomic stability. Therefore, we do not offer custom modifications, ensuring the highest level of structural integrity and quality control for your workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"No rocking function \/ Gray + White \/ Urethane foam \/ Nylon legs","offer_id":42944243138608,"sku":"BGY-S005-037","price":92.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Urethane foam \/ Nylon legs","offer_id":42944243171376,"sku":"BGY-S005-038","price":92.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Gray + White \/ Urethane foam \/ With headrest \/ Nylon legs","offer_id":42944243204144,"sku":"BGY-S005-039","price":95.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Urethane foam \/ With headrest \/ Nylon legs","offer_id":42944243236912,"sku":"BGY-S005-040","price":95.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Gray + White \/ atex \/ With headrest \/ Nylon legs","offer_id":42944243269680,"sku":"BGY-S005-041","price":95.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Tex \/ With headrest \/ Nylon legs","offer_id":42944243302448,"sku":"BGY-S005-042","price":95.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Gray + White \/ Urethane foam \/ eadrest included \/ Nylon legs","offer_id":42944243335216,"sku":"BGY-S005-043","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Black \/ Urethane foam \/ eadrest included \/ Nylon legs","offer_id":42944243367984,"sku":"BGY-S005-044","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"Features a rocking function \/ Gray + White \/ atex \/ eadrest included \/ Nylon legs","offer_id":42944243400752,"sku":"BGY-S005-045","price":118.0,"currency_code":"GBP","in_stock":true},{"title":"Rocking function \/ Black \/ atex \/ eadrest included \/ Nylon legs","offer_id":42944243433520,"sku":"BGY-S005-046","price":118.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/mesh_executive_chair_ergonomic_office_chair_with_headrest_kaguyasuBGY-S005_main_images_2.webp?v=1778729538"},{"product_id":"modern-sofas-l-shaped-wood-frame-platform-suite-bsf-k080","title":"Modern Sofas | Versatile L-shaped Sofas \u0026 Wood Frame Sofa Suite | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 30px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\n  .kagu-usp-bullets ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 14px; }\n  .kagu-usp-bullets li { position: relative; padding-left: 28px; font-size: 14.5px; }\n  .kagu-usp-bullets li::before { \n    content: ''; position: absolute; left: 0; top: 3px; width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box { background: #fff; padding: 30px; border: 1px solid var(--k-bg-dark); border-radius: 8px; margin-bottom: 35px; }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { width: 100%; height: auto; display: block; border-radius: 8px; border: 1px solid var(--k-bg-dark); margin-bottom: 25px; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  .kagu-color-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; list-style: none; padding: 0; margin: 0; }\n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- B2B\/FAQ --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-color-list { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eArchitectural Comfort, Tailored for You\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Warmth:\u003c\/b\u003e A signature wood-frame sofa suite that marries architectural rigidity with warm, contemporary domestic aesthetics.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eAdaptive Versatility:\u003c\/b\u003e A dynamic centerpiece for living room environments, offering flexible configurations from linear arrangements to spacious L-shaped setups.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Ergonomics:\u003c\/b\u003e Engineered with sag-resistant, high-rebound cushioning designed to maintain structure and support for years of high-traffic use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eDeep-Seated Luxury:\u003c\/b\u003e A thoughtfully proportioned couch, deep enough for total relaxation, transforming your living room into a true sanctuary.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eVersatile L-Shaped Sofa \u0026amp; Wood Frame Suite\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eCreate your own tailored sanctuary. As a standout piece in our modern furniture collection, this adjustable sofa unit serves as both a stunning aesthetic centerpiece and a functional daily retreat. Featuring a signature wood-frame platform and plush, deep-seated cushions, it offers the perfect balance between firmness and comfort. Whether you are outfitting a large open-plan living room or a cozy apartment lounge, this suite adapts to your spatial requirements with effortless elegance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_versatile_l-shaped_sofas_wood_frame_sofa_suite_kaguyasuBSF-K080_detailed_images_1.jpg?v=1779161098\" alt=\"Kaguyasu Modern Wood Frame Sofa Suite and L-shaped configuration\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Modular Living Series (BSF-K080)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eCommercial-Grade Melamine Laminate Frame, High-Rebound Urethane Foam Core\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Colorways\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-color-list\"\u003e\n            \u003cli\u003eNatural + Beige\u003c\/li\u003e\n\u003cli\u003eWalnut + Beige\u003c\/li\u003e\n            \u003cli\u003eNatural + Light Green\u003c\/li\u003e\n\u003cli\u003eWalnut + Light Green\u003c\/li\u003e\n            \u003cli\u003eNatural + Light Gray\u003c\/li\u003e\n\u003cli\u003eWalnut + Light Gray\u003c\/li\u003e\n            \u003cli\u003eNatural + Charcoal Gray\u003c\/li\u003e\n\u003cli\u003eWalnut + Charcoal Gray\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eStandard Dimensions\u003cbr\u003e\u003csmall\u003e(L * D * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e150 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e180 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e200 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e220 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e260 * 82 * 88-100 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 82 * 88-100 cm\u003c\/li\u003e\n\u003cli\u003e320 * 82 * 88-100 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e80 - 150 kg (Varies by configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eNot Required\u003c\/b\u003e (Delivered as a complete professional suite)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Color and fabric matching for interior design projects)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eBespoke Interior Solutions\u003c\/h3\u003e\n    \u003cp\u003eFor designers and property managers, we offer color and finish customization to ensure this sofa suite aligns perfectly with your existing project palette. Contact our commercial team for trade pricing and bulk logistics scheduling.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre natural variations normal in the wood or fabric?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. Due to the use of premium materials, the color, surface texture, and pattern may differ slightly, giving each piece a unique character. This is normal and does not affect structural integrity or daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request custom color options?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eSince this item is customizable, please reach out to our team with your desired interior color scheme. We can provide fabric swatches and finish samples to ensure your sofa suite complements your home's unique design.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow accurate are the colors shown online?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eDue to studio lighting and screen resolution variations, the product color may differ slightly from the image. Our website photos are for illustrative purposes to showcase the design aesthetic.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural + Beige (igh-rebound urethane) \/ 150*82*88~100cm (adjustable)","offer_id":43011227877424,"sku":"BSF-K080-02","price":410.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 180*82*88~100cm (adjustable)","offer_id":43011227942960,"sku":"BSF-K080-03","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 200*82*88~100cm (adjustable)","offer_id":43011228008496,"sku":"BSF-K080-04","price":519.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 220*82*88~100cm (adjustable)","offer_id":43011228074032,"sku":"BSF-K080-05","price":598.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 240*82*88~100cm (adjustable)","offer_id":43011228139568,"sku":"BSF-K080-06","price":696.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 260*82*88~100cm (adjustable)","offer_id":43011228205104,"sku":"BSF-K080-07","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 280*82*88~100cm (adjustable)","offer_id":43011228270640,"sku":"BSF-K080-08","price":954.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + Beige (igh-rebound urethane) \/ 320*82*88~100cm (adjustable)","offer_id":43011228336176,"sku":"BSF-K080-09","price":1045.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 150*82*88~100cm (adjustable)","offer_id":43011227910192,"sku":"BSF-K080-11","price":410.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 180*82*88~100cm (adjustable)","offer_id":43011227975728,"sku":"BSF-K080-12","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 200*82*88~100cm (adjustable)","offer_id":43011228041264,"sku":"BSF-K080-13","price":519.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 220*82*88~100cm (adjustable)","offer_id":43011228106800,"sku":"BSF-K080-14","price":598.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 240*82*88~100cm (adjustable)","offer_id":43011228172336,"sku":"BSF-K080-15","price":696.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 260*82*88~100cm (adjustable)","offer_id":43011228237872,"sku":"BSF-K080-16","price":823.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 280*82*88~100cm (adjustable)","offer_id":43011228303408,"sku":"BSF-K080-17","price":954.0,"currency_code":"GBP","in_stock":true},{"title":"alnut + Beige (igh-rebound urethane) \/ 320*82*88~100cm (adjustable)","offer_id":43011228368944,"sku":"BSF-K080-18","price":1045.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_sofas_versatile_l-shaped_sofas_wood_frame_sofa_suite_kaguyasuBSF-K080_main_images.jpg?v=1779691913"},{"product_id":"premium-executive-chair-ergonomic-office-chair-bgy-2052","title":"Premium Executive Chair | Ergonomic Office Chair | 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: 40px 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: 950px;\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: 18000px; }\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: 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: '?';\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: 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\u003eProfessional Executive Elegance:\u003c\/b\u003e A premium executive chair designed to elevate modern offices, home workspaces, study rooms, and gaming setups.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAll-Day Ergonomic Support:\u003c\/b\u003e Contoured cushioning, reinforced backrest support, and a smooth 135¡ã recline help improve comfort during long sitting sessions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Density Foam Comfort:\u003c\/b\u003e Soft yet resilient foam padding creates a supportive, cloud-like seating feel for intensive work and daily office use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmooth Floor-Safe Mobility:\u003c\/b\u003e High-performance nylon legs and anti-slip PA casters provide quiet movement and help protect office floors.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSkin-Friendly Arm Support:\u003c\/b\u003e Curved geometric armrests provide steady upper-body support for typing, meetings, reading, and relaxed sitting.\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=\"KaguReadMoreTriggerBGY2052\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Chair with Ergonomic Office Comfort\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/BGY-2052_02.png?v=1744871526\" alt=\"Premium ergonomic executive office chair with adjustable design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your workspace with a premium executive chair built for comfort, support, and modern office style. This ergonomic office chair combines high-density foam padding, a reinforced backrest, skin-friendly armrests, contoured seating, 135¡ã recline support, anti-slip PA casters, and one-piece moulded nylon legs for daily work, study, and gaming use.\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\/0749\/7757\/5231\/files\/BGY-2052_06.png?v=1744871531\" alt=\"High-density foam padding on premium executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Foam Leather-Style Seat\u003c\/h3\u003e\n          \u003cp\u003eThe seat uses premium high-density foam for a soft yet supportive sitting feel. Its elastic rebound helps reduce fatigue during long workdays, study sessions, gaming, and regular office 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\/0749\/7757\/5231\/files\/BGY-2052_08.png?v=1744871533\" alt=\"Thickened reinforced safe backrest on ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThickened and Reinforced Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe reinforced backrest provides strong structural integrity and reliable support for daily use. It is designed to feel secure while supporting a more comfortable office sitting posture.\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\/0749\/7757\/5231\/files\/BGY-2052_10.png?v=1744871535\" alt=\"Geometric skin-friendly armrests on executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eGeometric Skin-Friendly Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe curved armrests combine a modern geometric shape with a soft, skin-friendly touch. They provide steady upper-body support during typing, meetings, reading, and relaxed sitting.\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\/0749\/7757\/5231\/files\/BGY-2052_12.png?v=1744871537\" alt=\"Contoured ergonomic office chair seat cushion\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eContoured Ergonomic Seat Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe specialised cushion naturally follows the seated shape for improved support. It helps distribute pressure more evenly and supports comfort during extended office or home workspace use.\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\/0749\/7757\/5231\/files\/BGY-2052_14.png?v=1744871539\" alt=\"135 degree relaxing recline with synchronised armrests\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e135¡ã Recline with Synchronized Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe smooth 135¡ã reclining function lets you lean back with stable arm support. Synchronized armrests help keep elbows supported while switching between focused work and short relaxation breaks.\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\/0749\/7757\/5231\/files\/BGY-2052_16.png?v=1744871541\" alt=\"Anti-slip PA mobility casters on premium executive chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAnti-Slip PA Mobility Casters\u003c\/h3\u003e\n          \u003cp\u003eThe large-edge PA casters support smooth, flexible movement while helping protect hardwood, tile, and office flooring from scratches during everyday chair movement.\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\/0749\/7757\/5231\/files\/BGY-2052_18.png?v=1744871543\" alt=\"One-piece moulded high-performance nylon legs\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOne-Piece Moulded Nylon Legs\u003c\/h3\u003e\n          \u003cp\u003eThe high-performance nylon legs are built for dependable support and easy maintenance. Their rust-free, washable design helps the chair stay practical for long-term professional use.\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\/0749\/7757\/5231\/files\/BGY-2052_22.png?v=1744871550\" alt=\"Premium executive chair 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\"\u003eDescription\u003c\/th\u003e\n        \u003ctd\u003eA premium executive chair designed for modern workspaces, home offices, study areas, and gaming setups. It combines high-density foam padding, reinforced backrest support, contoured ergonomic seating, 135¡ã recline, synchronised armrests, anti-slip PA casters, and one-piece moulded nylon legs.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003ePremium Executive Chair \/ Ergonomic Office Chair \/ Leather-Style Home Office Chair\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSeat Cushion\u003c\/th\u003e\n        \u003ctd\u003eHigh-density foam with soft elastic support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n        \u003ctd\u003eThickened and reinforced safe backrest\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eArmrests\u003c\/th\u003e\n        \u003ctd\u003eSkin-friendly geometric armrests with synchronised recline support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n        \u003ctd\u003eUp to 135¡ã relaxing recline\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eMobility\u003c\/th\u003e\n        \u003ctd\u003eAnti-slip PA mobility casters\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eBase\u003c\/th\u003e\n        \u003ctd\u003eOne-piece moulded high-performance nylon legs\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      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n        \u003ctd\u003eExecutive offices, home offices, study rooms, gaming rooms, workstations, and modern professional workspaces\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-2052_detailed_images_4.jpg?v=1779161262\" alt=\"Premium ergonomic executive chair dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour Notice:\u003c\/b\u003e Product colour, upholstery tone, caster finish, base appearance, and surface texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eComfort Notice:\u003c\/b\u003e Seat firmness, foam rebound, recline feel, and armrest comfort may vary by body type, sitting habits, and personal preference.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eFloor Protection Notice:\u003c\/b\u003e The PA casters are designed for smooth movement, but floor protection mats are recommended for delicate flooring or long-term use in one area.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe surfaces with a soft dry or slightly damp cloth. Avoid sharp objects, abrasive cleaners, 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 premium executive chair and ergonomic office chair orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly requirements should be confirmed before ordering. Please prepare a clean setup area and follow the assembly instructions carefully.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair dimensions, desk height, turning clearance, floor surface, and workstation spacing before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Planning:\u003c\/b\u003e Review colour options, upholstery tone, caster type, and office interior style before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for executive offices, home offices, study rooms, gaming rooms, manager offices, and professional workspace projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the chair away from sharp edges, standing water, excessive heat, and prolonged 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 premium executive chair recline?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product details show a 135¡ã relaxing recline with synchronised armrest support.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat makes the chair comfortable for long sitting?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses high-density foam, a contoured ergonomic cushion, reinforced backrest support, and armrests designed for upper-body comfort.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eAre the casters suitable for office flooring?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair includes anti-slip PA mobility casters designed for smooth, floor-conscious movement. A floor mat is still recommended for delicate surfaces.\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 chair dimensions, desk height, turning clearance, colour option, floor surface, and final workspace layout 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=\"KaguReadMoreTriggerBGY2052\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY2052\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Gray Black Frame","offer_id":42944257130544,"sku":"BGY-2052-01","price":314.0,"currency_code":"GBP","in_stock":true},{"title":"Black Black Frame","offer_id":42944257163312,"sku":"BGY-2052-02","price":314.0,"currency_code":"GBP","in_stock":true},{"title":"Light White White Frame","offer_id":43011214245936,"sku":"BGY-2052-03","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Black White Frame","offer_id":43011214278704,"sku":"BGY-2052-04","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Gray White Frame","offer_id":43011214311472,"sku":"BGY-2052-05","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Orange White Frame","offer_id":43011214344240,"sku":"BGY-2052-06","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Blue White Frame","offer_id":43011214377008,"sku":"BGY-2052-07","price":346.0,"currency_code":"GBP","in_stock":true},{"title":"Green White Frame","offer_id":43011214409776,"sku":"BGY-2052-08","price":346.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-2052_main_images.png?v=1779696605"},{"product_id":"modern-minimalist-sofa-small-settees-bsf-2065","title":"Modern Minimalist Sofa | Comfy Small Sofas And Settees | 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: 40px 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: 950px;\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: 18000px; }\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: 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\u003eSpace-Saving Nordic Design:\u003c\/b\u003e A modern minimalist sofa for bedrooms, balconies, living rooms, lounges, and compact reception corners.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEasy Clean Waterproof Fabric:\u003c\/b\u003e Wash-free three-in-one fabric offers practical waterproof, anti-static, and low-maintenance daily use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePlush Full-Body Comfort:\u003c\/b\u003e High-density foam and ergonomic shaping create a compact yet generously comfortable lounging experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Spring Support:\u003c\/b\u003e Heavy-duty S-shaped springs help maintain cushioning, structure, and long-term seating comfort.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eTear-Resistant Velvet Upholstery:\u003c\/b\u003e Breathable velvet upholstery helps reduce pilling and deformation for a smoother, longer-lasting seating experience.\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=\"KaguReadMoreTriggerBSF2065\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Minimalist Sofa for Compact Comfortable Living\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_4.jpg?v=1779161046\" alt=\"Modern minimalist small sofa for bedroom and living room\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eAdd relaxed Nordic style to compact spaces with this modern minimalist sofa. Designed for bedrooms, balconies, living rooms, lounges, apartments, and casual office corners, it combines waterproof easy-clean fabric, tear-resistant velvet upholstery, dense high-rebound foam, S-shaped spring support, and versatile style and colour options for everyday comfort.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_10.webp?v=1778729840\" alt=\"Nordic comfy small sofa and settee lifestyle view\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_11.webp?v=1778729840\" alt=\"Waterproof easy clean fabric for modern minimalist sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWash-Free Waterproof Easy Clean Sofa Fabric\u003c\/h3\u003e\n          \u003cp\u003eThe innovative three-in-one fabric supports easier daily care with waterproof and anti-static protection. It is practical for busy homes, bedrooms, balcony seating, lounge areas, and compact living 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\/0749\/7757\/5231\/files\/BSF-2065_08.png?v=1745552872\" alt=\"Tear-resistant comfortable velvet upholstery on small sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eTear-Resistant Comfortable Velvet Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe warm beige velvet upholstery is designed for breathable year-round comfort. Its tear-resistant surface helps reduce pilling and deformation for a smoother, longer-lasting seating experience.\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_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_2.webp?v=1778729859\" alt=\"Compact small sofa with large lounging capacity\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCompact Small Sofa with Generous Comfort\u003c\/h3\u003e\n          \u003cp\u003eDespite its compact footprint, the sofa provides comfortable ergonomic support for whole-body relaxation. It is a practical choice for bedrooms, small lounges, balconies, studios, and cosy office corners.\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_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_3.webp?v=1778729856\" alt=\"High-density foam cushioning inside comfy small sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Foam for Plush Rebound\u003c\/h3\u003e\n          \u003cp\u003eThe independently developed high-density foam feels flexible and full-bodied, offering supportive cushioning with strong rebound. It brings premium comfort to a smaller sofa format.\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_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_5.webp?v=1778729842\" alt=\"S-shaped spring support system inside minimalist sofa\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty S-Shaped Spring Support\u003c\/h3\u003e\n          \u003cp\u003eThe integrated S-shaped spring structure provides lasting cushioning and helps maintain the sofa shape after repeated use. It supports stable, comfortable lounging for daily relaxation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_7.webp?v=1778729866\" alt=\"Modern minimalist sofa style options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_8.webp?v=1778729859\" alt=\"Modern minimalist sofa 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\"\u003eDescription\u003c\/th\u003e\n        \u003ctd\u003eA modern minimalist sofa designed for compact comfort in bedrooms, balconies, living rooms, lounges, studios, apartments, and small office relaxation areas. It combines easy-clean waterproof fabric, tear-resistant velvet upholstery, high-density foam, and S-shaped spring support.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003eModern Minimalist Sofa \/ Comfy Small Sofa \/ Small Sofa and Settee\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eFabric\u003c\/th\u003e\n        \u003ctd\u003eWash-free waterproof three-in-one fabric with anti-static protection\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eUpholstery\u003c\/th\u003e\n        \u003ctd\u003eTear-resistant comfortable velvet upholstery\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eCushioning\u003c\/th\u003e\n        \u003ctd\u003eHigh-density foam with flexible rebound support\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSupport System\u003c\/th\u003e\n        \u003ctd\u003eHeavy-duty S-shaped spring support system\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n        \u003ctd\u003eStyle options and colour options shown in product images\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      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n        \u003ctd\u003eBedrooms, balconies, living rooms, apartments, studios, lounges, reception corners, and compact relaxation 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\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_detailed_images_1.jpg?v=1779161045\" alt=\"Modern minimalist sofa dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eRoom Planning Notice:\u003c\/b\u003e Please confirm sofa size, doorway width, lift access, stair clearance, room layout, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Fabric Notice:\u003c\/b\u003e Product colour, fabric texture, velvet surface, and cushion appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Although the fabric is designed for easier cleaning, wipe spills promptly with a soft cloth and avoid harsh detergents, sharp objects, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eComfort Notice:\u003c\/b\u003e Foam feel and cushion rebound may vary slightly by use, room temperature, and personal preference.\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 minimalist sofa and small sofa orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm sofa size, doorway width, lift access, stair clearance, turning space, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLayout Planning:\u003c\/b\u003e Suitable for bedrooms, balconies, compact living rooms, apartments, studios, lounge corners, and small reception spaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle Planning:\u003c\/b\u003e Review style options, colour options, fabric tone, and room palette before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for apartment furnishing, lounge areas, reception corners, studio projects, and compact relaxation spaces.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft dry or slightly damp cloth. Keep away from sharp edges, standing water, excessive heat, 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\u003eIs this sofa suitable for small rooms?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It is designed as a compact small sofa and settee for bedrooms, balconies, apartments, studios, lounges, and smaller living areas.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the fabric easy to clean?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product details describe a wash-free waterproof easy-clean fabric with anti-static protection. Spills should still be wiped promptly and gently.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat provides the sofa comfort?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe sofa uses high-density foam cushioning and an S-shaped spring support system for flexible rebound, structure, and everyday relaxation comfort.\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 style, colour, dimensions, doorway width, lift access, stair clearance, room layout, 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=\"KaguReadMoreTriggerBSF2065\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBSF2065\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Off-White \/ Large Size Skin-Friendly Velvet","offer_id":43011213131824,"sku":"BSF-2065-01","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Large Size Tech Fabric","offer_id":43011213164592,"sku":"BSF-2065-02","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213197360,"sku":"BSF-2065-03","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Tech Fabric","offer_id":43011213230128,"sku":"BSF-2065-04","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Skin-Friendly Velvet ith Footrest","offer_id":43011213262896,"sku":"BSF-2065-05","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ Extra Large Size Tech Fabric ith Footrest","offer_id":43011213295664,"sku":"BSF-2065-06","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Large Size Skin-Friendly Velvet","offer_id":43011213328432,"sku":"BSF-2065-07","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Large Size Tech Fabric","offer_id":43011213361200,"sku":"BSF-2065-08","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213393968,"sku":"BSF-2065-09","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Tech Fabric","offer_id":43011213426736,"sku":"BSF-2065-10","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Skin-Friendly Velvet ith Footrest","offer_id":43011213459504,"sku":"BSF-2065-11","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Gray \/ Extra Large Size Tech Fabric ith Footrest","offer_id":43011213492272,"sku":"BSF-2065-12","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Large Size Skin-Friendly Velvet","offer_id":43011213525040,"sku":"BSF-2065-13","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Large Size Tech Fabric","offer_id":43011213557808,"sku":"BSF-2065-14","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213590576,"sku":"BSF-2065-15","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Tech Fabric","offer_id":43011213623344,"sku":"BSF-2065-16","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Skin-Friendly Velvet ith Footrest","offer_id":43011213656112,"sku":"BSF-2065-17","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Yellow \/ Extra Large Size Tech Fabric ith Footrest","offer_id":43011213688880,"sku":"BSF-2065-18","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Large Size Skin-Friendly Velvet","offer_id":43011213721648,"sku":"BSF-2065-19","price":297.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Large Size Tech Fabric","offer_id":43011213754416,"sku":"BSF-2065-20","price":281.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Skin-Friendly Velvet","offer_id":43011213787184,"sku":"BSF-2065-21","price":319.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Tech Fabric","offer_id":43011213819952,"sku":"BSF-2065-22","price":305.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Skin-Friendly Velvet ith Footrest","offer_id":43011213852720,"sku":"BSF-2065-23","price":390.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ Extra Large Size Tech Fabric ith Footrest","offer_id":43011213885488,"sku":"BSF-2065-24","price":362.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_minimalist_sofa_comfy_small_sofas_and_settees_kaguyasuBSF-2065_main_images_2.jpg?v=1779161040"},{"product_id":"modern-office-chair-ergonomic-black-mesh-bgy-39","title":"Modern Office Chair | Ergonomic Black Office Chair with Mesh Back | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 30px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets (Single Column Layout) --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\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: 14px; \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; left: 0; top: 3px;\n    width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Image --- *\/\n  .kagu-long-showcase { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 8px; \n    border: 1px solid var(--k-bg-dark); \n    margin: 35px 0; \n  }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '?'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; transition: all 0.3s; }\n  .kagu-accordion details:hover { border-color: var(--k-sec); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); background: var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: #fff; }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.5rem; }\n    .kagu-usp-bullets { padding: 20px 18px; margin-bottom: 30px; }\n    .kagu-tbl { margin-top: 20px; margin-bottom: 20px; }\n    .kagu-tbl table { display: table; min-width: 100%; } \n    .kagu-tbl th, .kagu-tbl td { display: table-cell; padding: 12px 14px; font-size: 13.5px; }\n    .kagu-tbl th { width: 35%; }\n    .kagu-tbl td { width: 65%; }\n    .kagu-b2b-box { padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eRefining Your Daily Seating Experience\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Aesthetics:\u003c\/b\u003e A sleek black office chair designed to add a touch of sophisticated elegance to any contemporary workspace.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHealthy Posture:\u003c\/b\u003e An advanced ergonomic office chair meticulously engineered to provide superior daily lumbar support.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCool Comfort:\u003c\/b\u003e Premium breathable mesh materials setting a new performance standard for office seating uk environments.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eErgonomic Black Office Chair with Mesh Back\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eProduct Description:\u003c\/h4\u003e\n    \u003cp\u003eIntroducing our stylish black mesh chair, an epitome of comfort and style tailored for your workspace. Crafted with an ergonomic design, this chair offers superior support and promotes healthy sitting posture. The black mesh upholstery ensures breathability, keeping you cool and comfortable throughout the day. Its sleek and modern design adds a touch of sophistication to any office environment. Engineered for both functionality and aesthetics, this chair merges ergonomic excellence with contemporary style, making it an ideal choice for those seeking a blend of comfort and elegance in their office seating.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_chair_ergonomic_black_office_chair_with_mesh_back_kaguyasuBGY-39_detailed_images.webp?v=1778729883\" alt=\"Modern Office Chair | Ergonomic Black Office Chair with Mesh Back | Kaguyasu BGY-39 Detailed Dimensions\" class=\"kagu-long-showcase\"\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Contemporary Seating Series (BGY-39)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePremium Materials\u003c\/th\u003e\n          \u003ctd\u003eHigh-Elastic Mesh + Reinforced Nylon Structural Frame + High-Density Comfort Sponge Cushion\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColorway\u003c\/th\u003e\n          \u003ctd\u003eArchitectural Matte Black\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eVersatile Suitability\u003c\/th\u003e\n          \u003ctd\u003eCorporate Executive Offices, Conference Rooms, Employee Workstations, and Premium Home Studies\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Required\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, required\u003c\/b\u003e (Includes heavy-duty hardware kit and step-by-step graphic guidelines)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBespoke Customization\u003c\/th\u003e\n          \u003ctd\u003eStandard Corporate Specification (Bespoke modifications unavailable for this run)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eCorporate Procurement \u0026amp; Project Logistics\u003c\/h3\u003e\n    \u003cp\u003eAs a dedicated commercial seating provider across the UK and mainland Europe, Kaguyasu guarantees reliable delivery channels tailored for corporate fit-outs and workspace overhauls:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Flat-Packed Shipping:\u003c\/b\u003e All items are distributed flat-packed in heavy-duty commercial cartons to prevent transit friction and component fatigue.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eB2B Project Solutions:\u003c\/b\u003e If you are managing full floor layouts, conference center upgrades, or bulk fleet replacements, please coordinate directly with our commercial support hub.\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\u003eHow long does it take to assemble this ergonomic chair?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eAssembly is straightforward and intuitive. Each chair comes supplied with all necessary hex keys and precise technical visual blueprints. On average, a professional or home-office user completes the setup within 15 to 20 minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the mesh back structure loosen or sag over continuous use?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eNo. Our black mesh upholstery is woven from premium high-tensile interlocking strands engineered to withstand repetitive stress. It actively retains its firm, dynamic supportive tension even through years of daily full-day operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this model suitable for carpeted commercial floors?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes, the dual-wheel casters integrated with our reinforced nylon frame are dual-purpose. They are designed to slide smoothly and fluidly across low-pile commercial office carpets as well as standard hardwood floor options without causing surface scuffs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Security Base \/ 63*65*113cm","offer_id":43011212738608,"sku":"BGY-39-02","price":587.0,"currency_code":"GBP","in_stock":true},{"title":"Nylon Base \/ 63*65*113cm","offer_id":43011212771376,"sku":"BGY-39-01","price":502.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_office_chair_ergonomic_black_office_chair_with_mesh_back_kaguyasuBGY-39_main_images_1.jpg?v=1779161190"},{"product_id":"designer-office-chair-aluminum-executive-bgy-1066","title":"Designer Office Chair | Modern Aluminum Executive Chair | 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: 40px 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: 800px;\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: 10000px; }\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-card-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin: 25px 0 35px;\n  }\n  .kagu-feature-card {\n    background: #fff;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    padding: 22px;\n  }\n  .kagu-feature-card h3 {\n    margin-top: 0;\n    margin-bottom: 10px;\n  }\n  .kagu-feature-card p {\n    margin: 0;\n    font-size: 15px;\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: '?';\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-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-feature-card-grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n    .kagu-feature-card {\n      padding: 18px 15px;\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\u003eDesigner Executive Look:\u003c\/b\u003e A modern aluminium-style executive chair that adds a refined designer profile to offices and leadership spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eComfortable Upholstered Seat:\u003c\/b\u003e Artificial leather and sponge cushioning support a smoother sitting experience during desk work and meetings.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Alloy Frame:\u003c\/b\u003e The alloy frame provides a stable structure for daily professional seating and long-term office use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustom Colour Support:\u003c\/b\u003e Colour customisation is available to help match executive offices, meeting rooms, and modern workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCompact Executive Footprint:\u003c\/b\u003e The L53 ¡Á W48 ¡Á H97cm profile fits offices, meeting rooms, home offices, computer desks, and professional workspaces.\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=\"KaguReadMoreTriggerBGY1066\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eDesigner Office Chair with Modern Aluminum Executive Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/designer_office_chair_modern_aluminum_executive_chair_kaguyasuBGY-1066_detailed_images.webp?v=1778729766\" alt=\"Designer office chair with modern aluminium executive chair style\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBring a polished designer look to your office with this modern executive chair. Built for offices, executive rooms, meeting areas, and professional workspaces, it combines artificial leather upholstery, sponge cushioning, an alloy frame, a compact L53 ¡Á W48 ¡Á H97cm profile, and colour customisation support for a refined seating solution.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-feature-card-grid\"\u003e\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eModern Designer Office Profile\u003c\/h3\u003e\n          \u003cp\u003eThe clean executive shape gives the chair a timeless, design-led appearance that works well in private offices, meeting rooms, reception areas, and professional computer desk setups.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eArtificial Leather Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe artificial leather surface creates a polished office look while offering practical daily comfort. It is suitable for executive spaces that need a refined appearance and easy everyday care.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eSponge Cushioning for Work Comfort\u003c\/h3\u003e\n          \u003cp\u003eThe cushioned seat and back support comfortable sitting through regular office work, desk tasks, meetings, and guest seating use.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-feature-card\"\u003e\n          \u003ch3\u003eStable Alloy Frame\u003c\/h3\u003e\n          \u003cp\u003eThe alloy frame adds dependable structure and a modern metallic accent, helping the chair feel sturdy while maintaining a sleek executive style.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003eDesigner Office Chair \/ Modern Aluminum Executive Chair \/ Executive Computer Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eArtificial leather, alloy frame, sponge\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003eL53 ¡Á W48 ¡Á H97cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n              \u003ctd\u003eOffices, executive offices, meeting rooms, home offices, computer desks, and professional workspaces\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour customisation may be available. Please confirm your preferred colour and project requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Material Notice:\u003c\/b\u003e Product colour, artificial leather texture, frame finish, and cushion appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAssembly Notice:\u003c\/b\u003e Assembly is required. Please prepare a clear setup area and follow the assembly instructions carefully before use.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe the upholstery and frame with a soft dry or slightly damp cloth. Avoid sharp objects, abrasive cleaners, 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 designer office chair and executive seating orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clean area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair size, desk height, legroom, floor surface, and turning clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Selection:\u003c\/b\u003e Confirm the preferred colour and upholstery look before fulfilment, especially for matching executive office interiors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for executive offices, meeting rooms, reception seating, home offices, and professional workspace projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the chair away from sharp edges, standing water, excessive heat, and prolonged 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 designer office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses artificial leather upholstery, sponge cushioning, and an alloy frame.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the chair colour be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour customisation may be available. Please confirm your preferred colour before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhere is this executive chair suitable?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt is suitable for offices, executive offices, meeting rooms, home offices, computer desks, and professional workspaces.\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=\"KaguReadMoreTriggerBGY1066\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY1066\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ 53*48*97cm","offer_id":43011209297968,"sku":"BGY-1066-03","price":895.0,"currency_code":"GBP","in_stock":true},{"title":"Brown \/ 53*48*97cm","offer_id":43011209330736,"sku":"BGY-1066-01","price":895.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 53*48*97cm","offer_id":43011209363504,"sku":"BGY-1066-02","price":895.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/designer_office_chair_modern_aluminum_executive_chair_kaguyasuBGY-1066_main_images_2.webp?v=1778729496"},{"product_id":"s-curve-ergonomic-office-chair-black-mesh-bgy-303","title":"S-Curve Ergonomic Office Chair | Black Mesh Work Chair | 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: 40px 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: 800px;\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: 14000px; }\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-chair-colour-grid {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_09.jpg?v=1732252463\");\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 16px;\n    margin: 15px 0 30px;\n  }\n  .kagu-chair-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% 500%;\n    background-repeat: no-repeat;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-chair-colour-1 { background-position: 0% 0%; }\n  .kagu-chair-colour-2 { background-position: 100% 0%; }\n  .kagu-chair-colour-3 { background-position: 0% 25%; }\n  .kagu-chair-colour-4 { background-position: 100% 25%; }\n  .kagu-chair-colour-5 { background-position: 0% 50%; }\n  .kagu-chair-colour-6 { background-position: 100% 50%; }\n  .kagu-chair-colour-7 { background-position: 0% 75%; }\n  .kagu-chair-colour-8 { background-position: 100% 75%; }\n  .kagu-chair-colour-9 { background-position: 0% 100%; }\n  .kagu-chair-colour-10 { 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: '?';\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-chair-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\u003eDynamic Office Comfort:\u003c\/b\u003e A black mesh work chair designed for modern offices, home workstations, meeting rooms, and daily desk use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpace-Saving Flip-Up Arms:\u003c\/b\u003e 90¡ã flip-up armrests let the chair slide neatly under a desk when not in use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eOptional Headrest Style:\u003c\/b\u003e Choose without headrest or with headrest for added neck and upper body support.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eS-Curve Ergonomic Backrest:\u003c\/b\u003e The body-fitting S-curve backrest helps support a more natural seated posture during long work sessions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003e135¡ã Reclining Comfort:\u003c\/b\u003e Smooth reclining support and pneumatic height adjustment help create a more flexible fit for work, study, and short breaks.\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=\"KaguReadMoreTriggerBGY303\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eS-Curve Ergonomic Office Chair with Black Mesh Work Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_01.jpg?v=1732252462\" alt=\"S-curve ergonomic black mesh office chair for modern workspaces\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eUpgrade everyday office seating with this S-curve ergonomic office chair. Designed for focused desk work, meeting rooms, home offices, and professional workstations, it combines breathable mesh, high-resilience foam, flip-up armrests, 135¡ã reclining comfort, adjustable seat height, optional headrest styles, and a stable five-star base.\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\/BGY-303_02.jpg?v=1732252463\" alt=\"Flip-up armrests on black mesh swivel office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpace-Saving Flip-Up Armrests\u003c\/h3\u003e\n          \u003cp\u003eThe armrests can flip up to 90¡ã, allowing the chair to slide more easily under a desk. This helps save room in compact offices, shared workstations, study rooms, and multi-purpose work 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\/0683\/9785\/9054\/files\/BGY-303_03.jpg?v=1732252463\" alt=\"S-curve backrest design for ergonomic office chair posture support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBody-Fitting S-Curve Backrest\u003c\/h3\u003e\n          \u003cp\u003eThe S-curve backrest follows the natural line of the back to provide more balanced support during long sitting periods. It helps reduce sitting pressure and supports a more comfortable working posture.\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\/BGY-303_04.jpg?v=1732252463\" alt=\"135 degree reclining black mesh ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e135¡ã Reclining Function\u003c\/h3\u003e\n          \u003cp\u003eThe chair smoothly reclines up to 135¡ã for a more relaxed sitting angle during short breaks, reading, or casual work moments. It supports flexible comfort throughout the working day.\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\/BGY-303_05.jpg?v=1732252463\" alt=\"High-density resilient foam cushion for ergonomic mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Density Resilient Foam Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe seat cushion uses high-resilience foam for a supportive feel and reliable rebound. The breathable cushion design helps maintain comfort through everyday desk work, meetings, and study sessions.\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\/BGY-303_06.jpg?v=1732252463\" alt=\"Adjustable seat height on ergonomic black mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Height for Custom Fit\u003c\/h3\u003e\n          \u003cp\u003eThe pneumatic seat-height adjustment helps match different desk heights and user preferences. It supports a more practical seated position for work, study, meetings, and home office use.\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\/BGY-303_07.jpg?v=1732252462\" alt=\"Rust-resistant five-star nylon base on black mesh office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRust-Resistant Five-Star Base\u003c\/h3\u003e\n          \u003cp\u003eThe five-star nylon base provides stable support and smooth mobility for everyday office movement. It is practical for home workstations, meeting rooms, open offices, and desk-based work areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/BGY-303_08.jpg?v=1732252463\" alt=\"Office chair style options with and without headrest\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-chair-colour-grid\" aria-label=\"Black mesh ergonomic office chair colour options\"\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-1\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 1\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-2\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 2\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-3\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 3\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-4\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 4\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-5\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 5\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-6\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 6\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-7\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 7\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-8\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 8\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-9\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 9\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"kagu-chair-colour-card kagu-chair-colour-10\" role=\"img\" aria-label=\"Black mesh ergonomic office chair colour option 10\"\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\u003eS-Curve Ergonomic Office Chair \/ Black Mesh Work Chair \/ Swivel Office Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eHigh-resilience foam, mesh\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20¨C25kg, depending on selected style\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003eL65 ¡Á W50 ¡Á H107cm, L65 ¡Á W50 ¡Á H133cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eWithout headrest, with headrest\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eArmrests\u003c\/th\u003e\n              \u003ctd\u003e90¡ã flip-up armrests for space-saving desk storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBackrest\u003c\/th\u003e\n              \u003ctd\u003eS-curve ergonomic backrest for body-fitting support\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n              \u003ctd\u003eUp to 135¡ã reclining function\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eHeight Adjustment\u003c\/th\u003e\n              \u003ctd\u003ePneumatic height adjustment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBase\u003c\/th\u003e\n              \u003ctd\u003eRust-resistant five-star nylon base\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and style\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice workstations, home offices, study rooms, meeting rooms, training rooms, shared offices, and modern desk setups\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\/BGY-303_10.jpg?v=1732252463\" alt=\"S-curve ergonomic mesh office chair dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eStyle Notice:\u003c\/b\u003e This chair is available with or without a headrest. Please confirm your preferred style before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Material Notice:\u003c\/b\u003e Product colour, mesh texture, cushion firmness, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and style customisation may be available. Please confirm requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAdjustment Notice:\u003c\/b\u003e Use the reclining and height-adjustment functions according to the assembly instructions. Always stabilise the chair before extended sitting.\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 ergonomic office chair and black mesh work chair orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair height, desk clearance, legroom, floor surface, turning space, and under-desk storage clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle Selection:\u003c\/b\u003e Choose with or without headrest based on desk height, room layout, and upper body support preference.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e Suitable for home offices, shared workstations, meeting rooms, training rooms, and office seating projects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the frame with a soft cloth and keep the mesh surface free from sharp objects, excessive moisture, 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 ergonomic office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the armrests be lifted?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The armrests can flip up to 90¡ã, helping the chair slide under a desk and save space when not in use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs there a headrest option?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The chair is available in two styles: without headrest and with headrest. Please choose the preferred style before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this chair be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and style customisation may be available. Please confirm your preferred configuration before fulfilment.\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=\"KaguReadMoreTriggerBGY303\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGY303\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Orange \/ Without Headrest","offer_id":42944266928176,"sku":"BGY-303-02","price":578.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ With Headrest","offer_id":42944266960944,"sku":"BGY-303-04","price":620.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Without Headrest","offer_id":42944266993712,"sku":"BGY-303-01","price":578.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Headrest","offer_id":42944267026480,"sku":"BGY-303-03","price":620.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/s-curve_ergonomic_office_chair_black_mesh_work_chair_kaguyasuBGY-303_main_images_2.webp?v=1778729381"},{"product_id":"premium-executive-chair-ergonomic-office-chair-bgy-k006","title":"Leather Executive Chair | Ergonomic Office Chair | 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: 40px 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: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eExecutive Ergonomic Style:\u003c\/b\u003e A premium ergonomic office chair designed to elevate modern workspaces, executive offices, and home studies.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCloud-Like Cushioning:\u003c\/b\u003e Silicone fill, microfiber upholstery, and high-density urethane foam create a soft yet supportive sitting experience.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eAdjustable Recline Comfort:\u003c\/b\u003e A deeply adjustable chair with up to 150?? recline and targeted lumbar support for reading, working, or short rests.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBreathable Microfiber Finish:\u003c\/b\u003e Wear-resistant microfiber upholstery supports comfortable office seating with a smoother, more refined touch.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFour Professional Colours:\u003c\/b\u003e Off-white, Black, Grey, and Brown options help match executive offices, home studies, management desks, and modern workstations.\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=\"KaguReadMoreTriggerBGYK006\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Chair for Ergonomic Office Seating\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_2.webp?v=1778729513\" alt=\"Premium executive ergonomic office chair for modern workspaces\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate your workspace with a premium executive chair built for daily comfort and refined office style. This ergonomic office chair combines targeted lumbar support, dual-layer high-density cushioning, breathable microfiber upholstery, a 150?? reclining function, and height-adjustable seating for focused work and relaxed breaks.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_13.webp?v=1778729468\" alt=\"Ergonomic lumbar support cushion on premium executive office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eTargeted Lumbar Support Cushion\u003c\/h3\u003e\n          \u003cp\u003eThe engineered lumbar cushion supports the lower back during long working sessions. It helps encourage a more comfortable seated posture for office work, reading, video meetings, and daily desk routines.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_2.jpg?v=1779161274\" alt=\"Dual-layer high density foam backrest for cosy desk chair comfort\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual-Layer High-Density Foam Backrest\u003c\/h3\u003e\n          \u003cp\u003eHigh-density urethane foam and soft silicone fill distribute body pressure with a plush, enveloping feel. The cushioning makes the chair comfortable for long desk sessions while retaining supportive resilience.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_15.webp?v=1778729508\" alt=\"150 degree reclining adjustable ergonomic office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDeep 150?? Adjustable Recline\u003c\/h3\u003e\n          \u003cp\u003eRecline up to 150?? to find a more comfortable angle for work, reading, or short breaks. The adjustable design supports different postures throughout the day without compromising executive chair comfort.\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\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_16.webp?v=1778729445\" alt=\"Breathable microfiber upholstery on premium executive office chair\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Breathable Microfiber Upholstery\u003c\/h3\u003e\n          \u003cp\u003eThe microfiber upholstery offers a refined touch while helping reduce stuffiness during daily use. Its wear-resistant surface supports comfortable office seating for home offices, professional desks, and executive work areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003ePremium Executive Chair \/ Ergonomic Office Chair \/ Adjustable Desk Chair\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n              \u003ctd\u003eSilicone fill, microfiber upholstery, and high-density urethane foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n              \u003ctd\u003eOff-white, Black, Grey, Brown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e50 ?¨¢ 52 ?¨¢ 118¡§C128cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecline\u003c\/th\u003e\n              \u003ctd\u003eUp to 150?? adjustable recline\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport\u003c\/th\u003e\n              \u003ctd\u003eTargeted lumbar support cushion with dual-layer cushioning\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eNot available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eExecutive offices, home offices, study rooms, management desks, workstations, and professional office seating 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\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_detailed_images_3.webp?v=1778729426\" alt=\"Premium executive ergonomic office chair dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Fabric Notice:\u003c\/b\u003e Product colour, microfiber texture, cushion softness, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eAdjustment Notice:\u003c\/b\u003e Recline and height adjustment should be used according to the assembly instructions. Always lock or stabilise the chair position before extended use.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e This product does not support customisation. Please choose from the listed colour options 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 premium office chair and ergonomic seating orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair size, desk height, legroom, floor surface, and turning clearance before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial Selection:\u003c\/b\u003e Choose the colour option that best fits your office, meeting room, study, or executive workspace.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For office seating projects, meeting rooms, and workspace fit-outs, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe gently with a soft cloth. Avoid sharp objects, excessive moisture, direct heat, and prolonged sunlight exposure.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this ergonomic office chair require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and follow the assembly instructions carefully.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow far can the chair recline?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair supports up to 150?? recline, making it suitable for working, reading, and short rest breaks during the day.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat materials are used in the cushioning?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe chair uses silicone fill, microfiber upholstery, and high-density urethane foam for a soft yet supportive sitting experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this executive chair be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customisation is not available for this product. Please choose from the listed colour options 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=\"KaguReadMoreTriggerBGYK006\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGYK006\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Off-white\/sponge \/ No footrest \/ Steel legs","offer_id":43011204677680,"sku":"BGY-K006-01","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ No footrest \/ Aluminum legs","offer_id":43011204710448,"sku":"BGY-K006-05","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ With footrest \/ Steel legs","offer_id":43011204743216,"sku":"BGY-K006-09","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/sponge \/ With footrest \/ Aluminum legs","offer_id":43011204775984,"sku":"BGY-K006-13","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ No footrest \/ Steel legs","offer_id":43011204808752,"sku":"BGY-K006-02","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011204841520,"sku":"BGY-K006-06","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ With footrest \/ Steel legs","offer_id":43011204874288,"sku":"BGY-K006-10","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011204907056,"sku":"BGY-K006-14","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ No footrest \/ Steel legs","offer_id":43011204939824,"sku":"BGY-K006-03","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011204972592,"sku":"BGY-K006-07","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ With footrest \/ Steel legs","offer_id":43011205005360,"sku":"BGY-K006-11","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011205038128,"sku":"BGY-K006-15","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ No footrest \/ Steel legs","offer_id":43011205070896,"sku":"BGY-K006-04","price":189.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ No footrest \/ Aluminum legs","offer_id":43011205103664,"sku":"BGY-K006-08","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ With footrest \/ Steel legs","offer_id":43011205136432,"sku":"BGY-K006-12","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/Sponge \/ With footrest \/ Aluminum legs","offer_id":43011205169200,"sku":"BGY-K006-16","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ No footrest \/ Steel legs","offer_id":43011205201968,"sku":"BGY-K006-17","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205234736,"sku":"BGY-K006-21","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ With footrest \/ Steel legs","offer_id":43011205267504,"sku":"BGY-K006-25","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Off-white\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205300272,"sku":"BGY-K006-29","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ No footrest \/ Steel legs","offer_id":43011205333040,"sku":"BGY-K006-18","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205365808,"sku":"BGY-K006-22","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ With footrest \/ Steel legs","offer_id":43011205398576,"sku":"BGY-K006-26","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Black\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205431344,"sku":"BGY-K006-30","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ No footrest \/ Steel legs","offer_id":43011205464112,"sku":"BGY-K006-19","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205496880,"sku":"BGY-K006-23","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ With footrest \/ Steel legs","offer_id":43011205529648,"sku":"BGY-K006-27","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Gray\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205562416,"sku":"BGY-K006-31","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ No footrest \/ Steel legs","offer_id":43011205595184,"sku":"BGY-K006-20","price":208.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ No footrest \/ Aluminum legs","offer_id":43011205627952,"sku":"BGY-K006-24","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ With footrest \/ Steel legs","offer_id":43011205660720,"sku":"BGY-K006-28","price":218.0,"currency_code":"GBP","in_stock":true},{"title":"Brown\/atex \/ With footrest \/ Aluminum legs","offer_id":43011205693488,"sku":"BGY-K006-32","price":227.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_ergonomic_office_chair_kaguyasuBGY-K006_main_images_2.jpg?v=1779161269"},{"product_id":"ergonomic-luxury-executive-chair-with-backrest-and-footrest-design","title":"Premium Executive Chair | Luxurious Leather Office Chair | 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: 40px 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: 800px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 9000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .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-chair-options {\n    margin: 15px 0 30px;\n  }\n  .kagu-chair-colours {\n    --kagu-colour-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._9.jpg?v=1775025480\");\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-bottom: 18px;\n  }\n  .kagu-chair-colour-card {\n    aspect-ratio: 0.9 \/ 1;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background-image: var(--kagu-colour-img);\n    background-size: 100% 300%;\n    background-repeat: no-repeat;\n    background-color: #fff;\n    overflow: hidden;\n  }\n  .kagu-chair-colour-1 { background-position: center 0%; }\n  .kagu-chair-colour-2 { background-position: center 50%; }\n  .kagu-chair-colour-3 { background-position: center 100%; }\n  .kagu-chair-material 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: \"\\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-img-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n    .kagu-chair-colours {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      margin-bottom: 12px;\n    }\n    .kagu-chair-colour-card,\n    .kagu-chair-material img {\n      border-radius: 6px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eExecutive Comfort:\u003c\/b\u003e A luxurious leather office chair designed for long working hours, management offices, and premium desk setups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eErgonomic Support:\u003c\/b\u003e Segmented padding supports the head, back, waist, hips, and thighs for a more comfortable seated posture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eRecline \u0026amp; Footrest:\u003c\/b\u003e 90¡ã¨C170¡ã adjustable recline pairs with a hidden pull-out footrest for work, leaning back, and quick breaks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStable Daily Performance:\u003c\/b\u003e SGS-certified reinforced gas lift, steel base, smooth casters, and heavy-duty mechanism support reliable office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustomisable Leather Upgrade:\u003c\/b\u003e Microfiber leather comes standard, with optional top-grain leather contact surfaces for a more premium executive seating feel.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBY2044\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003ePremium Executive Chair with Luxurious Leather Comfort\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._1.jpg?v=1775025480\" alt=\"Premium executive chair with luxurious leather office seating design\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eDesigned for long hours of focused work, this premium executive chair combines microfiber leather, optional top-grain leather contact surfaces, segmented ergonomic support, adjustable reclining comfort, and a hidden footrest to create a more relaxing and professional office seating experience.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._2.jpg?v=1775025480\" alt=\"Premium microfiber leather and top grain leather contact surface options for executive chair\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePremium Leather Materials\u003c\/h3\u003e\n\u003cp\u003eThis luxurious office chair uses high-quality microfiber leather throughout, with top-grain leather available on contact surfaces for an upgraded feel. The result is a soft touch, easier daily care, and lasting comfort where your body needs it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._3.jpg?v=1775025480\" alt=\"Ergonomic executive chair with segmented support for head back waist hips and thighs\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eErgonomic Full-Body Comfort\u003c\/h3\u003e\n\u003cp\u003eDesigned to follow the body¡¯s natural curve, this ergonomic executive chair offers padded support for the head, back, waist, hips, and thighs. It helps reduce sitting pressure during long work sessions, supporting a more comfortable and focused day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._4.jpg?v=1775025480\" alt=\"Executive office chair seat cushion and backrest support structure\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDual Support Seat \u0026amp; Back Design\u003c\/h3\u003e\n\u003cp\u003eThe seat is filled with resilient support materials for gentle bounce, better breathability, and long sitting comfort. The backrest combines premium sponge padding and supportive boards to improve durability and comfort over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._5.jpg?v=1775025480\" alt=\"Executive office chair with 90 to 170 degree recline and hidden footrest\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003e90¡ã¨C170¡ã Adjustable Recline\u003c\/h3\u003e\n\u003cp\u003eAdjust the backrest to your preferred angle and pair it with the pull-out footrest for fuller body support. Whether you are working, leaning back, or taking a short break, the recline function helps ease tension and reduce fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._6.jpg?v=1775025480\" alt=\"Luxurious executive chair with 360 degree swivel height adjustment and reclining backrest\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eFlexible Comfort for Work and Breaks\u003c\/h3\u003e\n\u003cp\u003eWith 360¡ã swivel, smooth height adjustment, and a reclining backrest, this executive chair adapts to different work moments. Move between focused desk tasks, relaxed sitting, and quick rest breaks with greater comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._7.jpg?v=1775025480\" alt=\"Executive chair steel base SGS gas lift casters and heavy duty mechanism\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eBuilt for Stability\u003c\/h3\u003e\n\u003cp\u003eThe reinforced SGS-certified gas lift, durable steel base, smooth quiet casters, and heavy-duty seat mechanism provide steady support and reliable mobility for daily executive office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColour \u0026amp; Material Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-chair-options\"\u003e\n\u003cdiv class=\"kagu-chair-colours\"\u003e\n\u003cdiv class=\"kagu-chair-colour-card kagu-chair-colour-1\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-chair-colour-card kagu-chair-colour-2\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-chair-colour-card kagu-chair-colour-3\" role=\"img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-chair-material\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBY-2044._10.jpg?v=1775025480\" alt=\"Executive chair material options with microfiber leather and top grain leather contact surfaces\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe contact surfaces can be customised in top-grain leather according to user preference, helping create a more premium seating feel for executive offices, meeting rooms, and management workspaces.\u003c\/p\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003ePremium Executive Chair \/ Luxurious Leather Office Chair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n\u003ctd\u003eMicrofiber leather with optional top-grain leather contact surfaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSupport Design\u003c\/th\u003e\n\u003ctd\u003eSegmented support for head, back, waist, hips, and thighs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecline Range\u003c\/th\u003e\n\u003ctd\u003eApprox. 90¡ã¨C170¡ã adjustable recline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFootrest\u003c\/th\u003e\n\u003ctd\u003eHidden pull-out footrest\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSwivel\u003c\/th\u003e\n\u003ctd\u003e360¡ã swivel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight Adjustment\u003c\/th\u003e\n\u003ctd\u003eSmooth height adjustment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBase \u0026amp; Mobility\u003c\/th\u003e\n\u003ctd\u003eDurable steel base with smooth quiet casters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGas Lift\u003c\/th\u003e\n\u003ctd\u003eSGS-certified reinforced gas lift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eExecutive offices, CEO rooms, director offices, meeting rooms, management workspaces, and premium home offices\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-img-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_luxurious_leather_office_chair_kaguyasuLBY-2044_detailed_images_5.jpg?v=1779161333\" alt=\"Premium executive chair dimensions guide in centimetres\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/db056b087c9a4f96a04f8430d6d50a6e_c5400e2c-d06f-4431-a036-15af9f4948a5.jpg?v=1758784381\" alt=\"Executive office chair size and configuration reference\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eMaterial Notice:\u003c\/b\u003e Leather texture, surface finish, and colour may vary slightly depending on selected material, production batch, photography lighting, and screen settings.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Top-grain leather contact surfaces may be available as a customised option. Please confirm material requirements before fulfilment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for executive seating and office project orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Please prepare enough space and follow the included assembly guidance before use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm chair quantity, desk clearance, meeting room layout, and final placement area before ordering.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMaterial Selection:\u003c\/b\u003e For top-grain leather contact surfaces or project-specific material needs, please confirm details before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For executive offices, conference rooms, and commercial fit-outs, confirm quantity and delivery access before dispatch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the chair regularly with a soft dry cloth and avoid prolonged exposure to direct sunlight or excessive moisture.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this executive chair suitable for long working hours?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The segmented ergonomic support, resilient cushioning, reclining backrest, and pull-out footrest are designed to support long work sessions and short rest breaks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the contact surfaces be customised in top-grain leather?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The contact surfaces can be customised in top-grain leather according to preference. Please confirm material requirements before fulfilment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the chair recline?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The backrest supports an approximate 90¡ã¨C170¡ã adjustable recline and can be used with the hidden footrest for a more relaxed sitting position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this chair stable for office use?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe chair includes an SGS-certified reinforced gas lift, durable steel base, smooth quiet casters, and a heavy-duty seat mechanism for reliable daily office performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBY2044\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBY2044\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Khaki \/ With Microfiber Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416422960,"sku":"LBY-2044-01","price":417.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ With Microfiber \u0026 Top-Grain Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416455728,"sku":"LBY-2044-02","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Microfiber Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416488496,"sku":"LBY-2044-03","price":417.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ With Microfiber \u0026 Top-Grain Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416521264,"sku":"LBY-2044-04","price":737.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ With Microfiber Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416554032,"sku":"LBY-2044-05","price":417.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ With Microfiber \u0026 Top-Grain Leather \/ L71.1cm x W71.1cm x H119.4cm","offer_id":43082416586800,"sku":"LBY-2044-06","price":737.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/premium_executive_chair_luxurious_leather_office_chair_kaguyasuLBY-2044_main_images_1.jpg?v=1779161327"},{"product_id":"premium-director-chair-luxurious-outdoor-seating-uk-hwzy-003","title":"Premium Director Chair | Luxurious Outdoor Seating UK | 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: 40px 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: 800px;\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-info-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin: 25px 0 35px;\n  }\n  .kagu-info-card {\n    background: var(--k-bg-light);\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    padding: 20px;\n  }\n  .kagu-info-card h3 {\n    margin-top: 0;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-info-card p {\n    margin: 0;\n    font-size: 14.5px;\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-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-info-grid {\n      grid-template-columns: 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\u003ePremium Outdoor Presence:\u003c\/b\u003e A luxurious outdoor seating option designed for patios, terraces, garden lounges, hotels, caf¡§|s, and leisure venues.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDirector Chair Inspired Comfort:\u003c\/b\u003e A relaxed seating profile supports casual conversation, guest waiting areas, and refined outdoor hospitality settings.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSoft Woven Look:\u003c\/b\u003e Vine technology cloth provides a warm, textured appearance that suits contemporary outdoor and semi-outdoor spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Colour Selection:\u003c\/b\u003e Available in khaki, black, off-white, and coffee brown, with colour customisation available for project-based requirements.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMultiple Seating Configurations:\u003c\/b\u003e A wide range of listed sizes supports individual chairs, wider seating modules, tables, and coordinated outdoor lounge layouts.\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=\"KaguReadMoreTriggerHWZY003\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium Director Chair for Luxurious Outdoor Seating\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_sofas_luxury_outdoor_furniture_sets_kaguyasuHWZY-003_detailed_images_51f01d7d-007a-459d-87b5-23d62994b385.jpg?v=1779672258\" alt=\"Premium director chair and luxurious outdoor seating set for UK patios and terraces\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eUpgrade your outdoor lounge, hospitality terrace, caf¡§| patio, garden seating area, or commercial leisure space with this premium director chair and outdoor seating collection. The design combines a relaxed seating silhouette, textured vine technology cloth, coordinated colour options, and multiple size configurations for flexible outdoor use.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-info-grid\"\u003e\n        \u003cdiv class=\"kagu-info-card\"\u003e\n          \u003ch3\u003eLuxurious Outdoor Seating UK\u003c\/h3\u003e\n          \u003cp\u003eDesigned for refined outdoor and semi-outdoor environments, this seating range helps create a comfortable and elevated atmosphere for residential patios, hotels, caf¡§|s, resorts, and commercial reception terraces.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-info-card\"\u003e\n          \u003ch3\u003eVine Technology Cloth Texture\u003c\/h3\u003e\n          \u003cp\u003eThe vine technology cloth finish delivers a woven, tactile look that adds warmth and visual depth, making the seating suitable for relaxed outdoor lounge arrangements and modern leisure settings.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-info-card\"\u003e\n          \u003ch3\u003eFlexible Seating Configurations\u003c\/h3\u003e\n          \u003cp\u003eMultiple listed dimensions allow the range to support different seating combinations, including individual chair formats, wider seating modules, tables, and coordinated outdoor lounge pieces.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kagu-info-card\"\u003e\n          \u003ch3\u003eCustom Colour Support\u003c\/h3\u003e\n          \u003cp\u003eChoose from khaki, black, off-white, and coffee brown. Colour customisation is available for hospitality projects, commercial outdoor seating plans, and brand-matched leisure spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n      \u003cdiv class=\"kagu-tbl\"\u003e\n        \u003ctable\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n              \u003ctd\u003ePremium Director Chair \/ Luxurious Outdoor Seating\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eVine technology cloth\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n              \u003ctd\u003eKhaki, Black, Off-white, Coffee Brown\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 10¡§C130kg, depending on selected item and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e73 ?¨¢ 70 ?¨¢ 74cm, 148 ?¨¢ 70 ?¨¢ 74cm, 190 ?¨¢ 70 ?¨¢ 74cm, 120 ?¨¢ 120 ?¨¢ 76cm, 160 ?¨¢ 120 ?¨¢ 75cm, 180 ?¨¢ 120 ?¨¢ 76cm, 148 ?¨¢ 70 ?¨¢ 40cm, 140 ?¨¢ 70 ?¨¢ 74cm, 60 ?¨¢ 60 ?¨¢ 42cm, 55 ?¨¢ 55 ?¨¢ 119cm, 56 ?¨¢ 58 ?¨¢ 78cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eColour customisation is available\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003ePatios, terraces, garden lounges, hotel outdoor areas, caf¡§| seating, resort spaces, leisure venues, and semi-outdoor reception areas\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to material characteristics, slight differences in colour, surface texture, or pattern may occur and will not affect normal use.\u003c\/p\u003e\n        \u003cp\u003eChanges caused by ordinary wear and tear are not considered product defects. Actual colour may vary slightly from photos due to lighting conditions and screen resolution.\u003c\/p\u003e\n        \u003cp\u003eProduct photos are for reference only. Please confirm the selected colour, item size, and configuration before placing an order.\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 outdoor seating, hospitality, and commercial leisure-space orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eProject Planning:\u003c\/b\u003e Please confirm the required quantity, colour, seating layout, and item dimensions before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e Assembly is required. Prepare suitable space, tools, and installation time before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e For larger outdoor furniture pieces, check doorway width, lift access, stair clearance, and final placement route before delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For hotels, caf¡§|s, resorts, offices, and commercial terrace projects, please confirm layout and quantity requirements before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Requests:\u003c\/b\u003e Colour customisation may be available for project-based orders. Please contact support before fulfilment for tailored requirements.\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 director chair suitable for outdoor use?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It is designed for outdoor and semi-outdoor seating environments such as patios, terraces, garden lounges, caf¡§|s, hotels, and leisure spaces.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this outdoor seating require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare the necessary space and tools before installation, especially for larger seating or table configurations.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I customise the colour?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour customisation is available. Standard colour options include khaki, black, off-white, and coffee brown.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhy are there multiple sizes listed?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed dimensions may correspond to different seating modules, chairs, tables, or coordinated outdoor furniture pieces. Please confirm the exact item and configuration before placing your 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=\"KaguReadMoreTriggerHWZY003\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHWZY003\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Galvanized steel frame \/ Single-person size 73*70*74cm \/ Khaki","offer_id":43011232202800,"sku":"HWZY-003-01","price":318.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Two-person size 148*70*74cm\/Khaki","offer_id":43011232268336,"sku":"HWZY-003-02","price":500.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Three-person size 190*70*74cm \/ Khaki","offer_id":43011232333872,"sku":"HWZY-003-03","price":683.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Round bed 120*120*76cm\/Khaki","offer_id":43011232399408,"sku":"HWZY-003-09","price":914.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Round bed 160*120*75cm\/Khaki","offer_id":43011232464944,"sku":"HWZY-003-010","price":1067.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Round bed 180*120*76cm\/Khaki","offer_id":43011232530480,"sku":"HWZY-003-011","price":1207.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ 148*70*40cm\/Khaki","offer_id":43011232596016,"sku":"HWZY-003-013","price":500.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ 140*70*74cm eft-handed type \/ Khaki","offer_id":43011232661552,"sku":"HWZY-003-014","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ 140*70*74cm Right-hand type \/ Khaki","offer_id":43011232727088,"sku":"HWZY-003-015","price":470.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Foot 60*60*42cm","offer_id":43011232792624,"sku":"HWZY-003-021","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Chair 55*55*119cm\/Khaki","offer_id":43011232858160,"sku":"HWZY-003-022","price":169.0,"currency_code":"GBP","in_stock":true},{"title":"Galvanized steel frame \/ Chair 56*58*78cm\/Khaki","offer_id":43011232923696,"sku":"HWZY-003-023","price":140.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Single-person size 73*70*74cm \/ Khaki","offer_id":43011232235568,"sku":"HWZY-003-024","price":409.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Two-person size 148*70*74cm\/Khaki","offer_id":43011232301104,"sku":"HWZY-003-025","price":637.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Three-person size 190*70*74cm \/ Khaki","offer_id":43011232366640,"sku":"HWZY-003-026","price":865.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Round bed 120*120*76cm\/Khaki","offer_id":43011232432176,"sku":"HWZY-003-027","price":1092.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Round bed 160*120*75cm\/Khaki","offer_id":43011232497712,"sku":"HWZY-003-028","price":1286.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Round bed 180*120*76cm\/Khaki","offer_id":43011232563248,"sku":"HWZY-003-029","price":1400.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ 148*70*40cm\/Khaki","offer_id":43011232628784,"sku":"HWZY-003-031","price":637.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ 140*70*74cm eft-handed type \/ Khaki","offer_id":43011232694320,"sku":"HWZY-003-032","price":637.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ 140*70*74cm Right-hand type \/ Khaki","offer_id":43011232759856,"sku":"HWZY-003-033","price":637.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Foot 60*60*42cm","offer_id":43011232825392,"sku":"HWZY-003-035","price":221.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Chair 55*55*119cm\/Khaki","offer_id":43011232890928,"sku":"HWZY-003-036","price":282.0,"currency_code":"GBP","in_stock":true},{"title":"Aluminum alloy frame \/ Chair 56*58*78cm\/Khaki","offer_id":43011232956464,"sku":"HWZY-003-037","price":242.0,"currency_code":"GBP","in_stock":true},{"title":"Customizable \/ 20 pieces (Orange * 10 + Green * 10) \/ 45*45*10cm\/Cushion","offer_id":43011232989232,"sku":"HWZY-003-ZT-01","price":604.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_l-shaped_sofas_luxury_outdoor_furniture_sets_kaguyasuHWZY-003_main_images.webp?v=1779439626"}],"url":"https:\/\/kaguyasu.eu\/collections\/sofas-chairs-1.oembed?page=2","provider":"Kaguyasu-EU","version":"1.0","type":"link"}