Hopscotch Games Mat
.hop{ --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); } .hop *{box-sizing:border-box;} .hop{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .hop h2, .hop h3, .hop h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .hop .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .hop a{color:inherit;} .hop .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .hop img, .hop svg{display:block; max-width:100%;} .hop a:focus-visible, .hop button:focus-visible, .hop summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .hop .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .hop .photo-card img{width:100%; display:block; object-fit:contain;} .hop .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;} .hop .intro{padding:56px 0 20px;} .hop .intro h2{font-size:2rem; max-width:32ch;} .hop .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .hop .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .hop .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .hop .glance{padding:0 0 40px;} .hop .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .hop .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .hop .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .hop .included{padding:48px 0 68px; background:var(--white);} .hop .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .hop .included h3{font-size:1.6rem;} .hop .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .hop .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .hop .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .hop .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;} .hop .included-list strong{display:block;} .hop .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .hop .story-block{padding:64px 0;} .hop .story-block.bg-blue{background:var(--blue-soft);} .hop .story-block.bg-yellow{background:var(--yellow-soft);} .hop .story-block.bg-green{background:var(--green-soft);} .hop .story-block.bg-white{background:var(--white);} .hop .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .hop .story-block.reverse .story-grid{direction:rtl;} .hop .story-block.reverse .story-grid > *{direction:ltr;} .hop .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .hop .story-photo img{width:100%; display:block; object-fit:contain;} .hop .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .hop .story-block h3{font-size:1.5rem;} .hop .story-block p{color:var(--ink-soft); font-size:1.02rem;} .hop .dims{padding:64px 0; background:var(--blue-soft);} .hop .dims h3{font-size:1.7rem;} .hop .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .hop .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .hop .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;} .hop .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .hop .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .hop .specs h3{font-size:1.8rem; margin-bottom:8px;} .hop .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .hop .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .hop .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .hop .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .hop .spec-group ul li{margin-bottom:6px;} .hop .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .hop .faq{padding:64px 0; background:var(--yellow-soft);} .hop .faq h3{font-size:1.8rem; margin-bottom:8px;} .hop .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .hop details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .hop details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .hop summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .hop summary::-webkit-details-marker{display:none;} .hop summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .hop details[open] summary::after{transform:rotate(45deg);} .hop details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .hop .related{background:var(--ink); padding:64px 0;} .hop .related h3{font-size:1.6rem; color:var(--white);} .hop .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .hop .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .hop .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .hop .rel-card .mono{color:var(--yellow);} .hop .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .hop .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .hop .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .hop footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .hop .included-grid{grid-template-columns:1fr;} .hop .story-grid, .hop .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .hop .specs-grid{grid-template-columns:1fr;} .hop .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 13,000+ Happy Customers Giant Outdoor Games A 3m hopscotch mat that folds up and travels Roll it out to 3 metres of bright, numbered fun, then fold it back down small enough for the car boot. Hopscotch is a simple classic that helps children practise balance, colour recognition and number recognition, indoors or out. ✓ 3m Fold Out Mat ✓ Numbers 1 to 10 ✓ 4x Metal Ground Pegs ✓ Compact For Travel Mat Length 3m fabric mat with eyelets Ground Pegs 4x metal pegs included Numbers Large 1 to 10 layout Recommended Ages 3+ What's Included A full 3m mat that folds down small when the game is done. ✓3m Fabric MatBright, colourful mat with eyelets for pegging to the ground. ✓4x Metal PegsKeeps the mat secure and flat on grass or a hard surface. ✓Large Number LayoutBig, easy to read numbers from 1 to 10 for beginners and older kids alike. ✓Compact Fold DownFolds up small enough to pop in a car boot or cupboard between uses. Balance And NumbersA classic that teaches while it plays Hopping from square to square is a fun way to build balance and coordination, while calling out numbers along the way reinforces number recognition without it ever feeling like a lesson. Indoors Or OutRoll it out on the lawn or the lounge room The mat works equally well on grass, pegged down with the included metal pegs, or laid flat on a hard floor indoors. Bring it undercover overnight if it's been out on the lawn, to help the colours and fabric last longer. Fold And GoReady for the next park visit or playdate Once play is done, the mat folds down into a compact package, small enough to keep in the car for spontaneous park visits or to bring along to a friend's place. Dimensions A quick reference before you order. Mat Length 3m Weight 3 kg Packed Dimensions 45 x 35 x 6 cm Recommended Ages 3+ Technical Specifications Everything you need to know before it arrives. What's In the Box 1x 3m fabric hopscotch mat with eyelets 4x metal ground pegs Materials Durable printed fabric mat with reinforced eyelets and metal pegs. Safety Precautions Ensure pegs are fully secured before play to prevent trip hazards Bring the mat undercover overnight to protect the fabric and colours Setup Roll the mat out flat and secure with the included pegs on grass, or lay flat indoors. No assembly required. Frequently Asked Questions Everything you need to know before it arrives. Can this be used indoors? Yes, the mat works well laid flat on an indoor floor as well as pegged down outdoors on grass, making it a flexible option for any weather. How big is the mat once rolled out? The mat rolls out to 3 metres long, with large numbers from 1 to 10 printed clearly enough to see from a distance. Does it come with anything to hold it in place? Yes, 4 metal ground pegs are included to keep the mat flat and secure on grass or soft ground. How is it stored between uses? The mat folds down into a compact package that easily fits in a car boot or cupboard, and we recommend keeping it undercover overnight to protect the fabric. 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. More Giant Outdoor Games From Jenjo Other options available at All Things For Kids. Balance Game • $149.95Stilts A pair of 180cm adjustable wooden stilts, safety tested for ages 8 and up. Shop Stilts → Team Game • $109.9520m Tug Of War Rope A 3cm thick sisal rope built for school events and backyard team games. Shop Tug Of War → Party Game • $104.95Egg Spoon and Hacky Sack Race A 2 in 1 wooden race game for parties and family events. Shop Egg Spoon Race → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012
More you might like
Related
Hopscotch Playground Games
Related
Hopscotch Playground Games
Related
Hopscotch Playground Games
Related