Quoits Game
.qtg{ --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); } .qtg *{box-sizing:border-box;} .qtg{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .qtg h2, .qtg h3, .qtg h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .qtg .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .qtg a{color:inherit;} .qtg .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .qtg img, .qtg svg{display:block; max-width:100%;} .qtg a:focus-visible, .qtg button:focus-visible, .qtg summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .qtg .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .qtg .photo-card img{width:100%; display:block; object-fit:contain;} .qtg .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;} .qtg .intro{padding:56px 0 20px;} .qtg .intro h2{font-size:2rem; max-width:32ch;} .qtg .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .qtg .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .qtg .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .qtg .included{padding:48px 0 68px; background:var(--white);} .qtg .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .qtg .included h3{font-size:1.6rem;} .qtg .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .qtg .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .qtg .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .qtg .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;} .qtg .included-list strong{display:block;} .qtg .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .qtg .story-block{padding:64px 0;} .qtg .story-block.bg-blue{background:var(--blue-soft);} .qtg .story-block.bg-yellow{background:var(--yellow-soft);} .qtg .story-block.bg-green{background:var(--green-soft);} .qtg .story-block.bg-white{background:var(--white);} .qtg .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .qtg .story-block.reverse .story-grid{direction:rtl;} .qtg .story-block.reverse .story-grid > *{direction:ltr;} .qtg .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .qtg .story-photo img{width:100%; display:block; object-fit:contain;} .qtg .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .qtg .story-block h3{font-size:1.5rem;} .qtg .story-block p{color:var(--ink-soft); font-size:1.02rem;} .qtg .dims{padding:64px 0; background:var(--blue-soft);} .qtg .dims h3{font-size:1.7rem;} .qtg .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .qtg .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .qtg .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;} .qtg .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .qtg .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .qtg .specs h3{font-size:1.8rem; margin-bottom:8px;} .qtg .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .qtg .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .qtg .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .qtg .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .qtg .spec-group ul li{margin-bottom:6px;} .qtg .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .qtg .faq{padding:64px 0; background:var(--yellow-soft);} .qtg .faq h3{font-size:1.8rem; margin-bottom:8px;} .qtg .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .qtg details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .qtg details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .qtg summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .qtg summary::-webkit-details-marker{display:none;} .qtg summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .qtg details[open] summary::after{transform:rotate(45deg);} .qtg details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .qtg .related{background:var(--ink); padding:64px 0;} .qtg .related h3{font-size:1.6rem; color:var(--white);} .qtg .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .qtg .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .qtg .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .qtg .rel-card .mono{color:var(--yellow);} .qtg .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .qtg .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .qtg .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .qtg footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .qtg .included-grid{grid-template-columns:1fr;} .qtg .story-grid, .qtg .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .qtg .specs-grid{grid-template-columns:1fr;} .qtg .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Outdoor & Lawn Games Quoits Game: A Backyard Classic the Whole Family Can Play Four rope quoits, four numbered pegs and a sturdy hardwood cross make up this backyard favourite. Quick to set up and easy to learn, it is just as at home in a compact backyard as it is packed away for a weekend of camping. ✓ Safety Tested to AS/NZS Standards ✓ Includes Carry Bag ✓ Ages 3 and Up ✓ Also Available in Giant and Mega Sizes What's Included Everything you need to start playing, packed into one carry bag. ✓4x Rope Quoits (15cm)Sized for an easy, satisfying throw. ✓4x Wooden PegsEach carrying a different point value. ✓1x Hardwood Wooden Cross (40cm)A solid, stable base for the pegs. ✓Black Storage Bag & RulesPack it away and take it with you. Simple to Learn, Fun to Master Toss, score and race to 500 points Take turns throwing the rope quoits onto the numbered pegs. Each peg has a different point value, and the first player to reach 500 points wins. Simple enough for younger kids, competitive enough for the adults. Pack It Up and Take It Anywhere Made for camping trips, picnics and parties The included black storage bag keeps every piece together, so the Quoits Game is just as ready for the car boot on a camping trip as it is for a quick setup in the backyard. Built to Handle Backyard Play Safety tested for Aussie families Successfully tested against AS/NZS ISO 8124.1, 8124.2 and 8124.3, the Australian and New Zealand safety standards for toys and games. Bring it undercover after use to keep the timber in top condition. Dimensions & Weight A quick reference before you order. Product Dimensions 42cm L x 8cm W x 13cm H Weight 1kg Recommended Ages 3+ Players 2 or more Technical Specifications Everything you need to know before it arrives. What's In the Box 4x rope quoits, 15cm diameter 4x wooden scoring pegs 1x hardwood wooden cross, 40cm Black storage bag Rules sheet Materials Rope quoits with a hardwood timber cross and pegs. Safety Precautions Passes AS/NZS ISO 8124.1, 8124.2 and 8124.3 Recommended for ages 3 and up Adult supervision recommended for younger players Bring undercover after outdoor use to protect the timber Ready to Play No assembly required. Unpack the bag, set up the cross and start playing straight away. Frequently Asked Questions Everything you need to know before it arrives. How do you play Quoits? Players take turns tossing the rope quoits onto the numbered pegs on the hardwood cross. Each peg carries a different point value, and scores are added up after every round. The first player to reach 500 points wins the game. Can this be used indoors and outdoors? Yes, the Quoits Game works well in either setting. If used outside, bring it undercover after use so the timber pegs and cross last as long as possible. What is included in the box? You will receive 4 rope quoits, 4 wooden pegs, 1 hardwood wooden cross, a black carry bag and a rules sheet, so you can start playing straight away. What age group is this suited to? It is recommended for ages 3 and up. Younger children enjoy the simple toss and score format, while the scoring system gives older kids and adults a genuine competitive game too. 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 Quoits Sizes & Giant Games Other backyard game options available at All Things For Kids. Our Most Popular Size Giant Quoits Game The middle size in the range, and the most popular pick for backyards and parties. Shop Giant Quoits → Go Bigger Mega Quoits Game The largest size we stock, built for events and larger gatherings. Shop Mega Quoits → 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 { "@context": "https://schema.org", "@type": "Product", "name": "Quoits Game", "brand": {"@type": "Brand", "name": "Jenjo Games"}, "description": "A family favourite rope and peg toss game with a hardwood cross, four rope quoits and a carry bag. Safety tested to Australian and New Zealand standards." }
More you might like
Related
Retro Quoits Set Rope Quoits Set Classic Outdoor Game All Ag
Related
Quoits Game
Related
Wooden Quoits game
Related