Cornhole Game
.chg{ --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); } .chg *{box-sizing:border-box;} .chg{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .chg h2, .chg h3, .chg h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .chg .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .chg a{color:inherit;} .chg .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .chg img, .chg svg{display:block; max-width:100%;} .chg a:focus-visible, .chg button:focus-visible, .chg summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .chg .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .chg .photo-card img{width:100%; display:block; object-fit:contain;} .chg .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;} .chg .intro{padding:56px 0 20px;} .chg .intro h2{font-size:2rem; max-width:32ch;} .chg .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .chg .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .chg .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .chg .glance{padding:0 0 40px;} .chg .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .chg .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .chg .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .chg .included{padding:48px 0 68px; background:var(--white);} .chg .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .chg .included h3{font-size:1.6rem;} .chg .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .chg .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .chg .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .chg .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;} .chg .included-list strong{display:block;} .chg .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .chg .story-block{padding:64px 0;} .chg .story-block.bg-blue{background:var(--blue-soft);} .chg .story-block.bg-yellow{background:var(--yellow-soft);} .chg .story-block.bg-green{background:var(--green-soft);} .chg .story-block.bg-white{background:var(--white);} .chg .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .chg .story-block.reverse .story-grid{direction:rtl;} .chg .story-block.reverse .story-grid > *{direction:ltr;} .chg .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .chg .story-photo img{width:100%; display:block; object-fit:contain;} .chg .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .chg .story-block h3{font-size:1.5rem;} .chg .story-block p{color:var(--ink-soft); font-size:1.02rem;} .chg .dims{padding:64px 0; background:var(--blue-soft);} .chg .dims h3{font-size:1.7rem;} .chg .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .chg .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .chg .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;} .chg .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .chg .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .chg .specs h3{font-size:1.8rem; margin-bottom:8px;} .chg .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .chg .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .chg .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .chg .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .chg .spec-group ul li{margin-bottom:6px;} .chg .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .chg .faq{padding:64px 0; background:var(--yellow-soft);} .chg .faq h3{font-size:1.8rem; margin-bottom:8px;} .chg .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .chg details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .chg details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .chg summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .chg summary::-webkit-details-marker{display:none;} .chg summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .chg details[open] summary::after{transform:rotate(45deg);} .chg details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .chg .related{background:var(--ink); padding:64px 0;} .chg .related h3{font-size:1.6rem; color:var(--white);} .chg .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .chg .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .chg .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .chg .rel-card .mono{color:var(--yellow);} .chg .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .chg .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .chg .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .chg footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .chg .included-grid{grid-template-columns:1fr;} .chg .story-grid, .chg .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .chg .specs-grid{grid-template-columns:1fr;} .chg .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 13,000+ Happy Customers Cornhole Games Cornhole Game: 92cm Boards for Backyard Bragging Rights Two plywood boards, eight bean bags, and a race to 21 points. Cornhole rewards a steady arm and a bit of trash talk in equal measure, and this set is ready to set up in the backyard, at the beach or at your next party. ✓ 2 Plywood Boards ✓ 8 Bean Bags Included ✓ Safety Tested to AS/NZS Standards ✓ Ages 3 and Up Board Size 92cm L x 60cm W x 30cm H Bean Bags 4 red + 4 blue Winning Score 21 points Recommended Ages 3+ What's Included Everything needed for two players to start throwing. ✓2x Plywood Cornhole BoardsBoard dimensions of 92cm x 60cm x 30cm. ✓4x Red and 4x Blue Bean BagsColour coded so scores are easy to track. ✓Sturdy Legs with WingnutsSet up and pack down without tools. ✓Carry Bag and RulesPack it away and take it with you. 8 Metres Apart, First to 21 Wins Simple scoring, serious rivalry Set the two boards 8 metres apart and take turns throwing. A bag through the hole scores 3 points, a bag that stays on the board scores 1. First player to reach 21 points takes the win, and the lead can change hands fast. No Tools Needed Wingnut legs for a quick setup The sturdy legs attach with wingnuts, so there is no toolbox required to get playing or to pack down again at the end of the day. Built for Aussie Backyards Safety tested to AS/NZS standards Successfully tested against AS/NZS ISO 8124.1, 8124.2 and 8124.3. Bring the boards undercover after outdoor use to keep them in top condition. Dimensions A quick reference before you order. Board Dimension 92cm L x 60cm W x 30cm H Weight 16kg Packed Dimensions 96cm x 66cm x 15cm Recommended Ages 3+ Technical Specifications Everything you need to know before it arrives. What's In the Box 2x plywood cornhole boards 4x red and 4x blue bean bags Sturdy legs with wingnuts Carry bag and rules Materials Plywood boards with sturdy wingnut legs and fabric bean bags. Safety Precautions Passes AS/NZS ISO 8124.1, 8124.2 and 8124.3 Recommended for ages 3 and up Bring undercover after outdoor use to protect the boards Setup Attach the legs with the wingnuts provided, no tools needed. Ready to play in a couple of minutes. Frequently Asked Questions Everything you need to know before it arrives. How much space do I need to play? Set the two boards 8 metres apart, with a bit of extra room behind each board for players to stand and throw comfortably. Does it require assembly? The legs attach with wingnuts, no tools required. Most people have both boards ready to play within a couple of minutes. What's the difference between this and the Regulation Tournament Size? This Cornhole Game has 92cm boards for casual backyard play. The Regulation Tournament Size steps up to 120cm boards built to official tournament dimensions, with heavier duck cloth bags. How many players can play? Cornhole is typically played 1 versus 1 or 2 versus 2, with 4 bags per side per round. 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 Other options available at All Things For Kids. Tournament Ready • $359.95 Cornhole Game Regulation Tournament Size Bigger 120cm boards built to official tournament dimensions. Shop Regulation Size → Another Backyard Classic • $109.95 Giant Naughts And Crosses Life size Tic Tac Toe with a rope board and wooden pieces. Shop Naughts And Crosses → Keep the Games Going Giant Outdoor Games Browse the full range of giant lawn and backyard games. Shop Giant Games → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012
More you might like
Related
Himal Collapsible Portable Cornhole Game Boards 10 Cornhole
Related
2’x3’ Cornhole Boards Set, Cornhole Outdoor Game Set - Corn
Related
2’x3’ Cornhole Boards Set, Cornhole Outdoor Game Set - Corn
Related