1.5 Metre Jenjo Mega Chess Game
.jmc{ --blue:#06A9F6; --blue-dark:#0480BA; --blue-soft:#EAF6FE; --yellow:#F7B33E; --yellow-soft:#FFF6E8; --green:#89C83C; --green-soft:#F1F9E8; --white:#FFFDFD; --ink:#16202A; --in k-soft:#5A6670; --line:rgba(22,32,42,0.14); --radius:22px; --shadow: 0 24px 48px -28px rgba(22,32,42,0.28); } .jmc *{box-sizing:border-box;} .jmc{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .jmc h2, .jmc h3, .jmc h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .jmc .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .jmc a{color:inherit;} .jmc .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .jmc img, .jmc svg{display:block; max-width:100%;} .jmc a:focus-visible, .jmc button:focus-visible, .jmc summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .jmc .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .jmc .photo-card img{width:100%; display:block; object-fit:contain;} .jmc .promo{background:var(--ink); color:var(--white); text-align:center; font-weight:600; font-size:0.72rem; letter-spacing:0.06em; text-transform:uppercase; padding:9px 12px;} .jmc .intro{padding:56px 0 20px;} .jmc .intro h2{font-size:2rem; max-width:32ch;} .jmc .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .jmc .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .jmc .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .jmc .glance{padding:0 0 40px;} .jmc .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .jmc .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .jmc .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .jmc .included{padding:48px 0 68px; background:var(--white);} .jmc .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .jmc .included h3{font-size:1.6rem;} .jmc .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .jmc .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .jmc .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .jmc .included-list .ic{width:24px; height:24px; border-radius:50%; background:var(--blue-soft); color:var(--blue-dark); display:flex; align-items:center; justify-content:center; font-size:0.75rem; font-weight:800; flex:none; margin-top:2px;} .jmc .included-list strong{display:block;} .jmc .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .jmc .story-block{padding:64px 0;} .jmc .story-block.bg-blue{background:var(--blue-soft);} .jmc .story-block.bg-yellow{background:var(--yellow-soft);} .jmc .story-block.bg-green{background:var(--green-soft);} .jmc .story-block.bg-white{background:var(--white);} .jmc .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .jmc .story-block.reverse .story-grid{direction:rtl;} .jmc .story-block.reverse .story-grid > *{direction:ltr;} .jmc .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .jmc .story-photo img{width:100%; display:block; object-fit:contain;} .jmc .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .jmc .story-block h3{font-size:1.5rem;} .jmc .story-block p{color:var(--ink-soft); font-size:1.02rem;} .jmc .dims{padding:64px 0; background:var(--blue-soft);} .jmc .dims h3{font-size:1.7rem;} .jmc .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .jmc .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .jmc .dims-list li{display:flex; justify-content:space-between; gap:20px; padding:12px 0; border-bottom:1px solid rgba(22,32,42,0.14); font-weight:600;} .jmc .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .jmc .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .jmc .specs h3{font-size:1.8rem; margin-bottom:8px;} .jmc .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .jmc .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .jmc .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .jmc .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .jmc .spec-group ul li{margin-bottom:6px;} .jmc .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .jmc .faq{padding:64px 0; background:var(--yellow-soft);} .jmc .faq h3{font-size:1.8rem; margin-bottom:8px;} .jmc .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .jmc details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .jmc details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .jmc summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .jmc summary::-webkit-details-marker{display:none;} .jmc summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .jmc details[open] summary::after{transform:rotate(45deg);} .jmc details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .jmc .related{background:var(--ink); padding:64px 0;} .jmc .related h3{font-size:1.6rem; color:var(--white);} .jmc .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .jmc .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .jmc .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .jmc .rel-card .mono{color:var(--yellow);} .jmc .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .jmc .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .jmc .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .jmc footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .jmc .included-grid{grid-template-columns:1fr;} .jmc .story-grid, .jmc .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .jmc .specs-grid{grid-template-columns:1fr;} .jmc .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 13,000+ Happy Customers Mega Chess 1.5 Metre Jenjo Mega Chess Game: Giant Chess for Smaller Spaces Mega Chess brings the fun of a giant outdoor chess set down to a 1.5m mat, so it fits a patio, courtyard or smaller backyard just as easily as a park. The 40cm king and 22.5cm pawns are cast from a single mould, tough enough for regular outdoor play. ✓ 32 Mega Chess Pieces ✓ 1.5m x 1.5m Nylon Mat ✓ UV Protected and Waterproof ✓ Single Mould Construction Mat Size 1.5m x 1.5m, 15cm squares Pieces 16 black and 16 white, 40cm king to 22.5cm pawn Weight 12kg Packed Dimensions 57 x 44 x 48cm What's Included Everything you need for a full game of Mega Chess. ✓32x Mega Chess Pieces16 black and 16 white, single mould construction for durability. ✓1.5m x 1.5m Nylon Mat15cm squares sized for a smaller footprint. ✓Rules IncludedA quick refresher for new players. ✓Weatherproof BuildUV protected and waterproof pieces for regular outdoor use. Giant Chess, Smaller Footprint Full size fun on a 1.5m mat Not every backyard has room for a 3m chess board. Mega Chess keeps the giant piece feel, a 40cm king down to a 22.5cm pawn, on a mat sized to suit courtyards, patios and smaller lawns. Single Mould, Built to Last Tough pieces for regular play Each piece is cast in one piece from UV protected, waterproof polyethylene, so there is nothing to snap off after a season of backyard games. 15cm Squares An easy mat to roll out and pack away The nylon mat rolls up small for storage between games, and the 15cm squares keep the board easy to read for players of all ages. Dimensions A quick reference before you order. Largest Piece (King) 40cm Smallest Piece (Pawn) 22.5cm Mat Size 1.5m x 1.5m, 15cm squares Weight 12kg Packed Dimensions 57 x 44 x 48cm Technical Specifications Everything you need to know before it arrives. What's In the Box 16 black and 16 white Mega Chess pieces 1.5m x 1.5m nylon mat Rules Materials Pieces are made from polyethylene plastic, UV protected and waterproof, with a single mould construction and a woven nylon mat. Safety Precautions Adult supervision recommended for young children around larger pieces Lay the mat on a flat, even surface before play Bring the set undercover each day to extend its life Setup Roll out the mat and place the pieces on their starting squares. No assembly required. Frequently Asked Questions Everything you need to know before it arrives. How is this different from the 3m Giant Chess Set? Mega Chess uses a 1.5m mat and smaller pieces, from a 40cm king down to a 22.5cm pawn, so it suits a courtyard or patio where a 3m board would not fit. Can the pieces be left outside? The pieces are UV protected and waterproof, but bringing the set undercover each day will help it last longer. Is this suitable for schools and centres? Yes, it is a popular choice for schools, early learning centres and function venues. We can provide invoices and purchase order support for bulk and school orders. Do you offer layby? Yes, layby is available on this set. As an authorised Jenjo Games dealer, we also back every order with our Price Match Guarantee. Do you ship to PO Box addresses? Unfortunately our courier drivers cannot deliver to PO Box addresses. If you have an alternative address such as a workplace or office, that will keep delivery smooth and on time. Complete Your Games Collection Other options available at All Things For Kids. Full Scale Option • From $1,199.95Giant Chess Set The full 3 metre giant chess experience, for bigger backyards and venues. Shop Giant Chess → Indoor Option • $169.95Portable Carved Wooden Chess and Checker Board Set A handcrafted Sheesham wood set for chess and checkers at the table. Shop Wooden Set → Budget Friendly • $74.953-in-1 Chess, Checkers and Backgammon Game Set Three classic games in one compact wooden board. Shop 3-in-1 Set → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012