{"title":"Leather Office Chairs","description":"","products":[{"product_id":"designer-office-chair-aluminum-executive-bgy-1066","title":"Designer Office Chair | Modern Aluminum Executive Chair","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 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":"ergonomic-luxury-executive-chair-with-backrest-and-footrest-design","title":"Premium Executive Chair | Luxurious Leather Office Chair","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 9000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .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"}],"url":"https:\/\/kaguyasu.co.uk\/collections\/leather-office-chairs.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}