Everyone deserves a second chance—even on the golf course!
Each golfer may purchase up to 2 Mulligans. A foursome may purchase up to 8 Mulligans total.
1
Mulligans are for individual golfers.
A Mulligan provides one extra shot for one specific golfer. These are not team Mulligans and cannot be used as an extra shot for the entire team.
2
Each Mulligan provides one extra shot.
When a golfer uses a Mulligan, that golfer may replay one of their own shots. One Mulligan equals one additional shot.
3
Mulligans may be gifted during play.
A golfer may give one of their Mulligans to another golfer on their team. Once gifted, only the golfer receiving the Mulligan may use that extra shot.
IMPORTANT A Mulligan may only be used by one golfer. It cannot be used as a team-wide extra shot.
Example: Brian purchases two Mulligans. During play, Brian may use the Mulligans for his own shots, or he may gift one to another golfer on his team. If Brian gives a Mulligan to his team’s ringer, Brian may no longer use that Mulligan. Only the golfer who received it may use the extra shot.
.mulligan-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, #123f2b, #08291c);
border: 3px solid #d4b15f;
border-radius: 18px;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.mulligan-header {
display: flex;
align-items: center;
gap: 15px;
padding-bottom: 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mulligan-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 #d4b15f;
border-radius: 50%;
font-size: 34px;
}
.mulligan-kicker {
display: block;
margin-bottom: 3px;
color: #e4c776;
font-size: 13px;
font-weight: 800;
letter-spacing: 2px;
}
.mulligan-header h2 {
margin: 0;
color: #ffffff;
font-size: 32px;
line-height: 1.1;
}
.mulligan-intro {
margin: 22px 0 16px;
color: #ffffff;
font-size: 18px;
line-height: 1.6;
}
.mulligan-highlight {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 22px;
padding: 18px 20px;
box-sizing: border-box;
background: #ffffff;
border-left: 6px solid #d4b15f;
border-radius: 10px;
color: #123f2b;
}
.mulligan-highlight strong {
color: #123f2b;
font-size: 21px;
}
.mulligan-highlight span {
color: #274f3d;
font-size: 16px;
}
.mulligan-rules {
display: grid;
gap: 14px;
}
.mulligan-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: #d4b15f;
border-radius: 50%;
color: #08291c;
font-size: 17px;
font-weight: 900;
}
.mulligan-rule strong {
display: block;
margin-bottom: 5px;
color: #ffffff;
font-size: 17px;
}
.mulligan-rule p {
margin: 0;
color: #eef5f1;
font-size: 15px;
line-height: 1.55;
}
.mulligan-warning {
display: flex;
align-items: center;
gap: 14px;
margin-top: 22px;
padding: 17px;
box-sizing: border-box;
background: #f5df9e;
border-radius: 10px;
color: #222222;
line-height: 1.5;
}
.mulligan-warning span {
padding: 7px 10px;
background: #123f2b;
border-radius: 5px;
color: #ffffff;
font-size: 12px;
font-weight: 900;
letter-spacing: 1px;
white-space: nowrap;
}
.mulligan-warning strong {
color: #222222;
}
.mulligan-example {
margin-top: 16px;
padding: 14px 16px;
box-sizing: border-box;
color: #f7f2e7;
font-size: 14px;
line-height: 1.65;
border: 1px dashed #d4b15f;
border-radius: 9px;
}
.mulligan-example strong {
color: #e4c776;
}
.mulligan-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);
}
.mulligan-footer span {
color: #e4c776;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.mulligan-footer strong {
color: #ffffff;
font-size: 17px;
}
@media (max-width: 600px) {
.mulligan-section {
padding: 22px 17px;
border-radius: 12px;
}
.mulligan-header {
gap: 11px;
}
.mulligan-header h2 {
font-size: 25px;
}
.mulligan-icon {
width: 54px;
height: 54px;
font-size: 28px;
}
.mulligan-kicker {
font-size: 11px;
letter-spacing: 1.4px;
}
.mulligan-intro {
font-size: 16px;
}
.mulligan-highlight strong {
font-size: 18px;
}
.mulligan-rule {
padding: 14px;
}
.mulligan-warning {
align-items: flex-start;
flex-direction: column;
gap: 8px;
}
.mulligan-footer strong {
font-size: 15px;
}
}