{"product_id":"royaloak-penang-coffee-table","title":"Royaloak Penang Coffee Table","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 upgrading living room interiors\u003c\/strong\u003e and selling this premium Royaloak Penang Malaysian coffee table featuring tempered glass construction, glossy engineered wood finish and stainless steel detailing suitable for modern apartments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003eRoyaloak Penang Coffee Table\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eTempered Glass Top · Utility Shelf · Malaysian Collection · Modern Living Room Design\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₹17,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₹5,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\"\u003eRoyaloak\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\"\u003e110 × 60 × 45 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eCollection\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eMalaysian Series\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\"\u003eTempered Glass + HDF\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\"\u003eHigh Gloss\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eSupport\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003eSteel Piping\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\"\u003eDLF Phase 4\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-table-1\" type=\"checkbox\" checked\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-table-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\u003ePremium tempered glass construction\u003c\/strong\u003e Large rectangular glass surface creates a spacious premium appearance while remaining suitable for everyday usage.\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\u003eModern Malaysian-inspired styling\u003c\/strong\u003e Minimal black structure with stainless steel cylindrical supports gives the table a luxury apartment aesthetic.\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\u003eFunctional lower utility shelf\u003c\/strong\u003e Integrated bottom glass shelf can be used for magazines, décor accessories or living-room essentials.\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\u003eHigh-gloss engineered wood finish\u003c\/strong\u003e HDF body panels with glossy finish provide a clean premium furniture 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\u003eMinor usage signs visible\u003c\/strong\u003e Light surface marks consistent with lightly used household furniture 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-table-2\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-table-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\u003eApartment-friendly design\u003c\/strong\u003e Glass-top coffee tables visually open up smaller living rooms while maintaining practical daily functionality.\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 branded furniture appeal\u003c\/strong\u003e Royaloak Malaysian collection tables remain popular due to their modern styling and durable structure.\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 Premium branded center tables below ₹10,000 usually attract quick buyer interest in Gurgaon resale markets.\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-table-3\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"gx-table-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 apartment placement\u003c\/strong\u003e Compact rectangular proportions fit comfortably in most modern apartment 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\u003eInspection available\u003c\/strong\u003e Buyers can inspect glass condition, frame stability and finish quality 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 Premium branded coffee tables under ₹10,000 usually sell quickly in Gurgaon resale market \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location-bar\"\u003e📍 DLF Phase 4 · Gurgaon · 1 coffee table available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46171803418820,"sku":null,"price":3500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/centre_table.png?v=1779456340","url":"https:\/\/www.giveasy.in\/products\/royaloak-penang-coffee-table","provider":"giveasy","version":"1.0","type":"link"}