{"product_id":"mrc-candy-pro-for-kids","title":"MRC Candy Pro - For Kids","description":"\u003cstyle\u003e\n\/* ---------- BASE ---------- *\/\n.mrc-candy{\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-candy *{box-sizing:border-box;}\n.mrc-candy a{color:inherit;}\n\n\/* ---------- INTRO ---------- *\/\n.mrc-candy .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-candy .mrc-intro:after{\n  content:\"CANDY PRO\";\n  position:absolute;\n  right:-20px;\n  bottom:-40px;\n  font-size:100px;\n  font-weight:900;\n  color:rgba(255,255,255,.035);\n  letter-spacing:-8px;\n  pointer-events:none;\n}\n\n.mrc-candy .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-candy .mrc-kicker:before{\n  content:\"\";\n  width:28px;\n  height:1px;\n  background:#e2c27d;\n}\n\n.mrc-candy .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-candy .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\/* ---------- HIGHLIGHTS ---------- *\/\n.mrc-candy .mrc-highlights{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n  margin-bottom:22px;\n}\n\n.mrc-candy .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-candy .mrc-highlight:hover{\n  transform:translateY(-3px);\n  box-shadow:0 12px 30px rgba(0,0,0,.08);\n}\n\n.mrc-candy .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-candy .mrc-highlight strong{\n  display:block;\n  font-size:14px;\n  margin-bottom:3px;\n}\n\n.mrc-candy .mrc-highlight span{\n  color:var(--muted);\n  font-size:12px;\n}\n\n\/* ---------- TWO COLUMN ---------- *\/\n.mrc-candy .mrc-columns{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:22px;\n  margin-bottom:22px;\n}\n\n.mrc-candy .mrc-panel{\n  border:1px solid var(--line);\n  border-radius:20px;\n  background:#fff;\n  overflow:hidden;\n}\n\n.mrc-candy .mrc-panel-head{\n  padding:22px 25px;\n  background:var(--cream);\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-candy .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-candy .mrc-panel-head h3{\n  margin:3px 0 0;\n  font-size:21px;\n}\n\n.mrc-candy .mrc-panel-body{\n  padding:22px 25px;\n}\n\n\/* ---------- SPECS ---------- *\/\n.mrc-candy .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-candy .mrc-spec:last-child{\n  border-bottom:0;\n}\n\n.mrc-candy .mrc-spec span:first-child{\n  color:#777;\n}\n\n.mrc-candy .mrc-spec strong{\n  text-align:right;\n}\n\n\/* ---------- WHY SECTION ---------- *\/\n.mrc-candy .mrc-why{\n  margin-bottom:22px;\n  padding:35px;\n  border-radius:20px;\n  background:#f5f5f3;\n}\n\n.mrc-candy .mrc-why h3{\n  margin:0 0 10px;\n  font-size:25px;\n}\n\n.mrc-candy .mrc-why p{\n  max-width:900px;\n  margin:0;\n  color:#5c5c5c;\n}\n\n.mrc-candy .mrc-benefits{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n  margin-top:22px;\n}\n\n.mrc-candy .mrc-benefit{\n  background:#fff;\n  border-radius:14px;\n  padding:18px;\n  border:1px solid #e8e8e4;\n}\n\n.mrc-candy .mrc-benefit b{\n  display:block;\n  margin-bottom:4px;\n  font-size:14px;\n}\n\n.mrc-candy .mrc-benefit span{\n  color:#666;\n  font-size:13px;\n}\n\n\/* ---------- INTERNAL LINKS ---------- *\/\n.mrc-candy .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-candy .mrc-explore strong{\n  font-size:17px;\n}\n\n.mrc-candy .mrc-explore p{\n  margin:3px 0 0;\n  color:#aaa;\n  font-size:13px;\n}\n\n.mrc-candy .mrc-explore-links{\n  display:flex;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.mrc-candy .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-candy .mrc-explore-links a:hover{\n  background:#e2c27d;\n  color:#171717;\n}\n\n\/* ---------- CARE ---------- *\/\n.mrc-candy .mrc-care{\n  padding:26px;\n  border:1px solid var(--line);\n  border-radius:18px;\n  margin-bottom:22px;\n}\n\n.mrc-candy .mrc-care h3{\n  margin:0 0 8px;\n  font-size:20px;\n}\n\n.mrc-candy .mrc-care p{\n  margin:0;\n  color:#666;\n  font-size:14px;\n}\n\n\/* ---------- FAQ ---------- *\/\n.mrc-candy .mrc-faq{\n  border-top:1px solid var(--line);\n}\n\n.mrc-candy .mrc-faq-title{\n  padding:28px 0 15px;\n}\n\n.mrc-candy .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-candy .mrc-faq-title h3{\n  margin:4px 0 0;\n  font-size:25px;\n}\n\n.mrc-candy .mrc-faq details{\n  border-bottom:1px solid var(--line);\n}\n\n.mrc-candy .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-candy .mrc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.mrc-candy .mrc-faq summary:after{\n  content:\"+\";\n  font-size:22px;\n  color:var(--gold);\n  font-weight:400;\n}\n\n.mrc-candy .mrc-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.mrc-candy .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  .mrc-candy .mrc-intro{\n    padding:30px 24px;\n  }\n\n  .mrc-candy .mrc-intro h2{\n    font-size:28px;\n  }\n\n  .mrc-candy .mrc-intro:after{\n    font-size:65px;\n  }\n\n  .mrc-candy .mrc-highlights{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .mrc-candy .mrc-columns{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-candy .mrc-benefits{\n    grid-template-columns:1fr;\n  }\n\n  .mrc-candy .mrc-explore{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n}\n\n@media(max-width:480px){\n  .mrc-candy{\n    padding:0 12px;\n    margin:30px auto;\n  }\n\n  .mrc-candy .mrc-highlight{\n    padding:16px 13px;\n  }\n\n  .mrc-candy .mrc-intro h2{\n    font-size:25px;\n  }\n\n  .mrc-candy .mrc-spec{\n    font-size:13px;\n  }\n\n  .mrc-candy .mrc-panel-body{\n    padding:18px;\n  }\n\n  .mrc-candy .mrc-why{\n    padding:24px 20px;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"mrc-candy\"\u003e\u003c!-- HERO \/ SUMMARY --\u003e\n\u003cdiv class=\"mrc-intro\"\u003e\n\u003cdiv class=\"mrc-kicker\"\u003eMRC Kids Ergonomic Seating\u003c\/div\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(208,205,205);\"\u003e MRC Candy Pro Kids Chair – Ergonomic Study Chair with Mesh Back, Adjustable Lumbar Support \u0026amp; Flip-Up Armrests \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eIts two-piece mesh backrest follows the natural curve of the spine, while the adaptive lower cushion provides targeted lumbar support. A breathable mesh-covered moulded foam seat, 90-degree flip-up armrests and sturdy four-legged metal base make this modern grey-and-white study chair a practical choice for children aged 5 to 13.\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\u003eErgonomic Mesh Back\u003c\/strong\u003e \u003cspan\u003eTwo-piece backrest designed to follow the natural spinal curve\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e↕\u003c\/div\u003e\n\u003cstrong\u003eAdjustable Lumbar Height\u003c\/strong\u003e \u003cspan\u003eTargeted lower-back support for comfortable study sessions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e↗\u003c\/div\u003e\n\u003cstrong\u003e90° Flip-Up Arms\u003c\/strong\u003e \u003cspan\u003eArmrests fold upward so the chair can slide under a desk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-highlight\"\u003e\n\u003cdiv class=\"mrc-icon\"\u003e◆\u003c\/div\u003e\n\u003cstrong\u003eBoot-Style Feet\u003c\/strong\u003e \u003cspan\u003eHelps protect hard floors while reducing noise and slipping\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\u003eModel Name\u003c\/span\u003e \u003cstrong\u003eCandy Pro\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eChair Type\u003c\/span\u003e \u003cstrong\u003eKids Ergonomic Office Chair\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eColour\u003c\/span\u003e \u003cstrong\u003eGrey \u0026amp; White\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eAge Range\u003c\/span\u003e \u003cstrong\u003eKids, 5–13 Years\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBack Style\u003c\/span\u003e \u003cstrong\u003eSolid \/ Two-Piece Mesh Back\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBackrest Width\u003c\/span\u003e \u003cstrong\u003e48 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBack Interior Height\u003c\/span\u003e \u003cstrong\u003e55 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Height\u003c\/span\u003e \u003cstrong\u003e44 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Depth\u003c\/span\u003e \u003cstrong\u003e45 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eSeat Length\u003c\/span\u003e \u003cstrong\u003e45 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eArm Height\u003c\/span\u003e \u003cstrong\u003e53 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eOverall Dimensions\u003c\/span\u003e \u003cstrong\u003e60D × 67W × 105H cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cstrong\u003e10 kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBase\u003c\/span\u003e \u003cstrong\u003e4-Legged Metal Base\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eFinish\u003c\/span\u003e \u003cstrong\u003eHeavy-Duty Nylon\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eCushion\u003c\/span\u003e \u003cstrong\u003eMoulded Foam Cushion\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eTilting\u003c\/span\u003e \u003cstrong\u003eYes\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eBase Movement\u003c\/span\u003e \u003cstrong\u003eRock\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-spec\"\u003e\n\u003cspan\u003eIndoor \/ Outdoor\u003c\/span\u003e \u003cstrong\u003eIndoor\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\u003eThe sitting experience\u003c\/small\u003e\n\u003ch3\u003eWhy This Kids Chair?\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eThe MRC Candy Pro is designed around the everyday needs of children who spend time at a study desk. Its two-piece mesh backrest is shaped to contour smoothly with the natural curve of the child's spine, helping create a more supportive sitting position during schoolwork and creative activities.\u003c\/p\u003e\n\u003cp\u003eThe adaptive lower cushion provides targeted lumbar support, while the moulded foam seat cushion distributes body weight across the seating surface. The breathable mesh covering encourages airflow, helping children stay more comfortable during longer periods of reading, homework, drawing and studying.\u003c\/p\u003e\n\u003cp\u003ePracticality is built into the design too. The 90-degree flip-up armrests allow the chair to move completely underneath a desk when not in use, making it especially useful for compact bedrooms and study areas.\u003c\/p\u003e\n\u003cp\u003eThe grey-and-white finish and playful boot-style feet give the chair a modern yet child-friendly appearance, making it an easy addition to a home study room.\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 Comfortable Study \u0026amp; Learning\u003c\/h3\u003e\n\u003cp\u003eThe MRC Candy Pro combines ergonomic-inspired support, breathable seating and practical space-saving features in a child-friendly design. From the adjustable lumbar height and contoured backrest to the flip-up armrests and protective boot-style feet, every major feature is designed around comfortable and practical everyday use.\u003c\/p\u003e\n\u003cdiv class=\"mrc-benefits\"\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eSpine-Friendly Back Design\u003c\/b\u003e \u003cspan\u003e The two-piece mesh backrest follows the natural spinal curve and is designed to provide supportive contact while children study. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eBreathable Moulded Foam Seat\u003c\/b\u003e \u003cspan\u003e High-resilience sponge padding combined with breathable mesh fabric provides a comfortable and better-ventilated seating surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eSpace-Saving Flip-Up Arms\u003c\/b\u003e \u003cspan\u003e The 90-degree flip-up armrests allow the chair to slide underneath a desk, helping save floor space when the study area is not being used. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eAdjustable Lumbar Height\u003c\/b\u003e \u003cspan\u003e The adjustable lumbar feature allows the lower support area to be positioned for a more personalized sitting experience. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eChild-Friendly Design\u003c\/b\u003e \u003cspan\u003e A modern grey-and-white colour combination and playful boot-style feet give the chair a fun aesthetic without compromising its practical design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-benefit\"\u003e\n\u003cb\u003eFloor-Friendly Feet\u003c\/b\u003e \u003cspan\u003e Boot-style leg covers are designed to help protect hard flooring, reduce noise and provide additional grip during everyday use. \u003c\/span\u003e\n\u003c\/div\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\u003eChoose the Right Chair for Your Space\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-panel-body\"\u003e\n\u003cp\u003eLooking for a chair for your child? Explore our \u003ca href=\"\/collections\/kids-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003ekids chairs\u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e designed for study rooms and growing learners.\u003c\/p\u003e\n\u003cp\u003eIf you are furnishing an adult workspace, browse our \u003ca href=\"\/collections\/office-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003eoffice chairs\u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e for everyday work setups, or explore our \u003ca href=\"\/collections\/executive-chairs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003eexecutive chairs\u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e for premium office and leadership seating.\u003c\/p\u003e\n\u003cp\u003eBefore choosing your next MRC chair, you can also explore our \u003ca href=\"\/blogs\" style=\"color: #9a742f; font-weight: bold;\"\u003e \u003cstrong\u003e\u003cspan style=\"text-decoration: underline;\"\u003eMRC chair reviews and buying guides\u003c\/span\u003e\u003c\/strong\u003e \u003c\/a\u003e to understand different chair styles, materials and ergonomic features.\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\u003eCompare kids, ergonomic, executive and everyday office seating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mrc-explore-links\"\u003e\n\u003ca href=\"\/collections\/kids-chairs\"\u003e Kids Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/office-chairs\"\u003e Office Chairs \u003c\/a\u003e \u003ca href=\"\/collections\/executive-chairs\"\u003e Executive 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=\"\/blogs\"\u003e MRC Chair Reviews \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUYER GUIDE \/ REVIEW LINK --\u003e\n\u003cdiv class=\"mrc-care\"\u003e\n\u003ch3\u003eWant to Read an MRC Executive Chair Review?\u003c\/h3\u003e\n\u003cp\u003eIf you are comparing seating options for different members of your family or workspace, visit our \u003ca href=\"\/blogs\" style=\"color: #9a742f; font-weight: bold; text-decoration: underline;\"\u003e MRC Executive Chair review \u003c\/a\u003e and chair buying resources. You can compare features across \u003ca href=\"\/collections\/executive-chairs\" style=\"color: #9a742f; font-weight: bold; text-decoration: underline;\"\u003e executive chairs \u003c\/a\u003e, \u003ca href=\"\/collections\/office-chairs\" style=\"color: #9a742f; font-weight: bold; text-decoration: underline;\"\u003e office chairs \u003c\/a\u003e and ergonomic seating before selecting the right model for your needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"mrc-care\"\u003e\n\u003ch3\u003eCare \u0026amp; Maintenance\u003c\/h3\u003e\n\u003cp\u003eFor everyday maintenance, keep the chair indoors on a hard floor and regularly clean the mesh and seating surfaces using a soft cloth. Avoid harsh chemicals, abrasive cleaning materials and excessive moisture. Keep the chair free from unnecessary impact and ensure that the base and leg covers remain properly positioned during use.\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\u003eCommon questions\u003c\/small\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat age group is the MRC Candy Pro kids chair suitable for?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe supplied product description recommends the MRC Candy Pro for children aged 5 to 13 who need daily support while studying, reading, drawing or completing homework.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the MRC Candy Pro have lumbar support?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The chair features an adaptive lower cushion with adjustable lumbar height designed to provide targeted support around the lower-back area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the backrest breathable?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair features a mesh backrest, while the seat cushion is wrapped in breathable mesh fabric to encourage air circulation during use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the armrests be folded?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The chair has 90-degree flip-up armrests. This allows the chair to slide underneath a desk when the armrests are raised.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the dimensions of the MRC Candy Pro?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe supplied overall dimensions are 60 cm depth × 67 cm width × 105 cm height. The seat height is 44 cm, seat depth is 45 cm, seat length is 45 cm and the chair backrest width is 48 cm.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the seat height of the Candy Pro?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe supplied product specification lists the seat height as 44 cm from the floor.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the MRC Candy Pro tilt?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The supplied specifications state that the chair has a tilting function and furniture base movement listed as Rock.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of base does the kids chair have?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe MRC Candy Pro has a four-legged metal base with heavy-duty nylon finish and boot-style leg covers.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the MRC Candy Pro suitable for a study room?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The supplied product information lists Office and Study Room as recommended uses and identifies the product as an indoor chair.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the chair be used on a hard floor?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eYes. The supplied specification lists Hard Floor as the surface recommendation. The boot-style leg covers are also designed to help protect flooring, reduce noise and prevent slipping.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the weight of the MRC Candy Pro?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe supplied product specification lists the item weight as 10 kilograms.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat colour is the MRC Candy Pro?\u003c\/summary\u003e\n\u003cdiv class=\"mrc-faq-answer\"\u003eThe chair is available in a modern Grey \u0026amp; White colour combination.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nPRODUCT SCHEMA\n========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- =========================================================\nFAQ SCHEMA\n========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- =========================================================\nBREADCRUMB SCHEMA\n========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"MRC Executive Chairs","offers":[{"title":"Default Title","offer_id":45180169486402,"sku":null,"price":4699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8999\/3794\/files\/1.jpg?v=1788965043","url":"https:\/\/mrcexecutivechairs.com\/products\/mrc-candy-pro-for-kids","provider":"MRC Executive Chairs","version":"1.0","type":"link"}