{"product_id":"riyan-luxiwood-cosmo-computer-desk","title":"Riyan Luxiwood Cosmo Computer Desk","description":"\u003c!-- =========================\nRIYAN LUXIWOOD COSMO DESK 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\u003eModern oversized workstation desk in excellent condition\u003c\/strong\u003e — ideal for dual-monitor work setups, productivity spaces and home offices with a sturdy industrial-style frame and integrated lower storage shelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-card\"\u003e\n\u003cdiv class=\"gx-item-name\"\u003eRiyan Luxiwood Cosmo Computer Desk\u003c\/div\u003e\n\u003cdiv class=\"gx-item-sub\"\u003eLarge Office Workstation · MDF Board Top · Matte Black Metal Frame\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\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"gx-condition-text\"\u003e Mint (Carefully 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 price\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003e₹8,950\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-value-row\"\u003e\n\u003cspan class=\"gx-value-label\"\u003ePurchase year\u003c\/span\u003e \u003cspan class=\"gx-value-amount\"\u003eFebruary 2024\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₹5,500\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\"\u003eRiyan Luxiwood\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\"\u003eOffice Furniture\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\"\u003eMDF Board + Metal Frame\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\"\u003eIntegrated Bottom Shelf\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-spec-item\"\u003e\n\u003cspan class=\"gx-spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"gx-spec-val\"\u003e150W × 60D × 75H cm\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 43 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=\"riyan-1\" type=\"checkbox\" checked\u003e \u003clabel class=\"gx-acc-label\" for=\"riyan-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 Strong frame structure with stable work surface and everyday usability intact.\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 cosmetic wear\u003c\/strong\u003e Light scratches and small stains visible on the tabletop from normal 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\u003eIntegrated utility shelf\u003c\/strong\u003e Slim lower storage shelf useful for books, accessories, CPU setup or desk organisers.\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=\"riyan-2\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"riyan-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\u003eLarge-format workstation\u003c\/strong\u003e Spacious 150 cm width comfortably supports dual monitors and extended 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\u003eIndustrial-style metal frame\u003c\/strong\u003e Durable matte black frame provides structural stability and modern aesthetics.\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\u003eMinimal contemporary styling\u003c\/strong\u003e Clean open-frame design works well for modern apartments and productivity spaces.\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=\"riyan-3\" type=\"checkbox\"\u003e \u003clabel class=\"gx-acc-label\" for=\"riyan-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\u003ePickup location\u003c\/strong\u003e Available from Sector 43 Gurgaon.\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\u003eWork-from-home ready\u003c\/strong\u003e Ideal immediate setup option for students, creators, remote workers and office users.\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 Large modern workstation desks under ₹6k move quickly on Giveasy \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gx-location-bar\"\u003e📍 Sector 43 Gurgaon · 1 desk available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"giveasy","offers":[{"title":"Default Title","offer_id":46185471475908,"sku":null,"price":5500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/8418\/4516\/files\/deskriyan.png?v=1779804672","url":"https:\/\/www.giveasy.in\/products\/riyan-luxiwood-cosmo-computer-desk","provider":"giveasy","version":"1.0","type":"link"}