Kubb Game
.kub{ --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); } .kub *{box-sizing:border-box;} .kub{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .kub h2, .kub h3, .kub h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .kub .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .kub a{color:inherit;} .kub .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .kub img, .kub svg{display:block; max-width:100%;} .kub a:focus-visible, .kub button:focus-visible, .kub summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .kub .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .kub .photo-card img{width:100%; display:block; object-fit:contain;} .kub .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;} .kub .intro{padding:56px 0 20px;} .kub .intro h2{font-size:2rem; max-width:32ch;} .kub .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .kub .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .kub .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .kub .glance{padding:0 0 40px;} .kub .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .kub .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .kub .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .kub .included{padding:48px 0 68px; background:var(--white);} .kub .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .kub .included h3{font-size:1.6rem;} .kub .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .kub .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .kub .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .kub .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;} .kub .included-list strong{display:block;} .kub .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .kub .story-block{padding:64px 0;} .kub .story-block.bg-blue{background:var(--blue-soft);} .kub .story-block.bg-yellow{background:var(--yellow-soft);} .kub .story-block.bg-green{background:var(--green-soft);} .kub .story-block.bg-white{background:var(--white);} .kub .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .kub .story-block.reverse .story-grid{direction:rtl;} .kub .story-block.reverse .story-grid > *{direction:ltr;} .kub .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .kub .story-photo img{width:100%; display:block; object-fit:contain;} .kub .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .kub .story-block h3{font-size:1.5rem;} .kub .story-block p{color:var(--ink-soft); font-size:1.02rem;} .kub .dims{padding:64px 0; background:var(--blue-soft);} .kub .dims h3{font-size:1.7rem;} .kub .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .kub .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .kub .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;} .kub .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .kub .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .kub .specs h3{font-size:1.8rem; margin-bottom:8px;} .kub .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .kub .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .kub .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .kub .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .kub .spec-group ul li{margin-bottom:6px;} .kub .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .kub .faq{padding:64px 0; background:var(--yellow-soft);} .kub .faq h3{font-size:1.8rem; margin-bottom:8px;} .kub .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .kub details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .kub details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .kub summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .kub summary::-webkit-details-marker{display:none;} .kub summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .kub details[open] summary::after{transform:rotate(45deg);} .kub details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .kub .related{background:var(--ink); padding:64px 0;} .kub .related h3{font-size:1.6rem; color:var(--white);} .kub .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .kub .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .kub .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .kub .rel-card .mono{color:var(--yellow);} .kub .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .kub .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .kub .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .kub footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .kub .included-grid{grid-template-columns:1fr;} .kub .story-grid, .kub .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .kub .specs-grid{grid-template-columns:1fr;} .kub .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Giant Outdoor Games Kubb Game, the exuberant King's game for the backyard Also known as the King's Game, Kubb blends throwing skill with team strategy. Knock down your opponent's wooden Kubbs before taking aim at the King, and be first to topple it to win. This set packs neatly into a wooden storage crate for easy setup anywhere. ✓ 10 Kubbs included ✓ 1 King, 30cm tall ✓ 6 throwing batons ✓ Ages 3+ Kubb Height 15cm King Height 30cm Weight 7 kg Recommended Ages 3+ Years What's Included Everything you need to set the Kubb pitch up and start playing. ✓10 Small Kubbs15cm wooden blocks placed on each team's baseline as targets. ✓1 King PinA 30cm centre piece that decides the game the moment it falls. ✓6 Batons And 4 Corner Stakes30cm throwing batons plus corner stakes to mark out the playing field. ✓Wooden Storage CrateA sturdy crate that keeps every piece together, plus printed rules. The King's GameKnock down the Kubbs, then take the King Each side takes turns tossing batons to knock down the opponent's Kubbs lined up along their baseline. Only once every Kubb is down can a team aim for the King in the centre, and toppling the King at any point in the game ends it immediately in the other team's favour. A Nordic ClassicStrategy meets throwing skill Sometimes called the Viking game, Kubb rewards accuracy and tactics in equal measure. It plays well with teams of two or more, making it a great pick for family days, school fetes and backyard tournaments. Packed In Its Own CrateSet up and pack away in minutes Every Kubb, baton, corner stake and the King fit into the included wooden storage crate, so setup and pack down are quick between rounds. Suitable indoors and outdoors, just bring it undercover after outdoor sessions. Dimensions A quick reference before you order. Kubb Height 15cm King Height 30cm Packed Dimensions 36cm x 25cm x 23cm Weight 7 kg Technical Specifications Everything you need to know before it arrives. What's In the Box 10x small Kubbs, 15cm high 1x King pin, 30cm high 6x batons, 30cm long 4x small corner stakes, 30cm high Wooden storage crate and printed rules Materials Solid wood Kubbs, King, batons and stakes designed for regular indoor and outdoor lawn game play. Safety Precautions Adult supervision recommended for young children Keep clear of the throwing lane during play Set the pitch up on flat, open ground Setup Mark the pitch with the corner stakes, line up 5 Kubbs on each baseline and place the King in the centre. No tools or assembly required. Frequently Asked Questions Everything you need to know before it arrives. How do you win a game of Kubb? Teams take turns knocking down the opponent's Kubbs before taking aim at the central King. The first team to topple the King, after clearing all the opposing Kubbs, wins the game. Knocking down the King at any other time hands the win to the other team. How many people can play Kubb? Kubb works well with two players or larger teams, making it flexible for casual backyard games or bigger group events. Has this set been safety tested? Yes, this Kubb Game has been successfully tested against Australian and New Zealand safety standards AS/NZS ISO 8124.1, 8124.2 and 8124.3. Can I order this on invoice for a school or centre? Yes, as an authorised Jenjo Games dealer we regularly supply schools, early learning centres and community groups on invoice or purchase order, including bulk orders. 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 Lawn Games From All Things For Kids Other options available at All Things For Kids. Lawn Bowling • $124.95Skittles Game A hardwood skittles set with 9 pins and 3 balls, great for parties and backyard get togethers. Shop Skittles 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 → Scoring Toss • $84.95Outdoor Scatter Game A numbered pin toss game where players aim for exactly 50 points. Shop Outdoor Scatter Game → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012 { "@context": "https://schema.org", "@type": "Product", "name": "Kubb Game", "brand": {"@type": "Brand", "name": "Jenjo Games"}, "description": "A wooden Kubb Game set with 10 Kubbs, a King, 6 batons and 4 corner stakes, packed in a wooden storage crate for the classic Nordic lawn game." }
More you might like
Related
Kubb Game Set - Hardwood Viking Games with Rubber Wood Crate
Related
Retro Kubb Yard Game T Shirt Unisex Heavy Cotton Kubb Yard G
Related
KUBB GAME
Related