Skip to content
isimply.digitalestate-rsp.com
  • Home
  • About Us
  • ShopExpand
      • OFFICE CHAIRS
      • OFFICE DESK & WORKSTATION
      • TABLES
      • CABINETS & STORAGE
      • PARTITIONS & DIVIDERS
      • OFFICE ACCESSORIES
      • OFFICE POD
  • Get In Touch With Us
  • Shopping Cart 3
      • × Glamour ErgonomicGlamour Ergonomic 1 × $249.00
      • × ACTIVE Full Mesh ChairACTIVE Full Mesh Chair 1 × $250.70
      • × Beyond Ergonomic (Black Foam Seat)Beyond Ergonomic (Black Foam Seat) 1 × $329.00

      Subtotal: $828.70

      View cartCheckout

Search
isimply.digitalestate-rsp.com

You may be interested in…

Your cart is currently empty!


New in store

  • Beyond Ergonomic (Black Foam Seat)
    Beyond Ergonomic (Black Foam Seat)
    $329.00
    Add to cartContinue Loading Done
  • Dandy Foldable Chair
    Dandy Foldable Chair
    $119.90
    Add to cartContinue Loading Done
  • Dandy Tablet Training Chair
    Dandy Tablet Training Chair
    $152.60
    Add to cartContinue Loading Done
  • Astra Series 02 Seater Promotion
    Sale Product on sale
    Astra Series 02 Seater Promotion
    $870.00 Original price was: $870.00.$399.00Current price is: $399.00.
    Add to cartContinue Loading Done

QUICK LINKS



  • Delivery & Installation
  • Privacy Policy
  • Terms of Service

SERVICES



  • Home
  • About Us
  • Shop
  • Get In Touch With Us

OFFICE ADDRESS




  • 160 Paya Lebar Road
    #01-02 ORION@PayaLebar
  • +65 6743 2010
  • sales@isimply.com.sg
  • Mon - Sat (10am - 7pm)
  • Sunday & Public Holiday
    (CLOSED)

GET IN TOUCH



  • Instagram
  • Facebook
  • TikTok
  • YouTube

Copyright {copyright} {year}. SEO Services by RSP. Alrights reserved.

isimply.digitalestate-rsp.com
Your Privacy & Cookies

We use cookies to improve your shopping experience and understand how our website is used.
By clicking “Accept All”, you agree to our use of cookies in line with Singapore’s PDPA. You can manage your preferences anytime.

Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
View preferences
{title} {title} {title}
  • Home
  • About Us
  • Shop
      • OFFICE CHAIRS
      • OFFICE DESK & WORKSTATION
      • TABLES
      • CABINETS & STORAGE
      • PARTITIONS & DIVIDERS
      • OFFICE ACCESSORIES
      • OFFICE POD
  • Get In Touch With Us
(function waitForSections() { var sectionsExist = document.querySelector(".office-desks-section") && document.querySelector(".office-chairs-section") && document.querySelector(".office-desks-btn") && document.querySelector(".office-chairs-btn"); if (!sectionsExist) { setTimeout(waitForSections, 100); // check again in 100ms return; } // STOP script if in editor if (document.body.classList.contains("kb-editor")) return; var map = [ { btn: ".office-desks-btn", section: ".office-desks-section" }, { btn: ".office-chairs-btn", section: ".office-chairs-section" } ]; var defaultSection = ".office-chairs-section"; // Hide all sections except default map.forEach(function(item) { var sec = document.querySelector(item.section); if (!sec) return; sec.style.display = (item.section === defaultSection) ? "block" : "none"; }); // Add click listeners to buttons map.forEach(function(item) { var btns = document.querySelectorAll(item.btn); if (!btns || btns.length === 0) return; btns.forEach(function(btn) { btn.addEventListener("click", function(e) { e.preventDefault(); // Hide all sections map.forEach(function(i) { var sec = document.querySelector(i.section); if (sec) sec.style.display = "none"; }); // Show clicked section var targetSection = document.querySelector(item.section); if (targetSection) targetSection.style.display = "block"; }); }); }); })();