Description
:root { –clr-bg: #eef6ff; –clr-bg-mid: #ddeeff; –clr-accent: #0057b8; –clr-accent-dark: #003d85; –clr-accent-light: #41aaff; –clr-body: #1a2d42; –clr-heading: #050f1c; –clr-border: #c2dcf5; –clr-badge-bg: #ddeeff; –clr-badge-text: #003d85; –clr-dark-bg: #050f1c; –clr-dark-mid: #091728; –clr-glow: #7ec8ff; –font: Arial, Helvetica, sans-serif; –radius: 18px; –shadow: 0 18px 40px rgba(5,15,28,0.13); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(–font); color: var(–clr-heading); background: #fff; line-height: 1.55; } img { display: block; max-width: 100%; height: auto; } .inner { max-width: 1320px; margin: 0 auto; padding: 0 16px; } .inner–narrow{ max-width: 980px; margin: 0 auto; padding: 0 16px; } .flex-pair { display: flex; align-items: center; justify-content: space-between; gap: 44px; flex-wrap: wrap; } .col-text { flex: 1 1 520px; min-width: 280px; } .col-img { flex: 1 1 580px; min-width: 280px; display: flex; justify-content: center; } .card-img { width: 100%; max-width: 700px; border-radius: var(–radius); border: 1px solid var(–clr-border); box-shadow: var(–shadow); } .badge { display: inline-block; padding: 8px 14px; border-radius: 999px; background: var(–clr-badge-bg); border: 1px solid var(–clr-border); color: var(–clr-badge-text); font-size: 12px; font-weight: 700; letter-spacing: 0.3px; } .chip-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; } .chip { padding: 10px 12px; border-radius: 14px; background: #fff; border: 1px solid var(–clr-border); box-shadow: 0 8px 18px rgba(5,15,28,0.07); } .chip__label { font-size: 12px; font-weight: 800; color: var(–clr-accent-dark); } .chip__sub { font-size: 14px; color: var(–clr-body); margin-top: 4px; } .stat-banner { border-radius: 22px; background: linear-gradient(90deg, var(–clr-accent) 0%, #0081d4 55%, var(–clr-accent-light) 100%); padding: 34px 18px; box-shadow: 0 18px 40px rgba(0,87,184,0.22); text-align: center; color: #fff; } .stat-banner__number { font-size: 56px; font-weight: 900; letter-spacing: -1px; line-height: 1; } .stat-banner__label { font-size: 20px; font-weight: 700; opacity: 0.95; margin-top: 10px; } .stat-banner__note { font-size: 14px; opacity: 0.88; margin-top: 12px; } .info-pair { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; } .info-card { flex: 1 1 220px; min-width: 200px; background: #fff; border: 1px solid var(–clr-border); border-radius: var(–radius); padding: 16px 14px; } .info-card__lbl { font-size: 12px; font-weight: 900; color: var(–clr-accent-dark); letter-spacing: 0.4px; text-transform: uppercase; } .info-card__title { font-size: 16px; font-weight: 800; margin-top: 6px; } .info-card__body { font-size: 14px; color: var(–clr-body); margin-top: 6px; } .boost-box { background: linear-gradient(90deg, var(–clr-bg-mid) 0%, #fff 100%); border: 1px solid var(–clr-border); border-radius: 20px; padding: 18px 16px; margin-top: 18px; max-width: 560px; } .boost-box__lbl { font-size: 12px; font-weight: 900; color: var(–clr-accent-dark); letter-spacing: 0.3px; text-transform: uppercase; } .boost-box__title { font-size: 16px; font-weight: 800; margin-top: 8px; } .boost-box__body { font-size: 14px; color: var(–clr-body); margin-top: 6px; } .dark-col { flex: 1 1 320px; min-width: 260px; display: flex; flex-direction: column; gap: 12px; } .dark-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: var(–radius); padding: 18px 16px; } .dark-card__lbl { font-size: 12px; font-weight: 900; color: var(–clr-glow); letter-spacing: 0.4px; text-transform: uppercase; } .dark-card__title { font-size: 18px; font-weight: 800; margin-top: 6px; } .dark-card__body { font-size: 14px; opacity: 0.88; margin-top: 6px; } .feat-stack { display: flex; flex-direction: column; gap: 12px; } .feat-card { background: #fff; border: 1px solid var(–clr-border); border-radius: var(–radius); padding: 16px 14px; } .feat-card__name { font-size: 12px; font-weight: 900; color: var(–clr-accent-dark); letter-spacing: 0.4px; text-transform: uppercase; } .feat-card__desc { font-size: 15px; color: var(–clr-body); margin-top: 6px; } /* Compatibility cards */ .compat-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; justify-content: center; } .compat-card { flex: 1 1 260px; min-width: 240px; max-width: 360px; background: #fff; border: 1px solid var(–clr-border); border-radius: var(–radius); padding: 20px 18px; text-align: center; box-shadow: var(–shadow); } .compat-card__label { font-size: 11px; font-weight: 900; color: var(–clr-accent-dark); letter-spacing: 0.5px; text-transform: uppercase; } .compat-card__title { font-size: 18px; font-weight: 800; margin-top: 8px; color: var(–clr-heading); } .compat-card__body { font-size: 14px; color: var(–clr-body); margin-top: 6px; } .step-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; } .step-card { flex: 1 1 200px; min-width: 180px; background: linear-gradient(180deg, var(–clr-bg-mid) 0%, #fff 85%); border: 1px solid var(–clr-border); border-radius: var(–radius); padding: 16px 14px; } .step-card__num { font-size: 12px; font-weight: 900; color: var(–clr-accent-dark); letter-spacing: 0.4px; text-transform: uppercase; } .step-card__title { font-size: 18px; font-weight: 800; margin-top: 6px; } .step-card__desc { font-size: 14px; color: var(–clr-body); margin-top: 6px; } .sec { padding: 74px 16px; } .sec–hero { padding: 70px 16px 34px; background: linear-gradient(180deg, var(–clr-bg) 0%, #fff 70%); } .sec–stat { padding: 34px 16px 70px; background: #fff; } .sec–alt { background: linear-gradient(180deg, var(–clr-bg) 0%, #fff 85%); } .sec–white { background: #fff; } .sec–dark { background: linear-gradient(180deg, var(–clr-dark-bg) 0%, var(–clr-dark-mid) 60%, var(–clr-dark-bg) 100%); color: #fff; padding: 82px 16px; } .sec–grad { background: linear-gradient(180deg, #fff 0%, var(–clr-bg) 100%); } .sec–compat{ background: linear-gradient(180deg, var(–clr-bg) 0%, #fff 100%); padding: 74px 16px; } .sec–how { padding: 82px 16px 92px; background: #fff; } .sec-title { font-size: 44px; font-weight: 900; letter-spacing: -0.8px; line-height: 1.06; } .sec-body { font-size: 18px; color: var(–clr-body); max-width: 540px; margin-top: 12px; } .details-block { border-top: 1px solid var(–clr-border); padding-top: 28px; padding-bottom: 10px; } .details-block h2 { font-size: 26px; letter-spacing: -0.4px; color: var(–clr-heading); } .details-block h3 { font-size: 18px; color: var(–clr-accent-dark); margin-top: 12px; } .details-block p { font-size: 15px; color: var(–clr-body); margin-top: 8px; } .disclaimer { text-align: center; color: #607d96; font-size: 12px; max-width: 980px; margin: 30px auto 0; }
S.R. Smith Frontier III 8 ft Diving Board Radiant White
High-performance 8-foot board for moderate to heavy-duty residential use
A fiberglass-reinforced core with acrylic outer shell, non-slip sanded tread, and pre-drilled two-hole mounting — compatible with U-Frame and Flyte-Deck II diving stands and rated to 250 lbs for reliable residential performance.
250 lb weight capacityModerate to heavy-duty useDual stand compatibilityU-Frame & Flyte-Deck IIHardware includedStainless steel bolt kit
250 lbsweight capacity — a high-performance 8-foot board built for moderate to heavy-duty residential pool useFiberglass-reinforced core · Acrylic shell · Pre-drilled 12″ on-center mounting · Stainless steel hardware included
Performance built for the long run.
The Frontier III 8 ft is engineered for moderate to heavy-duty residential use — stepping up from the Frontier II with a construction and length designed to deliver stronger, more consistent performance for pools that see regular, active diving.
COREFiberglass-reinforcedReinforced fiberglass core provides the structural backbone for durable, flexible performance.SHELLAcrylic outer bodyWhite acrylic shell with matching white non-slip tread for a clean, cohesive look.
Safe from the first step.
The non-slip sanded tread surface and matching white anti-slip tread provide confident, secure footing for divers — a critical safety feature on any 8-foot board. The white surface and tread create a clean, uniform appearance that complements any residential pool design.
Pre-Drilled Mounting HolesTwo holes, 12″ on centerFactory pre-drilled bolt holes spaced 12 inches apart align directly with U-Frame and Flyte-Deck II stand mounting points for a straightforward, precise installation.
Everything included. Ready to install.
Ships with a complete stainless steel bolt kit — everything needed to mount directly onto a compatible U-Frame or Flyte-Deck II stand.
LENGTH8-foot boardFull 8-foot length engineered for moderate to heavy-duty residential diving performance.CAPACITY250 lb weight limitRated for up to 250 lbs to accommodate a wide range of residential users safely.
MOUNTINGPre-drilled, 12″ on centerTwo factory bolt holes spaced 12 inches on center for precise, no-guess alignment with compatible stands.HARDWAREStainless steel bolt kitComplete mounting hardware ships in the box — corrosion-resistant stainless steel for long-term reliability.
What sets it apart.
The Frontier III 8 ft is engineered for pools that demand more — combining durability, safety, and broad stand compatibility in a single high-performance board.
Fiberglass Core & Acrylic ShellFiberglass-reinforced core paired with a durable acrylic outer shell for a flexible, long-lasting construction suited to moderate to heavy-duty residential use.Non-Slip Sanded TreadWhite surface with matching white non-slip sanded tread provides secure footing and a clean, uniform look from end to end.Pre-Drilled Mounting HolesTwo bolt holes pre-drilled at 12 inches on center for easy, accurate alignment on U-Frame and Flyte-Deck II diving stands.250 lb Weight CapacitySupports up to 250 lbs, making it suitable for a wide range of residential users while maintaining safe, reliable performance.Complete Hardware IncludedShips with a full stainless steel bolt kit for corrosion-resistant, long-term mounting reliability in wet outdoor environments.
Stand compatibility.
The Frontier III 8 ft board is designed to work with two S.R. Smith stand systems — confirm your existing stand before purchasing.
Compatible Stand 1Flyte-Deck II Dive StandThe Frontier III 8 ft mounts directly onto the S.R. Smith Flyte-Deck II Dive Stand using the included hardware.Compatible Stand 2U-Frame II Diving StandAlso compatible with the S.R. Smith U-Frame II Diving Stand for flexible installation options across residential pools.
Installation overview.
The Frontier III 8 ft comes pre-drilled and ships with a complete stainless steel bolt kit — designed for straightforward mounting on compatible U-Frame or Flyte-Deck II stands.
Step 1Verify standConfirm your stand is a compatible S.R. Smith U-Frame II or Flyte-Deck II diving stand.Step 2Align boardLine up the two pre-drilled holes (12″ on center) with the stand’s mounting points.Step 3Secure hardwareFasten using the included stainless steel bolt kit to manufacturer specifications.Step 4Inspect and usePerform a full safety inspection before first use and regularly throughout the season.
The Frontier III 8 ft board is intended for residential in-ground pools with moderate to heavy-duty use. Always follow S.R. Smith installation guidelines and applicable local pool safety regulations.
S.R. Smith Frontier III 8 ft Diving Board Radiant White details
The S.R. Smith Frontier III Residential Diving Board in 8 ft Radiant White is a high-performance diving board designed for moderate to heavy-duty use in residential pools. It features a fiberglass-reinforced core with a durable acrylic outer shell and non-slip white sanded tread.
Construction and performance
Constructed with a fiberglass-reinforced core and an acrylic outer shell for durability and flexibility. The white surface features a matching white non-slip sanded tread for secure footing during diving.
Dimensions and capacity
8-foot length with a weight capacity of up to 250 lbs. Pre-drilled with two bolt holes spaced 12 inches on center for precise mounting alignment with compatible stands.
Compatibility and installation
Compatible with S.R. Smith Flyte-Deck II Dive Stands and U-Frame II Diving Stands. Ships with a complete stainless steel bolt kit for corrosion-resistant, long-term mounting in outdoor residential pool environments.
Explore more from our collection.





Reviews
There are no reviews yet.