{"product_id":"the-sleep-company-ergonomic-chair","title":"The Sleep Company Ergonomic Chair","description":"\u003c!-- =========================\nTHE SLEEP COMPANY CHAIR PDP\n========================= --\u003e\n\u003cstyle\u003e\n  :root {\n    --gx-green: #00E784;\n    --gx-deep: #00493E;\n    --gx-red: #FF3B30;\n    --gx-amber: #B45309;\n  }\n\n  .gx-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Text\", sans-serif;\n    color: #1d1d1f;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n\n  .gx-story-header {\n    background: linear-gradient(135deg, #00493E 0%, #006B5C 100%);\n    border-radius: 20px 20px 0 0;\n    padding: 24px;\n    color: white;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .gx-story-header::after {\n    content: \"\";\n    position: absolute;\n    right: -20px;\n    top: -20px;\n    width: 120px;\n    height: 120px;\n    background: rgba(0,231,132,0.08);\n    border-radius: 50%;\n  }\n\n  .gx-story-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    color: #00E784;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    margin-bottom: 8px;\n  }\n\n  .gx-story-headline {\n    font-size: 13px;\n    line-height: 1.55;\n    color: rgba(255,255,255,.92);\n    margin: 0;\n  }\n\n  .gx-story-headline strong {\n    color: #fff;\n  }\n\n  .gx-card {\n    background: #fff;\n    border: 1px solid rgba(0,73,62,.08);\n    border-top: none;\n    border-radius: 0 0 24px 24px;\n    padding: 24px;\n    box-shadow: 0 8px 32px rgba(0,73,62,.06);\n  }\n\n  .gx-item-name {\n    font-size: 25px;\n    font-weight: 800;\n    color: #00493E;\n    line-height: 1.2;\n    margin-bottom: 4px;\n  }\n\n  .gx-item-sub {\n    font-size: 13px;\n    color: #6B7280;\n    margin-bottom: 18px;\n    font-weight: 500;\n  }\n\n  .gx-condition-row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    padding: 14px 16px;\n    background: #F8FBF9;\n    border-radius: 12px;\n    border: 1px solid #E2F5EA;\n  }\n\n  .gx-condition-label {\n    font-size: 11px;\n    font-weight: 700;\n    color: #86868b;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n  }\n\n  .gx-condition-dots {\n    display: flex;\n    gap: 5px;\n  }\n\n  .gx-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: #00E784;\n  }\n\n  .gx-condition-text {\n    margin-left: auto;\n    font-size: 13px;\n    font-weight: 700;\n    color: #00493E;\n  }\n\n  .gx-value-box {\n    background: #FFFBEB;\n    border: 1px solid #FDE68A;\n    border-radius: 14px;\n    padding: 16px;\n    margin-bottom: 20px;\n  }\n\n  .gx-value-title {\n    font-size: 11px;\n    font-weight: 700;\n    color: #B45309;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .gx-value-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 6px 0;\n    border-bottom: 1px solid #FEF3C7;\n    font-size: 13px;\n  }\n\n  .gx-value-row:last-child {\n    border-bottom: none;\n    font-weight: 800;\n  }\n\n  .gx-value-label {\n    color: #92400E;\n  }\n\n  .gx-value-amount {\n    color: #92400E;\n    font-weight: 700;\n  }\n\n  .gx-spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 14px 0;\n  }\n\n  .gx-spec-item {\n    background: #F8FBF9;\n    border-radius: 10px;\n    padding: 10px 12px;\n  }\n\n  .gx-spec-label {\n    font-size: 10px;\n    color: #86868b;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .gx-spec-val {\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .gx-accordion-item {\n    border-top: 1px solid #F2F2F7;\n  }\n\n  .gx-acc-check {\n    display: none;\n  }\n\n  .gx-acc-label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 0;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 15px;\n    color: #00493E;\n  }\n\n  .gx-plus-icon {\n    width: 16px;\n    height: 16px;\n    transition: .3s ease;\n    color: #CBD5E1;\n  }\n\n  .gx-acc-check:checked + .gx-acc-label .gx-plus-icon {\n    transform: rotate(45deg);\n    color: #FF3B30;\n  }\n\n  .gx-acc-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: all .35s ease;\n  }\n\n  .gx-acc-check:checked + .gx-acc-label + .gx-acc-content {\n    max-height: 1200px;\n    padding-bottom: 18px;\n  }\n\n  .gx-info-row {\n    display: flex;\n    gap: 10px;\n    padding: 10px 0;\n    border-bottom: 1px solid #F2F2F7;\n  }\n\n  .gx-info-row:last-child {\n    border-bottom: none;\n  }\n\n  .gx-info-icon {\n    font-size: 15px;\n    flex-shrink: 0;\n  }\n\n  .gx-info-text {\n    font-size: 13px;\n    color: #374151;\n    line-height: 1.5;\n  }\n\n  .gx-info-text strong {\n    display: block;\n    color: #1d1d1f;\n    font-size: 12px;\n  }\n\n  .gx-urgency-bar {\n    margin-top: 20px;\n    padding: 12px 16px;\n    border-radius: 12px;\n    background: #FFF5F5;\n    border: 1px solid #FED7D7;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .gx-pulse-dot {\n    width: 8px;\n    height: 8px;\n    background: #FF3B30;\n    border-radius: 50%;\n  }\n\n  .gx-urgency-text {\n    font-size: 12px;\n    font-weight: 800;\n    color: #FF3B30;\n    text-transform: uppercase;\n    line-height: 1.4;\n  }\n\n  .gx-location-bar {\n    margin-top: 10px;\n    padding: 10px 14px;\n    background: #F8FBF9;\n    border-radius: 10px;\n    font-size: 12px;\n    color: #6B7280;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gx-wrap\"\u003e\n\u003cdiv class=\"gx-story-header\"\u003e\n\u003cdiv class=\"gx-story-eyebrow\"\u003e💺 WHY IT'S AVAILABLE\u003c\/div\u003e\n\u003cp class=\"gx-story-headline\"\u003e\u003cstrong\u003ePremium ergonomic office chair from The Sleep Company in excellent condition\u003c\/strong\u003e — originally purchased in June 2023 and lightly used in a home office setup. Designed for long work sessions with ergonomic posture support and pressure-relieving comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003eThe Sleep Company Ergonomic Chair\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eSmartGRID Ergonomic Office Chair · Orthopedic Support · Work From Home Setup\u003c\/div\u003e\n\u003cdiv class=\"gx-condition-row\"\u003e\n\u003cspan class=\"gx-condition-label\"\u003eCondition\u003c\/span\u003e\n\u003cdiv class=\"gx-condition-dots\"\u003e\n\u003cspan class=\"gx-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"gx-condition-text\"\u003e Lightly Used\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-box\"\u003e\n\u003cdiv class=\"gx-value-title\"\u003e💰 THE VALUE CASE\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eCurrent market price\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹10,999\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003ePurchased\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003eJune 2023\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eGiveasy price\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹6,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-grid\"\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eThe Sleep Company\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eChair Type\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eErgonomic Office Chair\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eTechnology\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eSmartGRID Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eUse Case\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eWork From Home\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eMobility\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eCaster Wheels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eLocation\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eSector 109 Gurgaon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput class=\"gx-acc-check\" id=\"chair-1\" type=\"checkbox\" checked\u003e \u003clabel class=\"gx-acc-label\" for=\"chair-1\"\u003e \u003cspan\u003eCondition \u0026amp; Included Details\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" viewbox=\"0 0 24 24\"\u003e\n          \u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"gx-acc-content\"\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e✔️\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eExcellent maintained condition\u003c\/strong\u003e Lightly used with clean upholstery and fully functional ergonomic adjustments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e💺\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eOrthopedic sitting comfort\u003c\/strong\u003e Designed to reduce pressure points and support healthy posture during extended sitting hours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e🧠\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eSmartGRID support technology\u003c\/strong\u003e Adaptive seating surface engineered for airflow, pressure relief and ergonomic comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput class=\"gx-acc-check\" id=\"chair-2\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"chair-2\"\u003e \u003cspan\u003eTechnical highlights\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" viewbox=\"0 0 24 24\"\u003e\n          \u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"gx-acc-content\"\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e⚙️\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eErgonomic adjustment system\u003c\/strong\u003e Recline functionality and posture-oriented seating support for productivity-heavy work setups.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e💻\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eBuilt for long work sessions\u003c\/strong\u003e Excellent for office work, meetings, studying, gaming and remote work environments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e🛞\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eSmooth mobility base\u003c\/strong\u003e Rolling caster wheel setup suitable for office and residential flooring.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput class=\"gx-acc-check\" id=\"chair-3\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"chair-3\"\u003e \u003cspan\u003eGetting it home\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" viewbox=\"0 0 24 24\"\u003e\n          \u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\n          \u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"gx-acc-content\"\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e🔍\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eInspection available\u003c\/strong\u003e Buyers can test comfort, recline functionality and overall condition before purchase.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-info-row\"\u003e\n\u003cspan class=\"gx-info-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv class=\"gx-info-text\"\u003e\n\u003cstrong\u003eEasy pickup\u003c\/strong\u003e Available for pickup from Sector 109 Gurgaon with transport coordination support.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-urgency-bar\"\u003e\n\u003cspan class=\"gx-pulse-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-urgency-text\"\u003e Premium ergonomic office chairs rarely appear at this resale pricing \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46185376972996,"sku":null,"price":6000.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/chair_56d7bab7-1929-42be-b540-99db0fa6a320.png?v=1779801960","url":"https:\/\/www.giveasy.in\/products\/the-sleep-company-ergonomic-chair","provider":"giveasy","version":"1.0","type":"link"}