Backyard Cricket Game Set
.bcg{ --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); } .bcg *{box-sizing:border-box;} .bcg{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .bcg h2, .bcg h3, .bcg h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .bcg .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .bcg a{color:inherit;} .bcg .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .bcg img, .bcg svg{display:block; max-width:100%;} .bcg a:focus-visible, .bcg button:focus-visible, .bcg summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .bcg .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .bcg .photo-card img{width:100%; display:block; object-fit:contain;} .bcg .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;} .bcg .intro{padding:56px 0 20px;} .bcg .intro h2{font-size:2rem; max-width:32ch;} .bcg .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .bcg .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .bcg .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .bcg .glance{padding:0 0 40px;} .bcg .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .bcg .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .bcg .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .bcg .included{padding:48px 0 68px; background:var(--white);} .bcg .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .bcg .included h3{font-size:1.6rem;} .bcg .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .bcg .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .bcg .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .bcg .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;} .bcg .included-list strong{display:block;} .bcg .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .bcg .story-block{padding:64px 0;} .bcg .story-block.bg-blue{background:var(--blue-soft);} .bcg .story-block.bg-yellow{background:var(--yellow-soft);} .bcg .story-block.bg-green{background:var(--green-soft);} .bcg .story-block.bg-white{background:var(--white);} .bcg .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .bcg .story-block.reverse .story-grid{direction:rtl;} .bcg .story-block.reverse .story-grid > *{direction:ltr;} .bcg .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .bcg .story-photo img{width:100%; display:block; object-fit:contain;} .bcg .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .bcg .story-block h3{font-size:1.5rem;} .bcg .story-block p{color:var(--ink-soft); font-size:1.02rem;} .bcg .dims{padding:64px 0; background:var(--blue-soft);} .bcg .dims h3{font-size:1.7rem;} .bcg .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .bcg .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .bcg .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;} .bcg .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .bcg .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .bcg .specs h3{font-size:1.8rem; margin-bottom:8px;} .bcg .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .bcg .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .bcg .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .bcg .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .bcg .spec-group ul li{margin-bottom:6px;} .bcg .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .bcg .faq{padding:64px 0; background:var(--yellow-soft);} .bcg .faq h3{font-size:1.8rem; margin-bottom:8px;} .bcg .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .bcg details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .bcg details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .bcg summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .bcg summary::-webkit-details-marker{display:none;} .bcg summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .bcg details[open] summary::after{transform:rotate(45deg);} .bcg details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .bcg .related{background:var(--ink); padding:64px 0;} .bcg .related h3{font-size:1.6rem; color:var(--white);} .bcg .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .bcg .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .bcg .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .bcg .rel-card .mono{color:var(--yellow);} .bcg .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .bcg .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .bcg .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .bcg footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .bcg .included-grid{grid-template-columns:1fr;} .bcg .story-grid, .bcg .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .bcg .specs-grid{grid-template-columns:1fr;} .bcg .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Giant Outdoor Games Backyard Cricket Game Set, everything for a match at the park Grab the bat, pitch the stumps and get a game going. This wooden Backyard Cricket Game Set packs everything you need into one black carry bag, so there are no loose pieces left behind on the way to the park or the beach. Recommended for ages 3 and up. ✓ Wooden bat and stumps ✓ 4 stumps, 2 bails ✓ Black carry bag ✓ Recommended Ages 3+ Stumps Included 4 Bails Included 2 Weight 12 kg Recommended Ages 3+ What's Included Everything you need for a weekend game of backyard cricket, packed into one bag. ✓1 Wooden BatA solid timber bat sized for casual backyard and park games. ✓4 Wooden Stumps And 2 BailsA full set to pitch a proper wicket at either end. ✓1 BallReady to bowl as soon as the stumps are in the ground. ✓Black Carry BagKeeps every piece together, no loose gear left behind, plus printed rules. Weekend ReadyBat, bowl and field with family and friends Pitch the 4 stumps, balance the bails, take guard with the wooden bat and get a proper game going. It is a set built for casual matches down at the park or on the sand, wherever the weekend takes you. Built From Solid TimberA bat and stumps that can handle regular play The wooden bat, stumps and bails are built to stand up to weekend after weekend of backyard cricket, whether it is a quick knock with the kids or a bigger family match. No Loose PiecesEverything packs into one bag The bat, stumps, bails and ball all fit into the included black carry bag, so nothing goes missing between games. Grab the bag and head to the park, the beach or a friend's backyard whenever the mood strikes. Dimensions A quick reference before you order. Packed Dimensions 103cm x 34cm x 13cm Weight 12 kg Stumps Included 4 Bails Included 2 Recommended Ages 3+ Technical Specifications Everything you need to know before it arrives. What's In the Box 1x wooden bat 4x wooden stumps 2x bails 1x ball Black carry bag and printed rules Materials A solid wooden bat and stumps paired with a durable ball, packed together for regular outdoor cricket play. Safety Precautions Recommended for ages 3 and up Adult supervision recommended for young children Keep clear of the batter and bowler during play Set up stumps on flat, open ground away from foot traffic Suited to indoor and outdoor use, but bring it undercover each day to get the most longevity out of it Setup Pitch the 4 stumps at each end with the bails balanced on top, mark a crease and you are ready to bat, bowl and field. No tools required. Frequently Asked Questions Everything you need to know before it arrives. What comes in the Backyard Cricket Game Set? The set includes 1 wooden bat, 4 wooden stumps, 2 bails and 1 ball, all packed into a black carry bag along with printed rules. What age is this set suitable for? It's recommended for ages 3 and up, with adult supervision recommended for younger children. Is this set suitable for a full backyard cricket match? Yes, it includes everything needed to pitch stumps at both ends and get a casual match going with family or friends at the park, the beach or in the backyard. Can I get this on layby or invoice for a bulk order? Yes, we offer layby for families and can arrange invoice or purchase order terms for schools, centres and bulk orders as an authorised Jenjo Games dealer. Is the set easy to carry and store? Yes, every piece packs into the included black carry bag, so it is easy to store at home and simple to bring along wherever you are playing. 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 Backyard Games From All Things For Kids Other options available at All Things For Kids. Scoring Toss • $84.95Outdoor Scatter Game A numbered pin toss game in pine wood or hardwood, where players aim for exactly 50 points. Shop Outdoor Scatter Game → Nordic Strategy • $99.95Kubb Game The Swedish lawn game where teams knock down blocks before toppling the king. Shop Kubb Game → Toss Game • $124.95Ladder Ball A pine wood ladder toss game for 2 to 4 players, easy to set up in the backyard. Shop Ladder Ball → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012
More you might like
Related
Regent Wooden Cricket Set Size 3 Backyard/Beach Game
Related
Regent Wooden Cricket Set Size 5 Backyard/Beach Game
Related
Kid Cricket Set size 1, Backyard Creative Sports Game Ball f
Related