{"product_id":"5-seater-fabric-sofa-set","title":"5-Seater Fabric Sofa Set","description":"\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: 0.08em;\n    margin-bottom: 8px;\n  }\n\n  .gx-story-headline {\n    font-size: 13px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.92);\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  .gx-story-headline strong {\n    color: #fff;\n    font-weight: 700;\n  }\n\n  .gx-card {\n    background: #fff;\n    border: 1px solid rgba(0,73,62,0.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,0.06);\n  }\n\n  .gx-item-name {\n    font-size: 24px;\n    font-weight: 800;\n    color: #00493E;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\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: 0.04em;\n    flex-shrink: 0;\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  }\n\n  .gx-dot-filled {\n    background: #00E784;\n  }\n\n  .gx-dot-empty {\n    background: #E5E7EB;\n  }\n\n  .gx-condition-text {\n    font-size: 13px;\n    font-weight: 700;\n    color: #00493E;\n    margin-left: auto;\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    letter-spacing: 0.04em;\n    margin-bottom: 10px;\n  }\n\n  .gx-value-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\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    padding-bottom: 0;\n    font-weight: 800;\n    color: #92400E;\n    font-size: 14px;\n  }\n\n  .gx-value-label {\n    color: #92400E;\n  }\n\n  .gx-value-amount {\n    font-weight: 700;\n    color: #92400E;\n  }\n\n  .gx-value-strike {\n    text-decoration: line-through;\n    color: #D97706;\n    font-weight: 400;\n  }\n\n  .gx-spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 12px 0;\n  }\n\n  .gx-spec-item {\n    padding: 10px 12px;\n    background: #F8FBF9;\n    border-radius: 10px;\n  }\n\n  .gx-spec-label {\n    font-size: 10px;\n    color: #86868b;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .gx-spec-val {\n    font-size: 13px;\n    font-weight: 700;\n    color: #1d1d1f;\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    color: #CBD5E1;\n    transition: 0.3s ease;\n    flex-shrink: 0;\n  }\n\n  .gx-acc-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: all 0.35s ease;\n  }\n\n  .gx-acc-check:checked ~ .gx-acc-content {\n    max-height: 1200px;\n    padding-bottom: 20px;\n  }\n\n  .gx-acc-check:checked ~ .gx-acc-label .gx-plus-icon {\n    transform: rotate(45deg);\n    color: #FF3B30;\n  }\n\n  .gx-info-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 10px 0;\n    border-bottom: 1px solid #F2F2F7;\n    font-size: 13px;\n    color: #374151;\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    margin-top: 1px;\n  }\n\n  .gx-info-text {\n    line-height: 1.45;\n  }\n\n  .gx-info-text strong {\n    color: #1d1d1f;\n    display: block;\n    font-size: 12px;\n    margin-bottom: 1px;\n  }\n\n  .gx-urgency-bar {\n    margin-top: 20px;\n    padding: 12px 16px;\n    background: #FFF5F5;\n    border-radius: 12px;\n    border: 1px solid #FED7D7;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .gx-pulse-dot {\n    height: 8px;\n    width: 8px;\n    background: #FF3B30;\n    border-radius: 50%;\n    flex-shrink: 0;\n    animation: gx-pulse 2s infinite;\n  }\n\n  @keyframes gx-pulse {\n    0% {\n      transform: scale(0.95);\n      box-shadow: 0 0 0 0 rgba(255,59,48,0.5);\n    }\n\n    70% {\n      transform: scale(1.1);\n      box-shadow: 0 0 0 6px rgba(255,59,48,0);\n    }\n\n    100% {\n      transform: scale(0.95);\n    }\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    display: flex;\n    align-items: center;\n    gap: 8px;\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\u003eOwner is relocating and selling immediately\u003c\/strong\u003e — this modern 5-seater fabric sofa set is in lightly used condition with clean grey upholstery, deep seating comfort and contemporary living room styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003e5-Seater Fabric Sofa Set\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eModern Grey Upholstery · 3+2 Seater Combination · Contemporary Living Room Sofa\u003c\/div\u003e\n\u003cdiv class=\"gx-condition-row\"\u003e\n\u003cspan class=\"gx-condition-label\"\u003e Condition \u003c\/span\u003e\n\u003cdiv class=\"gx-condition-dots\"\u003e\n\u003cspan class=\"gx-dot gx-dot-filled\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot gx-dot-filled\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot gx-dot-filled\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot gx-dot-filled\"\u003e\u003c\/span\u003e \u003cspan class=\"gx-dot gx-dot-empty\"\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\"\u003eOriginal purchase price\u003c\/span\u003e \u003cspan class=\"gx-value-strike\"\u003e₹35,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eExpected resale value\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹11,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eConfiguration\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e3 Seater + 2 Seater\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\"\u003eSeating\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003e5 Seater\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eFabric Upholstery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eColour\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eLight Grey\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eModern Minimal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eCondition\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eWell Maintained\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\"\u003eGurgaon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput checked type=\"checkbox\" id=\"gx-sofa-1\" class=\"gx-acc-check\"\u003e \u003clabel for=\"gx-sofa-1\" class=\"gx-acc-label\"\u003e \u003cspan\u003eCondition \u0026amp; Details\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-width=\"3\" stroke=\"currentColor\" class=\"gx-plus-icon\"\u003e\n\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\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\u003eModern contemporary design\u003c\/strong\u003e Clean-lined silhouette with neutral grey fabric that blends seamlessly into modern apartment interiors.\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\u003eComfortable deep seating\u003c\/strong\u003e Soft back cushions and wide seating area make it ideal for family lounging and everyday use.\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\u003eMatching cushion setup included\u003c\/strong\u003e Comes with coordinated accent cushions visible in the photos for a complete living room look.\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\u003eSpace-efficient 3+2 layout\u003c\/strong\u003e Flexible arrangement works well for compact and medium-sized living rooms.\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\u003eMinor usage wear possible\u003c\/strong\u003e Light household signs of usage may be visible upon close inspection, consistent with a lightly used sofa set.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"gx-sofa-2\" class=\"gx-acc-check\"\u003e \u003clabel for=\"gx-sofa-2\" class=\"gx-acc-label\"\u003e \u003cspan\u003eWhy buyers like this sofa\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-width=\"3\" stroke=\"currentColor\" class=\"gx-plus-icon\"\u003e\n\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\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\u003eNeutral premium aesthetic\u003c\/strong\u003e Minimal grey tones pair easily with wooden furniture, rugs and modern décor themes.\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\u003eIdeal for apartment living\u003c\/strong\u003e Balanced proportions provide comfortable seating without overwhelming the room.\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\u003eStrong resale value\u003c\/strong\u003e Complete 5-seater fabric sofa sets under ₹10,000 attract quick interest in Gurgaon resale market.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"gx-sofa-3\" class=\"gx-acc-check\"\u003e \u003clabel for=\"gx-sofa-3\" class=\"gx-acc-label\"\u003e \u003cspan\u003eGetting it home\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-width=\"3\" stroke=\"currentColor\" class=\"gx-plus-icon\"\u003e\n\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\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\u003eApartment-friendly transport\u003c\/strong\u003e Individual sofa units make shifting and staircase movement easier compared to sectional sofas.\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\u003eInspection available\u003c\/strong\u003e Buyers can inspect upholstery, cushioning and frame 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\u003eHow to buy\u003c\/strong\u003e Click on the “Buy Now” button for direct purchase or use the “Make an Offer” option to negotiate pricing.\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 Complete modern sofa sets under ₹11,000 usually move quickly in Gurgaon resale market \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location-bar\"\u003e📍 Sector 109, Gurgaon · 1 sofa set available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46177558462660,"sku":null,"price":11000.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/sofa_b97982d4-2f3a-46e7-9217-7e97cce0c8d3.png?v=1779606014","url":"https:\/\/www.giveasy.in\/products\/5-seater-fabric-sofa-set","provider":"giveasy","version":"1.0","type":"link"}