{"product_id":"sheesham-center-table-urban-ladder","title":"Sheesham Center Table - Urban Ladder","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 refreshing living room interiors\u003c\/strong\u003e and selling this premium Urban Ladder solid sheesham wood center table in very good maintained condition with rich natural wood grain and timeless minimal design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003eUrban Ladder Solid Wood Center Table\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eSheesham Wood · Modern Minimal Design · Living Room Coffee Table\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₹12,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₹4,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003eBrand\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003eUrban Ladder\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\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eSolid Sheesham Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eFinish\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eNatural Walnut Finish\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\"\u003eUsage\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eLiving Room\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\"\u003eVery Good\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 class=\"gx-acc-check\" id=\"gx-center-1\" type=\"checkbox\" checked\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-center-1\"\u003e \u003cspan\u003eCondition \u0026amp; Details\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" 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\u003eSolid sheesham wood construction\u003c\/strong\u003e Built using durable hardwood with rich natural grain patterns and premium furniture-grade finish.\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\u003ePremium Urban Ladder build quality\u003c\/strong\u003e Minimal modern styling with strong structural build suitable for contemporary apartments.\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\u003eSpacious tabletop surface\u003c\/strong\u003e Large rectangular top comfortably accommodates décor, books, trays and everyday living room 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\u003eWarm natural wood aesthetic\u003c\/strong\u003e Natural walnut-toned finish blends easily with both modern and classic 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\u003eMinor signs of usage possible\u003c\/strong\u003e Light household wear consistent with a lightly used pre-owned center table may be visible upon close inspection.\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=\"gx-center-2\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-center-2\"\u003e \u003cspan\u003eWhy buyers like this table\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" 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\u003eReal wood furniture demand\u003c\/strong\u003e Solid sheesham wood furniture retains stronger long-term value compared to engineered wood alternatives.\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\u003eFits most living room layouts\u003c\/strong\u003e Clean rectangular silhouette works well across compact apartments and larger family spaces.\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\u003eExcellent value pricing\u003c\/strong\u003e Premium branded solid wood center tables below ₹5,000 typically attract quick buyer interest.\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=\"gx-center-3\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-center-3\"\u003e \u003cspan\u003eGetting it home\u003c\/span\u003e \u003csvg class=\"gx-plus-icon\" 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\u003eEasy to relocate\u003c\/strong\u003e Compact coffee table format makes transportation and apartment movement relatively convenient.\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 polish quality, stability and wood condition before final 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 Premium solid wood Urban Ladder tables under ₹5,000 usually sell quickly in Gurgaon resale market \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location-bar\"\u003e📍 Gurgaon · 1 center table available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46177543618756,"sku":null,"price":5000.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/ul_centre.png?v=1779603692","url":"https:\/\/www.giveasy.in\/products\/sheesham-center-table-urban-ladder","provider":"giveasy","version":"1.0","type":"link"}