{"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: 8px 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":116.0,"currency_code":"GBP","in_stock":true},{"title":"No rocking function \/ Black \/ Urethane foam \/ Nylon legs","offer_id":42944243171376,"sku":"BGY-S005-038","price":116.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":119.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":119.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":120.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":120.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":123.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":123.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":143.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","url":"https:\/\/kaguyasu.co.uk\/products\/mesh-executive-chair-ergonomic-office-headrest-bgy-s005","provider":"Kaguyasu-EU","version":"1.0","type":"link"}