{"product_id":"mrc-curve-folding-chair","title":"MRC Curve Folding Chair","description":"\u003cstyle\u003e\n\/* ---------- BASE ---------- *\/\n.mrc-foldable{\n  --ink:#171717;\n  --muted:#666;\n  --gold:#b38a3c;\n  --cream:#f7f3ec;\n  --line:#e8e2d8;\n  --white:#fff;\n  max-width:1180px;\n  margin:45px auto;\n  padding:0 18px;\n  font-family:Arial,Helvetica,sans-serif;\n  color:var(--ink);\n  line-height:1.65;\n}\n\n.mrc-foldable *{\n  box-sizing:border-box;\n}\n\n.mrc-foldable a{\n  color:inherit;\n}\n\n\/* ---------- HERO \/ INTRO ---------- *\/\n.mrc-foldable .mrc-intro{\n  position:relative;\n  overflow:hidden;\n  padding:46px;\n  border-radius:24px;\n  background:\n    radial-gradient(circle at 90% 10%,rgba(179,138,60,.16),transparent 30%),\n    linear-gradient(135deg,#171717,#292929);\n  color:#fff;\n  margin-bottom:22px;\n}\n\n.mrc-foldable .mrc-intro:after{\n  content:\"MRC FOLDABLE\";\n  position:absolute;\n  right:-20px;\n  bottom:-40px;\n  font-size:85px;\n  font-weight:900;\n  color:rgba(255,255,255,.035);\n  letter-spacing:-6px;\n  pointer-events:none;\n}\n\n.mrc-foldable .mrc-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  color:#e2c27d;\n  font-size:12px;\n  font-weight:700;\n  text-transform:uppercase;\n  letter-spacing:2px;\n  margin-bottom:12px;\n}\n\n.mrc-foldable .mrc-kicker:before{\n  content:\"\";\n  width:28px;\n  height:1px;\n  background:#e2c27d;\n}\n\n.mrc-foldable .mrc-intro h2{\n  position:relative;\n  z-index:1;\n  margin:0 0 13px;\n  font-size:36px;\n  line-height:1.15;\n  letter-spacing:-1px;\n}\n\n.mrc-foldable .mrc-intro p{\n  position:relative;\n  z-index:1;\n  max-width:900px;\n  margin:0;\n  color:#ddd;\n  font-size:16px;\n}\n\n\/* ---------- QUICK HIGHLIGHTS ---------- *\/\n.mrc-foldable .mrc-highlights{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin-bottom:22px;\n}\n\n.mrc-foldable .mrc-highlight{\n  padding:20px 18px;\n  border:1px solid var(--line);\n  border-radius:15px;\n  background:#fff;\n  transition:.25s ease;\n}\n\n.mrc-foldable .mrc-highlight:hover{\n  transform:translateY(-3px);\n  box-shadow:0 12px 30px rgba(0,0,0,.08);\n}\n\n.mrc-foldable .mrc-icon{\n  width:36px;\n  height:36px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:var(--cream);\n  color:var(--gold);\n  font-weight:800;\n  margin-bottom:10px;\n}\n\n.mrc-foldable .mrc-highlight strong{\n  display:block;\n  font-size:14px;\n  margin-bottom:3px;\n}\n\n.mrc-foldable .mrc-highlight span{\n  color:var(--muted);\n  font-size:12px;\n}\n\n\/* ---------- TWO COLUMN ---------- *\/\n.mrc-foldable .mrc-columns{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:22px;\n  margin-bottom:22px;\n}\n\n.mrc-foldable .mrc-panel{\n  border:1px solid var(--line);\n  border-radius:20px;\n  background:#fff;\n  overflow:hidden;\n}\n\n.mrc-foldable .mrc-panel-head{\n  padding:22px 25px;\n  background:var(--cream);\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-foldable .mrc-panel-head small{\n  color:var(--gold);\n  font-size:11px;\n  font-weight:700;\n  text-transform:uppercase;\n  letter-spacing:1.5px;\n}\n\n.mrc-foldable .mrc-panel-head h3{\n  margin:3px 0 0;\n  font-size:21px;\n}\n\n.mrc-foldable .mrc-panel-body{\n  padding:22px 25px;\n}\n\n\/* ---------- SPECIFICATIONS ---------- *\/\n.mrc-foldable .mrc-spec{\n  display:flex;\n  justify-content:space-between;\n  gap:20px;\n  padding:10px 0;\n  border-bottom:1px solid #f0eee9;\n  font-size:14px;\n}\n\n.mrc-foldable .mrc-spec:last-child{\n  border-bottom:0;\n}\n\n.mrc-foldable .mrc-spec span:first-child{\n  color:#777;\n}\n\n.mrc-foldable .mrc-spec strong{\n  text-align:right;\n}\n\n\/* ---------- WHY SECTION ---------- *\/\n.mrc-foldable .mrc-why{\n  margin-bottom:22px;\n  padding:35px;\n  border-radius:20px;\n  background:#f5f5f3;\n}\n\n.mrc-foldable .mrc-why h3{\n  margin:0 0 10px;\n  font-size:25px;\n}\n\n.mrc-foldable .mrc-why p{\n  max-width:900px;\n  margin:0;\n  color:#5c5c5c;\n}\n\n.mrc-foldable .mrc-benefits{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin-top:22px;\n}\n\n.mrc-foldable .mrc-benefit{\n  background:#fff;\n  border-radius:14px;\n  padding:18px;\n  border:1px solid #e8e8e4;\n}\n\n.mrc-foldable .mrc-benefit b{\n  display:block;\n  margin-bottom:4px;\n  font-size:14px;\n}\n\n.mrc-foldable .mrc-benefit span{\n  color:#666;\n  font-size:13px;\n}\n\n\/* ---------- INTERNAL LINKS ---------- *\/\n.mrc-foldable .mrc-explore{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  padding:24px 27px;\n  border-radius:18px;\n  background:#1c1c1c;\n  color:#fff;\n  margin-bottom:22px;\n}\n\n.mrc-foldable .mrc-explore strong{\n  font-size:17px;\n}\n\n.mrc-foldable .mrc-explore p{\n  margin:3px 0 0;\n  color:#aaa;\n  font-size:13px;\n}\n\n.mrc-foldable .mrc-explore-links{\n  display:flex;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.mrc-foldable .mrc-explore-links a{\n  display:inline-block;\n  padding:9px 14px;\n  border-radius:30px;\n  background:#fff;\n  color:#222;\n  text-decoration:none;\n  font-size:12px;\n  font-weight:700;\n  transition:.2s ease;\n}\n\n.mrc-foldable .mrc-explore-links a:hover{\n  background:#e2c27d;\n  color:#171717;\n}\n\n\/* ---------- CARE ---------- *\/\n.mrc-foldable .mrc-care{\n  padding:26px;\n  border:1px solid var(--line);\n  border-radius:18px;\n  margin-bottom:22px;\n}\n\n.mrc-foldable .mrc-care h3{\n  margin:0 0 8px;\n  font-size:20px;\n}\n\n.mrc-foldable .mrc-care p{\n  margin:0;\n  color:#666;\n  font-size:14px;\n}\n\n\/* ---------- FAQ ---------- *\/\n.mrc-foldable .mrc-faq{\n  border-top:1px solid var(--line);\n}\n\n.mrc-foldable .mrc-faq-title{\n  padding:28px 0 15px;\n}\n\n.mrc-foldable .mrc-faq-title small{\n  color:var(--gold);\n  text-transform:uppercase;\n  letter-spacing:1.5px;\n  font-weight:700;\n  font-size:11px;\n}\n\n.mrc-foldable .mrc-faq-title h3{\n  margin:4px 0 0;\n  font-size:25px;\n}\n\n.mrc-foldable .mrc-faq details{\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-foldable .mrc-faq summary{\n  cursor:pointer;\n  list-style:none;\n  padding:18px 5px;\n  font-size:15px;\n  font-weight:700;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n}\n\n.mrc-foldable .mrc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.mrc-foldable .mrc-faq summary:after{\n  content:\"+\";\n  font-size:22px;\n  color:var(--gold);\n  font-weight:400;\n}\n\n.mrc-foldable .mrc-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.mrc-foldable .mrc-faq-answer{\n  padding:0 35px 18px 5px;\n  color:#666;\n  font-size:14px;\n}\n\n\/* ---------- MOBILE ---------- *\/\n@media(max-width:800px){\n\n  .mrc-foldable .mrc-intro{\n    padding:30px 24px;\n  }\n\n  .mrc-foldable .mrc-intro h2{\n    font-size:28px;\n  }\n\n  .mrc-foldable .mrc-intro:after{\n    font-size:55px;\n  }\n\n  .mrc-foldable .mrc-highlights{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .mrc-foldable .mrc-columns{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-foldable .mrc-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-foldable .mrc-explore{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n}\n\n@media(max-width:480px){\n\n  .mrc-foldable{\n    padding:0 12px;\n    margin:30px auto;\n  }\n\n  .mrc-foldable .mrc-highlight{\n    padding:16px 13px;\n  }\n\n  .mrc-foldable .mrc-intro h2{\n    font-size:25px;\n  }\n\n  .mrc-foldable .mrc-spec{\n    font-size:13px;\n  }\n\n  .mrc-foldable .mrc-panel-body{\n    padding:18px;\n  }\n\n  .mrc-foldable .mrc-why{\n    padding:24px 20px;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"mrc-foldable\"\u003e\u003c!-- HERO \/ SUMMARY --\u003e\n\u003cdiv class=\"mrc-intro\"\u003e\n\u003cdiv class=\"mrc-kicker\"\u003eBudget folding chair - MRC\u003c\/div\u003e\n\u003ch1 class=\"a-size-large a-spacing-none\"\u003e\u003cspan id=\"productTitle\" class=\"a-size-large product-title-word-break\" style=\"color: rgb(210, 209, 209);\"\u003eMRC Metal Folding Chair Seat Upholstered Leatherette for Space-Saving Design for Home, Office, and Dorm Rooms Kitchen,Work,Sturdy,Garden\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eFeaturing a sturdy metal frame, and backrest, fubber-tipped non-slip feet and a lightweight foldable construction, it is ideal for homes, offices, meetings, events, dining and multipurpose spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK HIGHLIGHTS --\u003e\n\u003cdiv class=\"mrc-highlights\"\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e↕\u003c\/div\u003e\n\u003cstrong\u003eCompact \u0026amp; Foldable\u003c\/strong\u003e \u003cspan\u003e Folds flat for convenient storage and easy transportation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e◆\u003c\/div\u003e\n\u003cstrong\u003eSturdy Metal Frame\u003c\/strong\u003e \u003cspan\u003e Durable metal construction provides reliable everyday support. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003eUpholstered Comfort\u003c\/strong\u003e \u003cspan\u003eseat and backrest with are upholstered for long hour seating. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e●\u003c\/div\u003e\n\u003cstrong\u003eNon-Slip Feet\u003c\/strong\u003e \u003cspan\u003e Rubber-tipped legs help prevent sliding and protect flooring. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS + SITTING EXPERIENCE --\u003e\n\u003cdiv class=\"mrc-columns\"\u003e\n\u003c!-- KEY SPECIFICATIONS --\u003e\n\u003cdiv class=\"mrc-panel\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003eAt a glance\u003c\/small\u003e\n\u003ch3\u003eKey Specifications\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBrand\u003c\/span\u003e \u003cstrong\u003eMRC Executive Chairs\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eChair Type\u003c\/span\u003e \u003cstrong\u003eCompact Folding Chair\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eOverall Height\u003c\/span\u003e \u003cstrong\u003e79 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Height\u003c\/span\u003e \u003cstrong\u003e45 cm from floor\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Dimension\u003c\/span\u003e \u003cstrong\u003e15.5 × 15.5 inches\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eFrame\u003c\/span\u003e \u003cstrong\u003eDurable Metal Frame\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat \u0026amp; Backrest\u003c\/span\u003e \u003cstrong\u003eSweat Proof - Upholstered \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eUpholstery\u003c\/span\u003e \u003cstrong\u003eYes\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eFinish\u003c\/span\u003e \u003cstrong\u003eClassic Black \u0026amp; Classic Black \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eLeg Feet\u003c\/span\u003e \u003cstrong\u003eRubber-Tipped Non-Slip Feet\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eConstruction\u003c\/span\u003e \u003cstrong\u003eFoldable \u0026amp; Space-Saving\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eWeight Capacity\u003c\/span\u003e \u003cstrong\u003e100KG\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SITTING EXPERIENCE --\u003e\n\u003cdiv class=\"mrc-panel\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003eDesigned for practical comfort\u003c\/small\u003e\n\u003ch3\u003eWhy This Chair?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eThe MRC Curve Foldable Chair is designed for spaces where flexibility, easy storage. Its foldable design allows the chair to be stored flat when not in use, helping save valuable space.\u003c\/p\u003e\n\u003cp\u003eIts sturdy metal frame provides dependable support, while rubber-tipped non-slip feet help keep the chair stable and reduce the risk of scratches on the floor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"mrc-why\"\u003e\n\u003ch3\u003eBuilt for Flexible, Space-Saving Seating\u003c\/h3\u003e\n\u003cp\u003eWhether you need additional seating for events, dining or temporary arrangements, garden, lawn.. This compact folding chair offers a practical combination of comfort, and easy storage. Its lightweight construction makes it simple to carry and reposition whenever required.\u003c\/p\u003e\n\u003cdiv class=\"mrc-benefits\"\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eEasy Storage\u003c\/b\u003e \u003cspan\u003e Fold the chair flat when not required and store it conveniently in compact spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eComfortable Padding\u003c\/b\u003e \u003cspan\u003e Cushioned seat and backrest provide a more comfortable experience than a basic hard-seat folding chair. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eVersatile Usage\u003c\/b\u003e \u003cspan\u003e Suitable for meetings, events, dining, home use, office use and temporary seating arrangements. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMPORTANT DIMENSION NOTICE --\u003e\n\u003cdiv class=\"mrc-panel\" style=\"margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003eBefore you purchase\u003c\/small\u003e\n\u003ch3\u003eCheck the Product Dimensions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003ePlease check the product dimensions carefully before purchase. The chair has an overall height of \u003cstrong\u003e79 cm\u003c\/strong\u003e, a seat height of \u003cstrong\u003e45 cm from the floor\u003c\/strong\u003e, and a seat dimension of \u003cstrong\u003e15.5 × 15.5 inches\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eIts compact proportions make it suitable for multipurpose seating, but checking the dimensions beforehand helps ensure that it meets your specific space and seating requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTEXTUAL INTERNAL LINKS --\u003e\n\u003cdiv class=\"mrc-panel\" style=\"margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003eExplore the MRC collection\u003c\/small\u003e\n\u003ch3\u003eFind Your Ideal Office Chair\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eLooking for a chair for everyday office use? Explore our \u003ca href=\"\/collections\/office-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e office chairs \u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e for a wide range of workplace seating options. For enhanced sitting support, browse our \u003ca href=\"\/collections\/ergonomic-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e ergonomic office chairs \u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e. You can also explore our \u003ca href=\"\/collections\/executive-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e executive chairs \u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e for premium office and workspace setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTERNAL LINKING HUB --\u003e\n\u003cdiv class=\"mrc-explore\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eExplore More MRC Chairs\u003c\/strong\u003e\n\u003cp\u003eDiscover practical, ergonomic and executive seating options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-explore-links\"\u003e\n\u003ca href=\"\/collections\/office-chairs\"\u003e Office Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/ergonomic-chairs\"\u003e Ergonomic Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/executive-chairs\"\u003e Executive Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/leatherette-chairs\"\u003e Leatherette Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/high-back-chairs\"\u003e High Back Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/chair-accessories\"\u003e Chair Accessories \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE \u0026 MAINTENANCE --\u003e\n\u003cdiv class=\"mrc-care\"\u003e\n\u003ch3\u003eCare \u0026amp; Maintenance\u003c\/h3\u003e\n\u003cp\u003eThe faux leather upholstery and metal frame are easy to maintain. Wipe the chair regularly with a soft, damp cloth to remove dust and surface dirt. Avoid abrasive cleaners and harsh chemicals. The metal frame features a protective rust-resistant coating designed to help protect against corrosion and extend the usable life of the chair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"mrc-faq\"\u003e\n\u003cdiv class=\"mrc-faq-title\"\u003e\n\u003csmall\u003e Common questions \u003c\/small\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs this chair foldable?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The chair features a compact foldable design that allows it to fold flat for convenient storage and transportation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the height of the chair?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe total height of the chair is 79 cm. The seat is positioned 45 cm from the floor.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the seat size?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe seat dimension is 15.5 × 15.5 inches. Please check the dimensions before purchasing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat material is used for the seat and backrest?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe seat and backrest are padded and covered with faux leather, providing a comfortable and easy-to-maintain seating surface.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs the frame durable?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair is constructed with a durable metal frame designed to provide reliable support and long-lasting use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes the chair have non-slip feet?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The legs are equipped with rubber-tipped feet that help prevent sliding and protect floors from scratches.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhere can this folding chair be used?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair is suitable for indoor and outdoor use and can be used for meetings, events, dining, home use, office use and temporary seating arrangements.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs the chair easy to carry?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. Its lightweight construction makes it easy to carry, reposition and transport when additional seating is required.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs the chair easy to clean?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The faux leather upholstery and metal surfaces can be cleaned by wiping them with a damp cloth.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the weight capacity of the chair?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eA specific maximum weight capacity was not provided in the supplied product description. Please refer to the manufacturer's confirmed specification before publishing a weight-limit claim.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nPRODUCT SCHEMA\n========================================================= --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- =========================================================\nFAQ SCHEMA\n========================================================= --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- =========================================================\nBREADCRUMB SCHEMA\n========================================================= --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"MRC Executive Chairs","offers":[{"title":"White","offer_id":45170602541122,"sku":null,"price":2470.0,"currency_code":"INR","in_stock":true},{"title":"Black","offer_id":45170602508354,"sku":null,"price":2375.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8999\/3794\/files\/81Xy_O67cML._SL1500.png?v=1788778804","url":"https:\/\/mrcexecutivechairs.com\/products\/mrc-curve-folding-chair","provider":"MRC Executive Chairs","version":"1.0","type":"link"}