Stuck behind a tree? Buried in the rough? Facing a shot you would rather not take? Pull the pin and use your Grenade Ball!
Each golfer may purchase ONE Grenade Ball. A four-person team may purchase up to 4 Grenade Balls total. Grenade Balls belong to individual golfersโnot the team.
1
One Grenade Ball Per Golfer
Each golfer may purchase a maximum of one Grenade Ball. A four-person team may have no more than four Grenade Balls during the round.
2
Throw Instead of Swing
When you choose to use your Grenade Ball, pick up your golf ball from its current position and throw it using one hand instead of hitting your next shot with a golf club.
3
Play It Where It Lands
Wherever the thrown ball comes to rest becomes the new playing position. Continue play from that location.
4
Gift It to a Teammate
You may gift your Grenade Ball to another golfer on your team at any time during play. Give it to your ringer if you think they can make the most of it!
5
Once Gifted, It Belongs to That Golfer
Once you gift your Grenade Ball, only the golfer receiving it may use the throw. The original purchaser may no longer use that Grenade Ball.
IMPORTANT Grenade Balls are not team cheats. Each Grenade Ball belongs to one golfer at a time and may only be used by that golfer unless it is gifted to another teammate.
Example: Brian purchases one Grenade Ball. Later in the round, Brian's teammate is stuck behind a large tree. Brian decides to gift his Grenade Ball to that teammate. The teammate may now throw the golf ball instead of hitting the next shot. Wherever the thrown ball lands becomes the team's new playing position. Brian may no longer use that Grenade Ball. Only the golfer who received it may use the throw.
.grenade-ball-section {
max-width: 850px;
margin: 25px auto;
padding: 30px;
box-sizing: border-box;
overflow: hidden;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
background:
radial-gradient(
circle at top right,
rgba(255, 255, 255, 0.12),
transparent 35%
),
linear-gradient(145deg, #3f4523, #171b0f);
border: 3px solid #b8a65d;
border-radius: 18px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.grenade-ball-header {
display: flex;
align-items: center;
gap: 15px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.grenade-ball-icon {
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 65px;
flex-shrink: 0;
box-sizing: border-box;
background: #ffffff;
border: 3px solid #b8a65d;
border-radius: 50%;
font-size: 32px;
}
.grenade-ball-kicker {
display: block;
margin-bottom: 3px;
color: #dccd7f;
font-size: 13px;
font-weight: 800;
letter-spacing: 2px;
}
.grenade-ball-header h2 {
margin: 0;
color: #ffffff;
font-size: 32px;
line-height: 1.1;
}
.grenade-ball-intro {
margin: 22px 0 16px;
color: #ffffff;
font-size: 18px;
line-height: 1.6;
}
.grenade-ball-highlight {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 22px;
padding: 18px 20px;
box-sizing: border-box;
background: #ffffff;
border-left: 6px solid #b8a65d;
border-radius: 10px;
color: #30351c;
}
.grenade-ball-highlight strong {
color: #30351c;
font-size: 21px;
}
.grenade-ball-highlight span {
color: #4e5534;
font-size: 16px;
line-height: 1.5;
}
.grenade-ball-rules {
display: grid;
gap: 14px;
}
.grenade-ball-rule {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 16px;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 10px;
}
.rule-number {
display: flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
flex-shrink: 0;
background: #b8a65d;
border-radius: 50%;
color: #171b0f;
font-size: 17px;
font-weight: 900;
}
.grenade-ball-rule strong {
display: block;
margin-bottom: 5px;
color: #ffffff;
font-size: 17px;
}
.grenade-ball-rule p {
margin: 0;
color: #f1f2eb;
font-size: 15px;
line-height: 1.55;
}
.grenade-ball-warning {
display: flex;
align-items: center;
gap: 14px;
margin-top: 22px;
padding: 17px;
box-sizing: border-box;
background: #efe1a2;
border-radius: 10px;
color: #222222;
line-height: 1.5;
}
.grenade-ball-warning span {
padding: 7px 10px;
background: #30351c;
border-radius: 5px;
color: #ffffff;
font-size: 12px;
font-weight: 900;
letter-spacing: 1px;
white-space: nowrap;
}
.grenade-ball-warning strong {
color: #222222;
}
.grenade-ball-example {
margin-top: 16px;
padding: 14px 16px;
box-sizing: border-box;
color: #f7f2e7;
font-size: 14px;
line-height: 1.65;
border: 1px dashed #b8a65d;
border-radius: 9px;
}
.grenade-ball-example strong {
color: #dccd7f;
}
.grenade-ball-footer {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
margin-top: 20px;
padding-top: 18px;
color: #ffffff;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.grenade-ball-footer span {
color: #dccd7f;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.grenade-ball-footer strong {
color: #ffffff;
font-size: 17px;
}
@media (max-width: 600px) {
.grenade-ball-section {
padding: 22px 17px;
border-radius: 12px;
}
.grenade-ball-header {
gap: 11px;
}
.grenade-ball-header h2 {
font-size: 25px;
}
.grenade-ball-icon {
width: 54px;
height: 54px;
font-size: 27px;
}
.grenade-ball-kicker {
font-size: 11px;
letter-spacing: 1.3px;
}
.grenade-ball-intro {
font-size: 16px;
}
.grenade-ball-highlight strong {
font-size: 18px;
}
.grenade-ball-rule {
padding: 14px;
}
.grenade-ball-warning {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.grenade-ball-footer strong {
font-size: 15px;
}
}