{"product_id":"wakefit-study-table","title":"Wakefit Engineered Wood Study Table","description":"\u003cstyle\u003e\n  :root { --gx-green: #00E784; --gx-deep: #00493E; --gx-red: #FF3B30; --gx-amber: #B45309; --gx-border: rgba(0,73,62,0.08); }\n  .gx-wrap { font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Text\", sans-serif; margin: 20px 0; color: #1d1d1f; max-width: 480px; margin: 0 auto; }\n  \n  .gx-story-header { background: linear-gradient(135deg, #00493E 0%, #006B5C 100%); border-radius: 20px 20px 0 0; padding: 24px; color: white; position: relative; overflow: hidden; }\n  .gx-story-header::after { content: \"\"; position: absolute; right: -20px; top: -20px; width: 120px; height: 120px; background: rgba(0,231,132,0.08); border-radius: 50%; }\n  .gx-story-eyebrow { font-size: 10px; font-weight: 700; color: #00E784; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }\n  .gx-story-headline { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.9); line-height: 1.5; margin: 0; }\n  .gx-story-headline strong { color: #fff; font-weight: 700; }\n  \n  .gx-card { background: #fff; border: 1px solid var(--gx-border); border-top: none; border-radius: 0 0 24px 24px; padding: 24px; box-shadow: 0 8px 32px rgba(0,73,62,0.06); }\n  \n  .gx-item-name { font-size: 22px; font-weight: 800; color: var(--gx-deep); line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 4px 0; }\n  .gx-item-sub { font-size: 13px; color: #86868b; margin: 0 0 16px 0; font-weight: 500; }\n  \n  .gx-condition-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; padding: 14px 16px; background: #F8FBF9; border-radius: 12px; border: 1px solid #E2F5EA; }\n  .gx-condition-label { font-size: 11px; font-weight: 700; color: #86868b; text-transform: uppercase; letter-spacing: 0.04em; flex-shrink: 0; }\n  .gx-condition-dots { display: flex; gap: 5px; }\n  .gx-dot { width: 10px; height: 10px; border-radius: 50%; }\n  .gx-dot-filled { background: var(--gx-green); }\n  .gx-dot-empty { background: #E5E7EB; }\n  .gx-condition-text { font-size: 13px; font-weight: 700; color: var(--gx-deep); margin-left: auto; }\n\n  .gx-value-box { background: #FFFBEB; border: 1px solid #FDE68A; border-radius: 14px; padding: 16px; margin-bottom: 20px; }\n  .gx-value-title { font-size: 11px; font-weight: 700; color: var(--gx-amber); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }\n  .gx-value-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid #FEF3C7; font-size: 13px; }\n  .gx-value-row:last-child { border-bottom: none; padding-bottom: 0; font-weight: 800; color: #92400E; font-size: 14px; }\n  .gx-value-label { color: #92400E; }\n  .gx-value-amount { font-weight: 700; color: #92400E; }\n  .gx-value-strike { text-decoration: line-through; color: #D97706; font-weight: 400; }\n\n  .gx-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }\n  .gx-spec-item { padding: 10px 12px; background: #F8FBF9; border-radius: 10px; }\n  .gx-spec-label { font-size: 10px; color: #86868b; text-transform: uppercase; letter-spacing: 0.04em; display: block; margin-bottom: 3px; }\n  .gx-spec-val { font-size: 13px; font-weight: 700; color: #1d1d1f; }\n\n  .gx-accordion-item { border-top: 1px solid #F2F2F7; }\n  .gx-acc-check { display: none; }\n  .gx-acc-label { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; cursor: pointer; font-weight: 700; font-size: 15px; color: var(--gx-deep); }\n  .gx-plus-icon { width: 16px; height: 16px; color: #cbd5e1; transition: 0.3s ease; flex-shrink: 0; }\n  .gx-acc-content { max-height: 0; overflow: hidden; transition: all 0.35s ease; }\n  .gx-acc-check:checked ~ .gx-acc-content { max-height: 800px; padding-bottom: 20px; }\n  .gx-acc-check:checked ~ .gx-acc-label .gx-plus-icon { transform: rotate(45deg); color: var(--gx-red); }\n\n  .gx-info-row { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #F2F2F7; font-size: 13px; color: #374151; }\n  .gx-info-row:last-child { border-bottom: none; }\n  .gx-info-icon { font-size: 15px; flex-shrink: 0; margin-top: 1px; }\n  .gx-info-text { line-height: 1.4; }\n  .gx-info-text strong { color: #1d1d1f; display: block; font-size: 12px; margin-bottom: 1px; }\n\n  .gx-urgency-bar { margin-top: 20px; padding: 12px 16px; background: #FFF5F5; border-radius: 12px; border: 1px solid #FED7D7; display: flex; align-items: center; gap: 10px; }\n  .gx-pulse-dot { height: 8px; width: 8px; background: var(--gx-red); border-radius: 50%; flex-shrink: 0; animation: gx-pulse 2s infinite; }\n  @keyframes gx-pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255,59,48,0.5); } 70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(255,59,48,0); } 100% { transform: scale(0.95); } }\n  .gx-urgency-text { font-size: 12px; font-weight: 800; color: var(--gx-red); text-transform: uppercase; line-height: 1.4; }\n  .gx-location-bar { margin-top: 10px; padding: 10px 14px; background: #F8FBF9; border-radius: 10px; font-size: 12px; color: #6B7280; display: flex; align-items: center; gap: 8px; }\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\u003eThe owner is moving out\u003c\/strong\u003e and this 4×2ft Wakefit table in good condition with an intact drawer can't make the journey — regularly used but well cared for.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003eWakefit Engineered Wood Table\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eWakefit · Furniture · 4×2 ft with Drawer\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 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\"\u003eExcellent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-box\"\u003e\n\u003cdiv class=\"gx-value-title\"\u003e💰 The smarter buy\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eWhat it costs new\u003c\/span\u003e \u003cspan class=\"gx-value-amount gx-value-strike\"\u003e₹11,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eWhat you pay today\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹7,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eYou pocket the difference\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹4,000 (36% off)\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\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003e4×2 ft\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\"\u003eEngineered Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eStorage\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003e1 Drawer Intact\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eWakefit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-accordion-item\"\u003e\n\u003cinput checked type=\"checkbox\" id=\"wakefit-table-1\" class=\"gx-acc-check\"\u003e \u003clabel for=\"wakefit-table-1\" class=\"gx-acc-label\"\u003e \u003cspan\u003eFull Specs \u0026amp; Details\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\" stroke-width=\"3\" stroke=\"currentColor\" class=\"gx-plus-icon\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"gx-acc-content\"\u003e\n\u003cdiv class=\"gx-spec-grid\"\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eCondition Notes\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eGood condition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eUsage\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eRegularly used\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eOriginal Purchase\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eWakefit (₹11,000)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eCategory\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eFurniture Table\u003c\/span\u003e\n\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=\"wakefit-table-2\" class=\"gx-acc-check\"\u003e \u003clabel for=\"wakefit-table-2\" 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\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\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\u003eDelivery\u003c\/strong\u003eDelivery is arranged after purchase. Charges depend on pickup and delivery location and will be shared before dispatch.\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\u003eBuyer Protection\u003c\/strong\u003eIf the item isn't as described when it arrives, Giveasy will step in and make it right. No questions asked.\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\u003eOnce the seller confirms availability or accepts your offer, the giveasy team contacts you to complete payment and delivery. If the transaction does not proceed, you receive a full refund.\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\"\u003eListed 9 Mar 2026 · Functional furniture in Noida doesn't stay listed long\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location-bar\"\u003e📍 Noida · Moving out · 1 unit only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":45863947796676,"sku":null,"price":7000.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/studytable.png?v=1773176193","url":"https:\/\/www.giveasy.in\/products\/wakefit-study-table","provider":"giveasy","version":"1.0","type":"link"}