Save More with a Golf Center Membership
Start saving every time you practice! A Golf Center membership gives you member pricing on every bucket, plus rewards on every visit.
Choose the membership that works best for you: $129/year or $18/month.
Whether you practice once a week or every day, membership makes it easier to play more, practice more, and save more.
Join today and start saving on your next bucket.
.gca-member-card {
position: relative;
width: 100%;
padding: 38px 42px 34px;
border-radius: 22px;
overflow: hidden;
background:
radial-gradient(circle at 45% 25%, rgba(0, 145, 220, 0.22), transparent 55%),
linear-gradient(145deg, #07558e 0%, #064777 50%, #073d68 100%);
box-shadow:
0 12px 30px rgba(0,0,0,0.20),
inset 0 1px 0 rgba(255,255,255,0.15);
color: #fff;
font-family: inherit;
}
/* subtle glow */
.gca-member-card:before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(
120deg,
rgba(255,255,255,0.08),
transparent 35%
);
}
.gca-member-card-inner {
position: relative;
z-index: 2;
}
.gca-member-title {
margin: 0 0 34px;
text-align: center;
color: #fff;
font-size: 35px;
line-height: 1.1;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
text-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
.gca-member-prices {
display: flex;
flex-direction: column;
gap: 26px;
}
.gca-price-row {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 25px;
}
.gca-size {
font-size: 25px;
line-height: 1.3;
font-weight: 400;
color: #fff;
}
.gca-price-info {
display: flex;
align-items: baseline;
justify-content: flex-end;
white-space: nowrap;
}
.gca-price {
font-size: 31px;
line-height: 1;
font-weight: 800;
color: #fff;
text-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
.gca-balls {
margin-left: 8px;
font-size: 21px;
font-weight: 400;
color: #fff;
}
.gca-reward {
margin: 46px 0 38px;
text-align: center;
font-size: 24px;
line-height: 1.4;
font-weight: 400;
color: #fff;
}
.gca-member-btn {
display: flex;
width: 100%;
min-height: 67px;
align-items: center;
justify-content: center;
padding: 14px 25px;
border: 1px solid rgba(180,225,255,0.75);
border-radius: 999px;
background: linear-gradient(
180deg,
#1886ce 0%,
#0871b8 100%
);
box-shadow:
0 5px 8px rgba(0,0,0,0.30),
inset 0 1px 1px rgba(255,255,255,0.28);
color: #fff !important;
font-size: 27px;
line-height: 1.1;
font-weight: 800;
letter-spacing: 1px;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
transition: all .25s ease;
}
.gca-member-btn:hover {
transform: translateY(-2px);
background: linear-gradient(
180deg,
#2398e5 0%,
#0879c6 100%
);
box-shadow:
0 8px 14px rgba(0,0,0,0.28),
inset 0 1px 1px rgba(255,255,255,0.30);
color: #fff !important;
}
/* Tablet */
@media (max-width: 1024px) {
.gca-member-card {
padding: 34px 32px 30px;
}
.gca-member-title {
font-size: 31px;
}
.gca-size {
font-size: 23px;
}
.gca-price {
font-size: 29px;
}
.gca-balls {
font-size: 19px;
}
.gca-reward {
font-size: 22px;
}
.gca-member-btn {
font-size: 24px;
}
}
/* Mobile */
@media (max-width: 600px) {
.gca-member-card {
padding: 28px 22px 24px;
border-radius: 18px;
}
.gca-member-title {
margin-bottom: 28px;
font-size: 27px;
letter-spacing: 1px;
}
.gca-member-prices {
gap: 22px;
}
.gca-price-row {
gap: 12px;
}
.gca-size {
font-size: 20px;
}
.gca-price {
font-size: 26px;
}
.gca-balls {
margin-left: 5px;
font-size: 17px;
}
.gca-reward {
margin: 35px 0 30px;
font-size: 20px;
}
.gca-member-btn {
min-height: 58px;
padding: 13px 18px;
font-size: 21px;
letter-spacing: .5px;
}
}
Members Price
Medium
$15
(60 balls)
Large
$20
(90 balls)
Xlarge
$25
(120 balls)
Members earn double rewards
Become A Member
.gca-regular-card {
position: relative;
width: 100%;
padding: 38px 42px 34px;
border-radius: 22px;
overflow: hidden;
background:
radial-gradient(circle at 45% 25%, rgba(0, 145, 220, 0.22), transparent 55%),
linear-gradient(145deg, #07558e 0%, #064777 50%, #073d68 100%);
box-shadow:
0 12px 30px rgba(0,0,0,0.20),
inset 0 1px 0 rgba(255,255,255,0.15);
color: #fff;
font-family: inherit;
}
/* subtle glow */
.gca-regular-card:before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(
120deg,
rgba(255,255,255,0.08),
transparent 35%
);
}
.gca-regular-card-inner {
position: relative;
z-index: 2;
}
/* Heading */
.gca-regular-title {
margin: 0 0 34px;
text-align: center;
color: #fff;
font-size: 35px;
line-height: 1.1;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
text-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
/* Prices */
.gca-regular-prices {
display: flex;
flex-direction: column;
gap: 26px;
}
.gca-regular-row {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 25px;
}
.gca-regular-size {
font-size: 25px;
line-height: 1.3;
font-weight: 400;
color: #fff;
}
.gca-regular-price {
font-size: 31px;
line-height: 1;
font-weight: 800;
color: #fff;
text-shadow: 0 2px 2px rgba(0,0,0,0.25);
}
/* Bottom text */
.gca-regular-info {
margin-top: 46px;
text-align: center;
}
.gca-regular-info-text {
margin: 0 0 12px;
color: #fff;
font-size: 24px;
line-height: 1.4;
font-weight: 400;
}
.gca-regular-info-text:last-child {
margin-bottom: 0;
}
/* Tablet */
@media (max-width: 1024px) {
.gca-regular-card {
padding: 34px 32px 30px;
}
.gca-regular-title {
font-size: 31px;
}
.gca-regular-size {
font-size: 23px;
}
.gca-regular-price {
font-size: 29px;
}
.gca-regular-info-text {
font-size: 22px;
}
}
/* Mobile */
@media (max-width: 600px) {
.gca-regular-card {
padding: 28px 22px 26px;
border-radius: 18px;
}
.gca-regular-title {
margin-bottom: 28px;
font-size: 27px;
letter-spacing: 1px;
}
.gca-regular-prices {
gap: 22px;
}
.gca-regular-row {
gap: 12px;
}
.gca-regular-size {
font-size: 20px;
}
.gca-regular-price {
font-size: 26px;
}
.gca-regular-info {
margin-top: 35px;
}
.gca-regular-info-text {
font-size: 20px;
}
}
Regular Price
Medium
$21
Large
$28
Xlarge
$35
Not a member
Earn rewards
