{"product_id":"mrc-planet","title":"MRC Planet High Back Leather Executive Chair","description":"\u003cstyle\u003e\n\/* ---------- BASE ---------- *\/\n.mrc-executive{\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-executive *{\n  box-sizing:border-box;\n}\n\n.mrc-executive a{\n  color:inherit;\n}\n\n\n\/* ---------- HERO \/ INTRO ---------- *\/\n.mrc-executive .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-executive .mrc-intro:after{\n  content:\"MRC EXECUTIVE\";\n  position:absolute;\n  right:-25px;\n  bottom:-40px;\n  font-size:90px;\n  font-weight:900;\n  color:rgba(255,255,255,.035);\n  letter-spacing:-7px;\n  pointer-events:none;\n}\n\n.mrc-executive .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-executive .mrc-kicker:before{\n  content:\"\";\n  width:28px;\n  height:1px;\n  background:#e2c27d;\n}\n\n.mrc-executive .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-executive .mrc-intro p{\n  position:relative;\n  z-index:1;\n  max-width:920px;\n  margin:0;\n  color:#ddd;\n  font-size:16px;\n}\n\n\n\/* ---------- QUICK HIGHLIGHTS ---------- *\/\n.mrc-executive .mrc-highlights{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin-bottom:22px;\n}\n\n.mrc-executive .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-executive .mrc-highlight:hover{\n  transform:translateY(-3px);\n  box-shadow:0 12px 30px rgba(0,0,0,.08);\n}\n\n.mrc-executive .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-executive .mrc-highlight strong{\n  display:block;\n  font-size:14px;\n  margin-bottom:3px;\n}\n\n.mrc-executive .mrc-highlight span{\n  color:var(--muted);\n  font-size:12px;\n}\n\n\n\/* ---------- TWO COLUMN ---------- *\/\n.mrc-executive .mrc-columns{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:22px;\n  margin-bottom:22px;\n}\n\n.mrc-executive .mrc-panel{\n  border:1px solid var(--line);\n  border-radius:20px;\n  background:#fff;\n  overflow:hidden;\n}\n\n.mrc-executive .mrc-panel-head{\n  padding:22px 25px;\n  background:var(--cream);\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-executive .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-executive .mrc-panel-head h3{\n  margin:3px 0 0;\n  font-size:21px;\n}\n\n.mrc-executive .mrc-panel-body{\n  padding:22px 25px;\n}\n\n\n\/* ---------- SPECIFICATIONS ---------- *\/\n.mrc-executive .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-executive .mrc-spec:last-child{\n  border-bottom:0;\n}\n\n.mrc-executive .mrc-spec span:first-child{\n  color:#777;\n}\n\n.mrc-executive .mrc-spec strong{\n  text-align:right;\n}\n\n\n\/* ---------- WHY SECTION ---------- *\/\n.mrc-executive .mrc-why{\n  margin-bottom:22px;\n  padding:35px;\n  border-radius:20px;\n  background:#f5f5f3;\n}\n\n.mrc-executive .mrc-why h3{\n  margin:0 0 10px;\n  font-size:25px;\n}\n\n.mrc-executive .mrc-why p{\n  max-width:920px;\n  margin:0;\n  color:#5c5c5c;\n}\n\n.mrc-executive .mrc-benefits{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin-top:22px;\n}\n\n.mrc-executive .mrc-benefit{\n  background:#fff;\n  border-radius:14px;\n  padding:18px;\n  border:1px solid #e8e8e4;\n}\n\n.mrc-executive .mrc-benefit b{\n  display:block;\n  margin-bottom:4px;\n  font-size:14px;\n}\n\n.mrc-executive .mrc-benefit span{\n  color:#666;\n  font-size:13px;\n}\n\n\n\/* ---------- INTERNAL LINKS ---------- *\/\n.mrc-executive .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-executive .mrc-explore strong{\n  font-size:17px;\n}\n\n.mrc-executive .mrc-explore p{\n  margin:3px 0 0;\n  color:#aaa;\n  font-size:13px;\n}\n\n.mrc-executive .mrc-explore-links{\n  display:flex;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.mrc-executive .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-executive .mrc-explore-links a:hover{\n  background:#e2c27d;\n  color:#171717;\n}\n\n\n\/* ---------- CARE ---------- *\/\n.mrc-executive .mrc-care{\n  padding:26px;\n  border:1px solid var(--line);\n  border-radius:18px;\n  margin-bottom:22px;\n}\n\n.mrc-executive .mrc-care h3{\n  margin:0 0 8px;\n  font-size:20px;\n}\n\n.mrc-executive .mrc-care p{\n  margin:0;\n  color:#666;\n  font-size:14px;\n}\n\n\n\/* ---------- FAQ ---------- *\/\n.mrc-executive .mrc-faq{\n  border-top:1px solid var(--line);\n}\n\n.mrc-executive .mrc-faq-title{\n  padding:28px 0 15px;\n}\n\n.mrc-executive .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-executive .mrc-faq-title h3{\n  margin:4px 0 0;\n  font-size:25px;\n}\n\n.mrc-executive .mrc-faq details{\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-executive .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-executive .mrc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.mrc-executive .mrc-faq summary:after{\n  content:\"+\";\n  font-size:22px;\n  color:var(--gold);\n  font-weight:400;\n}\n\n.mrc-executive .mrc-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.mrc-executive .mrc-faq-answer{\n  padding:0 35px 18px 5px;\n  color:#666;\n  font-size:14px;\n}\n\n\n\/* ---------- MOBILE ---------- *\/\n@media(max-width:800px){\n\n  .mrc-executive .mrc-intro{\n    padding:30px 24px;\n  }\n\n  .mrc-executive .mrc-intro h2{\n    font-size:28px;\n  }\n\n  .mrc-executive .mrc-intro:after{\n    font-size:55px;\n  }\n\n  .mrc-executive .mrc-highlights{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .mrc-executive .mrc-columns{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-executive .mrc-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-executive .mrc-explore{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n}\n\n\n@media(max-width:480px){\n\n  .mrc-executive{\n    padding:0 12px;\n    margin:30px auto;\n  }\n\n  .mrc-executive .mrc-highlight{\n    padding:16px 13px;\n  }\n\n  .mrc-executive .mrc-intro h2{\n    font-size:25px;\n  }\n\n  .mrc-executive .mrc-spec{\n    font-size:13px;\n  }\n\n  .mrc-executive .mrc-panel-body{\n    padding:18px;\n  }\n\n  .mrc-executive .mrc-why{\n    padding:24px 20px;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"mrc-executive\"\u003e\u003c!-- HERO \/ SUMMARY --\u003e\n\u003cdiv class=\"mrc-intro\"\u003e\n\u003cdiv class=\"mrc-kicker\"\u003epREMIUM lEATHER eXECUTIVE cHAIR sEGMENT\u003c\/div\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(224, 220, 220);\"\u003eMRC Planet High Back Premium Leather Chair\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eThis executive chair combines premium leather, high-density moulded foam, alloy frame armrests, a multi-functional metal mechanism and an adjustable seat slider, finished with a refined R345 mm aluminium alloy base.\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\u003ePremium Composite Leather\u003c\/strong\u003e \u003cspan\u003e Refined upholstery finish designed for a premium executive appearance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003eHigh-Density Moulded Foam\u003c\/strong\u003e \u003cspan\u003e Supportive moulded cushioning designed for comfortable extended sitting. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e↗\u003c\/div\u003e\n\u003cstrong\u003eMulti-Functional Mechanism\u003c\/strong\u003e \u003cspan\u003e Metal mechanism provides functional adjustment and reclining control. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e◇\u003c\/div\u003e\n\u003cstrong\u003eR345 mm Aluminium Base\u003c\/strong\u003e \u003cspan\u003e Premium aluminium alloy base completes the executive chair design. \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\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eChair Type\u003c\/span\u003e \u003cstrong\u003eExecutive High Back Chair\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eUpholstery\u003c\/span\u003e \u003cstrong\u003ePremium Composite Leather\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eCushioning\u003c\/span\u003e \u003cstrong\u003eHigh-Density Moulded Foam\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eArmrests\u003c\/span\u003e \u003cstrong\u003eAlloy Frame Armrests\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eMechanism\u003c\/span\u003e \u003cstrong\u003eMulti-Functional Metal Mechanism\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Adjustment\u003c\/span\u003e \u003cstrong\u003eAdjustable Seat Slider\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBase\u003c\/span\u003e \u003cstrong\u003eR345 mm Aluminium Alloy Base\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eChair Variants\u003c\/span\u003e \u003cstrong\u003ePlanet HB PU\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eDesign\u003c\/span\u003e \u003cstrong\u003eExecutive High Back\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY THIS CHAIR --\u003e\n\u003cdiv class=\"mrc-panel\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003eThe executive sitting experience\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 Executive High Back\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e \u003cstrong\u003e\u003cspan style=\"color: rgb(85, 111, 11);\"\u003e\u003ca href=\"https:\/\/mrcexecutivechairs.com\/collections\/premium-leatherette\" title=\"Executive Chairs\" style=\"color: rgb(85, 111, 11);\" rel=\"noopener\" target=\"_blank\"\u003eExecutive Chair\u003c\/a\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(85, 111, 11);\"\u003e \u003c\/span\u003ebrings together a premium executive appearance and practical seating functionality. Its high-back profile creates a commanding presence in a professional workspace while the premium composite leather upholstery adds a refined finish.\u003c\/p\u003e\n\u003cp\u003eBuilt with high-density moulded foam, the chair is designed to provide a supportive and comfortable sitting experience. The alloy frame armrests complement the chair's premium construction while providing a structured place to rest your arms.\u003c\/p\u003e\n\u003cp\u003eFor greater seating flexibility, the multi-functional metal mechanism works alongside the adjustable seat slider, allowing the user to customise the seating position according to their preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PREMIUM BENEFITS --\u003e\n\u003cdiv class=\"mrc-why\"\u003e\n\u003ch3\u003eCrafted for Executive Comfort\u003c\/h3\u003e\n\u003cp\u003eDesigned for modern executive workspaces, the MRC chair combines premium upholstery, moulded cushioning, functional adjustment and an aluminium alloy base. Every major element contributes to a refined chair profile that balances professional aesthetics with everyday seating functionality.\u003c\/p\u003e\n\u003cdiv class=\"mrc-benefits\"\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eRefined Details\u003c\/b\u003e \u003cspan\u003e Premium composite leather upholstery creates a sophisticated surface and complements the chair's executive design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eBuilt for Long Hours\u003c\/b\u003e \u003cspan\u003e High-density moulded foam provides supportive cushioning for users seeking a comfortable seating experience during extended work sessions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eCrafted for Leaders\u003c\/b\u003e \u003cspan\u003e Alloy frame armrests and a premium aluminium alloy base give the chair a distinctive executive presence. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ERGONOMIC \/ ADJUSTMENT SECTION --\u003e\n\u003cdiv class=\"mrc-panel\" style=\"margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003e Functional seating control \u003c\/small\u003e\n\u003ch3\u003eEffortless Recline \u0026amp; Positioning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eThe chair is equipped with a \u003cstrong\u003emulti-functional metal mechanism\u003c\/strong\u003e designed to provide greater control over the seating position. Combined with the \u003cstrong\u003eadjustable seat slider\u003c\/strong\u003e, the mechanism allows users to fine-tune their seating position according to their preferred working posture.\u003c\/p\u003e\n\u003cp\u003eThe combination of a high-back design, high-density moulded foam, functional mechanism and adjustable seat positioning makes this chair suitable for users looking for a premium executive seating experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BASE \u0026 CONSTRUCTION --\u003e\n\u003cdiv class=\"mrc-panel\" style=\"margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003e Premium construction \u003c\/small\u003e\n\u003ch3\u003eStrong Foundation. Refined Finish.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eSupporting the chair is a \u003cstrong\u003eR345 mm aluminium alloy base\u003c\/strong\u003e. The premium metallic construction adds a sophisticated visual finish to the chair while providing a strong foundation for the executive seating design.\u003c\/p\u003e\n\u003cp\u003eFrom the composite leather upholstery and moulded foam cushioning to the alloy frame armrests and aluminium alloy base, the chair has been designed with a strong emphasis on premium executive styling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VARIANTS --\u003e\n\u003cdiv class=\"mrc-panel\" style=\"margin-bottom: 22px;\"\u003e\n\u003cdiv class=\"mrc-panel-head\"\u003e\n\u003csmall\u003e Available variants \u003c\/small\u003e\n\u003ch3\u003ePlanet HB PU \u0026amp; Planet MB PU\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eThe MRC Executive Collection shown features \u003cstrong\u003ePlanet HB PU\u003c\/strong\u003e and \u003cstrong\u003ePlanet MB PU\u003c\/strong\u003e variants, offering options within the collection for different executive seating preferences.\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\u003e Explore 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 premium chair for your workspace? 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 sophisticated professional seating. For everyday workplace comfort, browse 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. You can also explore 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 for seating designed around adjustability and everyday comfort.\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\u003e Explore More MRC Chairs \u003c\/strong\u003e\n\u003cp\u003eDiscover executive, ergonomic and premium office seating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-explore-links\"\u003e\n\u003ca href=\"\/collections\/executive-chairs\"\u003e Executive Chairs \u003c\/a\u003e \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\/high-back-chairs\"\u003e High Back Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/leatherette-chairs\"\u003e Leatherette 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\u003eTo maintain the premium appearance of the composite leather upholstery, regularly wipe the surface with a soft, clean and slightly damp cloth. Avoid abrasive materials, harsh chemicals and excessive moisture. The aluminium alloy components can also be gently wiped with a soft cloth to maintain their refined appearance.\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\u003e\n\u003csummary\u003eWhat type of chair is this?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThis is an executive high-back office chair designed with premium materials, moulded foam cushioning and functional seating adjustments.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat material is used on the chair?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair features premium composite leather upholstery as shown in the supplied product information.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat type of cushioning does the chair use?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair uses high-density moulded foam designed to provide a supportive and comfortable seating experience.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes the chair have adjustable seating?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The chair features an adjustable seat slider that allows the seating position to be adjusted according to user preference.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat mechanism does the chair use?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair features a multi-functional metal mechanism for functional seating adjustment and reclining control.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of armrests does the chair have?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair features alloy frame armrests that complement its premium executive construction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of base does the chair have?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair features an R345 mm aluminium alloy base.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this chair suitable for executive offices?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. Its high-back executive profile, premium composite leather, moulded foam, alloy armrests and aluminium alloy base make it particularly suited to professional and executive workspaces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat variants are shown in the collection?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe supplied product information identifies Planet HB PU and Planet MB PU variants within the MRC Executive Collection.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should the chair be maintained?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eWipe the composite leather surface and aluminium components with a soft, clean cloth. Avoid abrasive cleaners, harsh chemicals and excessive moisture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/mrcexecutivechairs.com\/products\/mrc-planet-high-back-premium-leather-chair#product\",\n\n  \"name\": \"MRC Planet High Back Premium Leather Chair\",\n\n  \"description\": \"The MRC Planet High Back Premium Leather Chair is an executive high-back office chair featuring premium composite leather upholstery, high-density moulded foam cushioning, alloy frame armrests, a multi-functional metal mechanism, an adjustable seat slider and an R345 mm aluminium alloy base.\",\n\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"MRC\"\n  },\n\n  \"category\": \"Executive High Back Office Chair\",\n\n  \"material\": \"Premium Composite Leather\",\n\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Chair Type\",\n      \"value\": \"Executive High Back Chair\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Upholstery\",\n      \"value\": \"Premium Composite Leather\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Cushioning\",\n      \"value\": \"High-Density Moulded Foam\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Armrests\",\n      \"value\": \"Alloy Frame Armrests\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Mechanism\",\n      \"value\": \"Multi-Functional Metal Mechanism\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Seat Adjustment\",\n      \"value\": \"Adjustable Seat Slider\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Base\",\n      \"value\": \"R345 mm Aluminium Alloy Base\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Variant\",\n      \"value\": \"Planet HB PU\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Design\",\n      \"value\": \"Executive High Back\"\n    }\n  ],\n\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/mrcexecutivechairs.com\/products\/mrc-planet-high-back-premium-leather-chair\",\n    \"priceCurrency\": \"INR\",\n    \"price\": \"42999\",\n    \"availability\": \"https:\/\/www.mrcexecutivechair.com\/InStock\",\n    \"itemCondition\": \"https:\/\/WWW.mrcexecutivechair.com\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"MRC Executive Chairs\",\n      \"url\": \"https:\/\/mrcexecutivechairs.com\/\"\n    }\n  }\n}\n\u003c\/script\u003e","brand":"MRC Executive Chairs","offers":[{"title":"Default Title","offer_id":45171002474562,"sku":null,"price":42999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8999\/3794\/files\/planet1.png?v=1788879097","url":"https:\/\/mrcexecutivechairs.com\/products\/mrc-planet","provider":"MRC Executive Chairs","version":"1.0","type":"link"}