Elite Pro TeeTurf Hitting Strip 12"x30"
/* ===== BASE ===== */ .esg-proteeturf-pdp { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #0A1A3A; line-height: 1.6; font-size: 16px; } .esg-proteetu rf-pdp * { box-sizing: border-box; } .esg-proteeturf-pdp h2, .esg-proteeturf-pdp h3, .esg-proteeturf-pdp h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: -0.01em; color: #0A1A3A; text-transform: uppercase; margin: 0 0 16px; line-height: 1.05; } .esg-proteeturf-pdp p { margin: 0 0 14px; color: #2a3756; } .esg-proteeturf-pdp strong { font-weight: 700; color: #0A1A3A; } .esg-proteeturf-pdp a { color: #0A1A3A; text-decoration: underline; } .esg-proteeturf-pdp a:hover { text-decoration: none; } .esg-proteeturf-pdp ul { margin: 0 0 14px; padding-left: 20px; color: #2a3756; } .esg-proteeturf-pdp li { margin: 6px 0; } /* ===== EYEBROW ===== */ .esg-proteeturf-pdp .esg-eyebrow { display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: #0A1A3A; margin-bottom: 14px; } .esg-proteeturf-pdp .esg-section--dark .esg-eyebrow { color: #C9D6F2; } /* ===== SECTION ===== */ /* Section backgrounds span full bleed (parent .esg-proteeturf-pdp has no max-width). Inner content is held to a 1200px column, centered horizontally, so text and data keep the same readable width as the prior 1200px layout. */ .esg-proteeturf-pdp .esg-section { padding: 64px 32px; background: #F8F8F8; } .esg-proteeturf-pdp .esg-section__inner { max-width: 1200px; margin: 0 auto; } .esg-proteeturf-pdp .esg-section--white { background: #ffffff; } .esg-proteeturf-pdp .esg-section--dark { background: #0A1A3A; color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark h2, .esg-proteeturf-pdp .esg-section--dark h3, .esg-proteeturf-pdp .esg-section--dark h4 { color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark p { color: #E6ECF7; } .esg-proteeturf-pdp .esg-section--dark strong { color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark a { color: #ffffff; } /* ===== TRUST STRIP ===== */ .esg-proteeturf-pdp .esg-trust { background: #0A1A3A; padding: 24px 32px; color: #ffffff; border-top: 1px solid rgba(255,255,255,0.08); } .esg-proteeturf-pdp .esg-trust__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; } .esg-proteeturf-pdp .esg-trust__item { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: #ffffff; } /* ===== H2/H3 SIZES ===== */ .esg-proteeturf-pdp h2 { font-size: clamp(28px, 3.5vw, 40px); } .esg-proteeturf-pdp h3 { font-size: clamp(22px, 2.4vw, 28px); } .esg-proteeturf-pdp h4 { font-size: 18px; letter-spacing: 0.04em; } /* ===== UPDATE CALLOUT ===== */ .esg-proteeturf-pdp .esg-callout { background: #ffffff; border-left: 4px solid #0A1A3A; padding: 28px 32px; margin: 0 0 24px; } .esg-proteeturf-pdp .esg-callout__head { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px; margin-bottom: 18px; } .esg-proteeturf-pdp .esg-callout__main { flex: 1 1 480px; } .esg-proteeturf-pdp .esg-callout__side { flex: 0 1 280px; background: #F8F8F8; border-left: 3px solid #0A1A3A; padding: 16px 18px; } .esg-proteeturf-pdp .esg-callout__side h4 { color: #0A1A3A; margin-bottom: 6px; } .esg-proteeturf-pdp .esg-callout__side p { font-size: 14px; margin: 0; } /* ===== GRIDS ===== */ .esg-proteeturf-pdp .esg-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .esg-proteeturf-pdp .esg-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .esg-proteeturf-pdp .esg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } /* ===== CARDS ===== */ .esg-proteeturf-pdp .esg-card { background: #ffffff; border: 1px solid #E6E9F0; padding: 22px; } .esg-proteeturf-pdp .esg-card h4 { color: #0A1A3A; font-size: 18px; margin-bottom: 8px; letter-spacing: 0.02em; } .esg-proteeturf-pdp .esg-card p { font-size: 14.5px; margin: 0; color: #2a3756; } .esg-proteeturf-pdp .esg-card--accent { border-top: 3px solid #0A1A3A; } /* ===== NOTICES ===== */ .esg-proteeturf-pdp .esg-notice { padding: 20px 22px; background: #ffffff; border-left: 4px solid #0A1A3A; } .esg-proteeturf-pdp .esg-notice h4 { margin-bottom: 6px; color: #0A1A3A; } .esg-proteeturf-pdp .esg-notice p { margin: 0; font-size: 14.5px; color: #2a3756; } /* ===== VIDEO ===== */ .esg-proteeturf-pdp .esg-video { position: relative; width: 100%; padding-top: 56.25%; background: #000; overflow: hidden; margin: 20px 0 16px; } .esg-proteeturf-pdp .esg-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .esg-proteeturf-pdp .esg-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: #2a3756; } .esg-proteeturf-pdp .esg-check__bullet { width: 22px; height: 22px; min-width: 22px; background: #0A1A3A; color: #ffffff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; font-family: 'Barlow Condensed', sans-serif; } /* ===== BUTTONS ===== */ .esg-proteeturf-pdp .esg-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; background: #0A1A3A; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; border: 2px solid #0A1A3A; text-decoration: none; cursor: pointer; transition: all 0.2s ease; } .esg-proteeturf-pdp .esg-btn:hover { background: transparent; color: #0A1A3A; } .esg-proteeturf-pdp .esg-btn--ghost { background: transparent; color: #0A1A3A; border-color: #0A1A3A; } .esg-proteeturf-pdp .esg-btn--ghost:hover { background: #0A1A3A; color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark .esg-btn { background: #ffffff; color: #0A1A3A; border-color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark .esg-btn:hover { background: transparent; color: #ffffff; } /* ===== SPECS TABLE ===== */ .esg-proteeturf-pdp .esg-specs { background: #ffffff; border: 1px solid #E6E9F0; } .esg-proteeturf-pdp .esg-specs__row { display: flex; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid #E6E9F0; } .esg-proteeturf-pdp .esg-specs__row:last-child { border-bottom: none; } .esg-proteeturf-pdp .esg-specs__label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7390; } .esg-proteeturf-pdp .esg-specs__value { font-weight: 700; color: #0A1A3A; text-align: right; font-size: 15px; } /* ===== DARK CARDS ===== */ .esg-proteeturf-pdp .esg-section--dark .esg-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); } .esg-proteeturf-pdp .esg-section--dark .esg-card h4 { color: #ffffff; } .esg-proteeturf-pdp .esg-section--dark .esg-card p { color: #C9D6F2; } .esg-proteeturf-pdp .esg-section--dark .esg-card strong { color: #ffffff; } /* ===== BUNDLES ===== */ .esg-proteeturf-pdp .esg-bundle { background: #ffffff; border: 1px solid #E6E9F0; border-top: 3px solid #0A1A3A; padding: 24px; } .esg-proteeturf-pdp .esg-bundle h4 { font-size: 20px; margin-bottom: 10px; } .esg-proteeturf-pdp .esg-bundle a { color: #0A1A3A; text-decoration: none; } .esg-proteeturf-pdp .esg-bundle a:hover { text-decoration: underline; } /* ===== WHAT'S IN THE BOX ===== */ .esg-proteeturf-pdp .esg-box-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .esg-proteeturf-pdp .esg-box-list li { background: #ffffff; border: 1px solid #E6E9F0; border-left: 3px solid #0A1A3A; padding: 16px 18px; } .esg-proteeturf-pdp .esg-box-list__item { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.02em; color: #0A1A3A; text-transform: uppercase; } /* ===== PROTECTOR FEATURE BAND ===== */ .esg-proteeturf-pdp .esg-protector { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; background: #ffffff; border: 1px solid #E6E9F0; padding: 36px; margin-top: 24px; } .esg-proteeturf-pdp .esg-protector__tag { display: inline-block; padding: 6px 12px; background: #0A1A3A; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; } .esg-proteeturf-pdp .esg-protector__features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 22px; padding: 0; list-style: none; } .esg-proteeturf-pdp .esg-protector__features li { margin: 0; padding: 14px 16px; background: #F8F8F8; border-left: 3px solid #0A1A3A; font-size: 14.5px; color: #2a3756; } .esg-proteeturf-pdp .esg-protector__features strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: 0.04em; color: #0A1A3A; margin-bottom: 2px; } .esg-proteeturf-pdp .esg-protector__visual { background: #F8F8F8; border: 1px solid #E6E9F0; padding: 20px; text-align: center; } .esg-proteeturf-pdp .esg-protector__visual img { display: block; max-width: 100%; height: auto; margin: 0 auto; } /* ===== LEDE ===== */ .esg-proteeturf-pdp .esg-lede { font-size: 18px; color: #2a3756; max-width: 900px; } /* ===== RESOURCE LINKS BAND ===== */ .esg-proteeturf-pdp .esg-resources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; } .esg-proteeturf-pdp .esg-resource { background: #ffffff; border: 1px solid #E6E9F0; padding: 22px 24px; text-decoration: none; color: #0A1A3A; transition: border-color 0.2s ease, transform 0.2s ease; display: block; } .esg-proteeturf-pdp .esg-resource:hover { border-color: #0A1A3A; transform: translateY(-2px); } .esg-proteeturf-pdp .esg-resource h4 { margin: 0 0 6px; font-size: 20px; } .esg-proteeturf-pdp .esg-resource p { margin: 0; color: #2a3756; font-size: 14.5px; } .esg-proteeturf-pdp .esg-resource__cta { display: inline-block; margin-top: 12px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #0A1A3A; } /* ===== METRIC PILLS ===== */ .esg-proteeturf-pdp .esg-metrics { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; } .esg-proteeturf-pdp .esg-metrics li { margin: 0; padding: 7px 12px; background: #F8F8F8; border: 1px solid #E6E9F0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #0A1A3A; } .esg-proteeturf-pdp .esg-metrics--calc li { background: #ffffff; border-style: dashed; color: #2a3756; } .esg-proteeturf-pdp .esg-metric-card { background: #ffffff; border: 1px solid #E6E9F0; border-top: 3px solid #0A1A3A; padding: 24px; } .esg-proteeturf-pdp .esg-metric-card h4 { display: flex; align-items: baseline; gap: 10px; margin: 0 0 4px; } .esg-proteeturf-pdp .esg-metric-card__count { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #0A1A3A; letter-spacing: -0.02em; } .esg-proteeturf-pdp .esg-metric-card__note { font-size: 13px; color: #6B7390; margin: 6px 0 0; font-style: italic; } /* ===== SWINGEZ FEATURE BAND ===== */ .esg-proteeturf-pdp .esg-swingez { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: center; background: #ffffff; border: 1px solid #E6E9F0; padding: 36px; margin-top: 24px; } .esg-proteeturf-pdp .esg-swingez__tag { display: inline-block; padding: 6px 12px; background: #0A1A3A; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; } .esg-proteeturf-pdp .esg-swingez__features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 22px; padding: 0; list-style: none; } .esg-proteeturf-pdp .esg-swingez__features li { margin: 0; padding: 14px 16px; background: #F8F8F8; border-left: 3px solid #0A1A3A; font-size: 14.5px; color: #2a3756; } .esg-proteeturf-pdp .esg-swingez__features strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: 0.04em; color: #0A1A3A; margin-bottom: 2px; } .esg-proteeturf-pdp .esg-swingez__visual { background: #0A1A3A; color: #ffffff; padding: 28px; text-align: center; } .esg-proteeturf-pdp .esg-swingez__visual h4 { color: #ffffff; font-size: 28px; margin: 0 0 8px; line-height: 1.1; } .esg-proteeturf-pdp .esg-swingez__visual p { color: #C9D6F2; margin: 0 0 18px; font-size: 14.5px; } .esg-proteeturf-pdp .esg-swingez__image { display: block; width: 100%; height: auto; background: #ffffff; padding: 14px; margin: 0 0 18px; border: 1px solid rgba(255,255,255,0.12); } .esg-proteeturf-pdp .esg-swingez__caption { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #C9D6F2; margin: -8px 0 16px; } .esg-proteeturf-pdp .esg-swingez__stat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0 0; } .esg-proteeturf-pdp .esg-swingez__stat-item { padding: 14px 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); } .esg-proteeturf-pdp .esg-swingez__stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; color: #ffffff; line-height: 1; } .esg-proteeturf-pdp .esg-swingez__stat-lbl { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: #C9D6F2; margin-top: 4px; } /* ===== FAQ ===== */ .esg-proteeturf-pdp .esg-faq { background: #ffffff; border: 1px solid #E6E9F0; margin-top: 10px; } .esg-proteeturf-pdp .esg-faq__item { border-bottom: 1px solid #E6E9F0; padding: 20px 24px; } .esg-proteeturf-pdp .esg-faq__item:last-child { border-bottom: none; } .esg-proteeturf-pdp .esg-faq__q { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 19px; color: #0A1A3A; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.02em; } .esg-proteeturf-pdp .esg-faq__a { margin: 0; color: #2a3756; font-size: 15px; } /* ===== RESPONSIVE ===== */ @media (max-width: 900px) { .esg-proteeturf-pdp .esg-grid-4 { grid-template-columns: repeat(2, 1fr); } .esg-proteeturf-pdp .esg-grid-3 { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-grid-2 { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-box-list { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-resources { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-swingez { grid-template-columns: 1fr; gap: 24px; padding: 28px; } .esg-proteeturf-pdp .esg-swingez__features { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-protector { grid-template-columns: 1fr; gap: 24px; padding: 28px; } .esg-proteeturf-pdp .esg-protector__features { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } .esg-proteeturf-pdp .esg-section { padding: 56px 24px; } .esg-proteeturf-pdp .esg-callout__head { flex-direction: column; } } @media (max-width: 560px) { .esg-proteeturf-pdp .esg-grid-4 { grid-template-columns: 1fr; } .esg-proteeturf-pdp .esg-trust__grid { grid-template-columns: 1fr; } } /* ===== SIZE COMPARISON TABLE ===== */ .esg-proteeturf-pdp .esg-compare { width: 100%; border-collapse: collapse; margin-top: 24px; background: #ffffff; border: 1px solid #E6E9F0; } .esg-proteeturf-pdp .esg-compare th, .esg-proteeturf-pdp .esg-compare td { padding: 13px 14px; text-align: left; font-size: 15px; border-bottom: 1px solid #E6E9F0; color: #2a3756; } .esg-proteeturf-pdp .esg-compare thead th { background: #0A1A3A; color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; } .esg-proteeturf-pdp .esg-compare tbody tr:last-child td { border-bottom: none; } .esg-proteeturf-pdp .esg-compare td a { color: #0A1A3A; font-weight: 600; text-decoration: underline; } .esg-proteeturf-pdp .esg-compare tr.esg-compare--this { background: #F8F8F8; } .esg-proteeturf-pdp .esg-compare tr.esg-compare--this td { font-weight: 700; color: #0A1A3A; border-left: 3px solid #0A1A3A; } .esg-proteeturf-pdp .esg-compare tr.esg-compare--this td:first-child::after { content: ' — this mat'; font-weight: 600; color: #6B7390; font-size: 13px; } .esg-proteeturf-pdp .esg-compare__wrap { overflow-x: auto; } /* Grid tracks default to min-width:auto, which lets a wide scrollable table blow out the track on mobile. Force tracks to shrink instead. */ .esg-proteeturf-pdp .esg-grid-2 > *, .esg-proteeturf-pdp .esg-grid-3 > *, .esg-proteeturf-pdp .esg-grid-4 > * { min-width: 0; } @media (max-width: 900px) { .esg-proteeturf-pdp .esg-compare th, .esg-proteeturf-pdp .esg-compare td { padding: 11px 10px; font-size: 14px; white-space: nowrap; } } Why Golfers Choose Elite Pro TeeTurf Replace The Strike Zone, Not The Whole Mat. Every hitting mat dies in the same six inches. The Elite Pro TeeTurf Hitting Strip is the drop-in replacement for that spot — 12" × 30" of 1-1/8" nylon turf over a 5/8" high-grip foam base, cut to sit flush in any mat with a matching cutout. It uses the same construction as the full Elite Pro TeeTurf mats, so the feel does not change after a swap. Deeper cushioning still absorbs the shock of a fat shot while letting the club dig enough to give honest feedback, and the flexible tee zone still takes real wooden tees. Drop-In · No Adhesive Supports Real Wooden Tees Fits 12" × 30" Cutouts ESG-Backed Support Key Features At A Glance Realistic Feel. Honest Feedback. Drop-In Install Lift the worn strip out, drop the new one in. No adhesive, no fasteners, no tools. Real Wooden Tees The flexible tee zone takes real wooden tees and rubber tees at your own height. Joint-Friendly Punishes fat shots with honest feedback without the wrist shock of thin, firm turf. 1-3/4" Total Build 1-1/8" nylon hitting turf over a 5/8" high-grip foam base, matched to the mat body. Universal 12" × 30" Fit Works in any hitting mat cut for a 12 inch by 30 inch strip, not just Elite Pro TeeTurf mats. Cheaper Than A New Mat Refresh the only part that wears out for a fraction of the cost of replacing the full surface. Indoor Or Outdoor Use it in a sim bay, garage, or basement, or outdoors on a patio, deck, or backyard practice area. Full Shot Range Driving, iron work, and chipping practice off a strike zone that behaves like real turf. Specs & Dimensions By The Numbers. Strip Size 12" W x 30" L Overall Thickness 1-3/4" Turf 1-1/8" nylon hitting turf Backing 5/8" high-grip foam Fits Any mat with a 12" x 30" cutout Tee Support Real wooden tees + rubber tees Use Indoor + outdoor SKU PTHM1230 Placement Note Measurements are approximate. Make sure the surface under the cutout is flat so the new strip sits level with the surrounding mat. Which Mats It Fits Cutout Compatibility. Mat Coverage Takes This Strip Elite Pro TeeTurf 3ft x 5ft 15 sq ft No cutout Elite Pro TeeTurf 4ft x 5ft 20 sq ft Yes — 12" x 30" Elite Pro TeeTurf 5ft x 5ft 25 sq ft Yes — 12" x 30" Elite Pro TeeTurf 5ft x 10ft 50 sq ft Yes — 12" x 30" or 12" x 36" Not Sure About Your Cutout? Measure the opening in your existing mat. Any mat cut for a 12" × 30" strip will take this one, regardless of brand. Who This Strip Is For If This Sounds Like Your Setup, You Are In The Right Place. Worn Strike Zones Owners whose mat is fine everywhere except the six inches where the club lands. High-Volume Practice Golfers putting hundreds of balls a week through one spot who plan on replacing it periodically. Spare On The Shelf Anyone who wants a backup strip ready so a worn zone never costs a practice session. Other Brands Of Mat Any mat cut for a 12" × 30" strip can take this one as an upgrade or replacement. Mat & Bay Resources Build The Rest Of The Bay. Need more than a strip? Here is where to size the surface and the room around it. All Hitting Mats & Strips Compare every Elite Pro TeeTurf mat size plus complete hitting systems and landing turf. Browse Hitting Mats → SimKit Bundle Builder Configure a complete simulator — enclosure, launch monitor, projector, and mat — around your room. Start A Custom Build → Install & Setup Hub Written directions and video walkthroughs for bay layout, including mat and strip placement. Open Install Hub → Frequently Asked Questions Elite Pro TeeTurf Strip FAQ. Which mats does the Elite Pro TeeTurf Hitting Strip fit? It fits any hitting mat with a 12 inch by 30 inch cutout, including the Elite Pro TeeTurf 4ft x 5ft, 5ft x 5ft, and 5ft x 10ft mats. How do I install the strip? Lift the worn strip out of the mat cutout and drop the new one in. There is no adhesive, no fasteners, and no tools required — the strip is cut to sit flush in the opening. What are the strip dimensions? The strip measures 12 inches wide by 30 inches long by 1-3/4 inches high, built from 1-1/8 inch nylon turf over a 5/8 inch high-grip foam backing. Can I use real wooden tees in the strip? Yes. The flexible tee zone accepts real wooden tees as well as rubber tees, so you can set driver tee height the way you would on a real tee box. Does the strip punish fat shots? Yes. The turf and foam combination lets the club dig slightly on a heavy strike so the mistake shows up in your feedback, without the wrist shock of thin, firm turf. Can I use the strip on its own without a mat? It can be used as a standalone hitting surface on a flat floor for practice, but it is designed as a drop-in strike zone for a full mat. On its own it gives you no surrounding stance platform. How often should the strip be replaced? It depends entirely on volume. The strip is the wear item by design, so replace it when the turf in the strike zone flattens, thins, or starts letting the club skid rather than dig. Is the strip suitable for outdoor use? Yes. It works indoors in a mat cutout and outdoors on patios, decks, and backyard practice areas. Place it on a clean, level surface. Where can I see the full mat lineup? All four Elite Pro TeeTurf mat sizes and every other hitting surface are compared in the Elite Sim Golf hitting mats collection at https://elitesimgolf.com/collections/hitting-mats-strips. The Elite Sim Golf Advantage Bought From People Who Build Bays. Elite Sim Golf stocks the wear items, not just the big-ticket hardware — because a simulator that sits unused over a flattened strike zone is a simulator you stop enjoying. Replacement Parts Stocked The strip is carried as its own product so a worn strike zone never means buying a new mat. Matched Construction Same turf and foam spec as the full Elite Pro TeeTurf mats, so the feel does not change after a swap. Complete Bay Sourcing Enclosures, launch monitors, projectors, and mats from one place, sized to fit together. Real Post-Purchase Support Questions about fit, cutouts, or bay layout get answered by people who have built them. Bottom Line: One wear point, one cheap fix — keep the mat you already own hitting like new with Elite Sim Golf.
More you might like
Related
Elite Pro Tee 5'x10' Hitting Mat w/ Removeable Hitting Strip
Related
Elite Pro Tee 5'x5' Hitting Mat w/ Removeable Hitting Strip
Related
Elite Pro Tee Hitting Strip 12"x30"
Related