Discraft Zone SS
.zss-section { font-family: Quantico, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 780px; margin: 0 auto; } .zss-section h2 { font-size: 22px; font-weight: 700; color: #ffffff; margin: 48px 0 8px; padding-bottom: 10px; border-bottom: 3px solid #0080FF; display: inline-block; } .zss-section p { color: #ffffff; line-height: 1.6; } .zss-flight-bar { display: flex; gap: 6px; margin: 24px 0 8px; } .zss-flight-stat { flex: 1; background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 14px 8px; text-align: center; } .zss-flight-stat .val { font-size: 28px; font-weight: 800; color: #0080FF; display: block; line-height: 1.2; } .zss-flight-stat .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #d0d1d5; margin-top: 4px; display: block; } .zss-speed-note { font-size: 13px; color: #d0d1d5; font-style: italic; margin-top: 6px; } .zss-ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; } .zss-rung { background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 20px 18px; text-align: center; position: relative; text-decoration: none !important; display: block; transition: border-color .2s, transform .2s; } .zss-rung:hover { border-color: #0080FF !important; transform: translateY(-2px); text-decoration: none !important; } .zss-rung.is-this { border-color: #0080FF; background: #0e1a26; } .zss-rung .tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #FFEF00; display: block; margin-bottom: 8px; min-height: 13px; } .zss-rung h3 { font-size: 16px; font-weight: 700; color: #ffffff; margin: 0 0 4px; } .zss-rung .nums { font-size: 13px; font-weight: 700; color: #0080FF; letter-spacing: 0.5px; display: block; margin-bottom: 8px; } .zss-rung p { font-size: 12.5px; color: #d0d1d5; margin: 0; line-height: 1.5; } .zss-reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 20px; } .zss-reason { background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 22px; transition: border-color .25s, transform .2s; } .zss-reason:hover { border-color: rgba(0, 128, 255, 0.4); transform: translateY(-2px); } .zss-reason .ico { font-size: 20px; margin-bottom: 8px; display: block; } .zss-reason h3 { font-size: 15px; font-weight: 600; color: #ffffff; margin: 0 0 6px; } .zss-reason p { font-size: 13px; color: #ffffff; margin: 0; } .zss-plastics { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 20px; } .zss-plastic { display: block; background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 24px; position: relative; overflow: hidden; text-decoration: none !important; transition: border-color .2s, transform .2s; } .zss-plastic:hover { border-color: #0080FF !important; transform: translateY(-2px); text-decoration: none !important; } .zss-plastic h3 { font-size: 17px; font-weight: 700; color: #ffffff; margin: 0 0 2px; } .zss-plastic .avail { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #FFEF00; margin-bottom: 12px; display: block; } .zss-plastic p { font-size: 14px; color: #ffffff; margin: 0; } .zss-plastic .shop { display: inline-block; margin-top: 12px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; color: #0080FF; } .zss-badge { position: absolute; top: 24px; right: -22px; background: #FFEF00; color: #0e0f11; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 5px 44px; transform: rotate(45deg); } .zss-similar { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; } .zss-quad { background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 20px; text-align: center; } .zss-quad-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #0080FF; margin-bottom: 12px; display: block; font-weight: 700; } .zss-quad-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .zss-pill { display: inline-flex; flex-direction: column; align-items: center; padding: 10px 18px 8px; background: #0e0f11; border: 1px solid #2a2c33; border-radius: 12px; color: #ffffff !important; font-size: 13px; font-weight: 500; text-decoration: none !important; transition: border-color .2s, color .2s; text-align: center; } .zss-pill:hover { border-color: #0080FF !important; color: #0080FF !important; text-decoration: none !important; } .zss-pill .flight-nums { font-size: 11px; color: #0080FF; margin-top: 4px; font-weight: 600; letter-spacing: 0.5px; } .zss-faq { margin-top: 20px; } .zss-faq-item { border-bottom: 1px solid #2a2c33; } .zss-faq-item:first-child { border-top: 1px solid #2a2c33; } .zss-faq-q { width: 100%; background: none; border: none; color: #ffffff; font-family: inherit; font-size: 15px; font-weight: 600; text-align: left; padding: 18px 40px 18px 0; cursor: pointer; position: relative; line-height: 1.4; } .zss-faq-q::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: #0080FF; transition: transform .2s; } .zss-faq-item.open .zss-faq-q::after { content: '−'; } .zss-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; font-size: 14px; color: #ffffff; line-height: 1.7; } .zss-faq-item.open .zss-faq-a { max-height: 360px; padding-bottom: 18px; } @media (max-width: 600px) { .zss-flight-bar { flex-wrap: wrap; } .zss-flight-stat { min-width: calc(50% - 4px); } .zss-ladder { grid-template-columns: 1fr; } .zss-reasons { grid-template-columns: 1fr; } .zss-plastics { grid-template-columns: 1fr; } .zss-similar { grid-template-columns: 1fr; } } Flight Numbers 4Speed 4Glide -1Turn 2Fade The Zone SS is the understable Zone. Same beaded, low-profile mould players already trust — but with a touch of high-speed turn (-1) and a gentler fade (2), it holds your line longer and finishes softer instead of hooking away early. Zone SS vs. Zone: What Actually Changed If you already throw a Zone, this is the same disc in the hand and a different disc in the air. The standard Zone is the overstable workhorse — it fades hard, early, and on purpose. The SS trades most of that fade for glide and a hint of turn, so it flies the full straight line you aimed at before settling gently. Lower-power throwers get a complete flight out of it that the standard Zone never gives them, and everyone else gets a turnover and touch-approach disc that still feels exactly like a Zone. All three sit on the same beaded mould. Pick by how much finish you want: You're here Zone SS 4 / 4 / -1 / 2 The straightest. Holds the line, gentle finish, easiest to fly full. Zone 4 / 3 / 0 / 3 The overstable workhorse. Reliable, predictable, always finishes hard. Zone OS 4 / 3 / 0 / 4 The most overstable. Spike hyzers, heavy wind, forced fades. Why Throw the Straighter Zone? ➡️ Holds the Line A touch of turn and less fade than the Zone lets it stay on your line before settling, so approaches finish where you aimed instead of hooking away. 🤏 Touch Approaches Dialed in for controlled upshots and putter-range placement where a full Zone fades too hard or checks up too early. 🪃 Gentle Turnovers The -1 turn shapes soft anhyzers and gentle flex lines that a standard Zone simply won't hold. 🔰 Flies Full for More Players Lower-power throwers get a complete, straight flight out of it far more easily than the overstable Zone — without giving up that Zone confidence. 🎯 The Same Bead and Grip Identical beaded, flat, low-profile shape to the Zone you already bag. Nothing to relearn in the hand. 💪 Not a Flippy Disc It keeps enough stability to stay controllable and predictable in a breeze — this is a calmer Zone, not a turnover-only disc. Plastics Popular ESP Premium • Grippy • Durable An advanced blend that's more durable than Elite-X and grippier than Z Line, often with attractive swirls. The balanced everyday pick for a true Zone SS feel. Shop ESP Plastic → Z Line Premium • Firm • Ultra-Durable Discraft's most durable blend — a hard, translucent plastic that holds the Zone SS's flight the longest. The pick for maximum consistency over time. Shop Z Line Plastic → Limited Titanium Colorshift Premium • Colorshift • Ledgestone The Ledgestone Wave 3 run. Titanium is Discraft's premium blend with a color-shifting sheen that moves in the light — a stable, long-lasting Zone SS in a run that won't be repeated. Shop Titanium Plastic → Discs That Fly Like the Zone SS ⬆️ More Speed Discraft Buzzz5 / 4 / -1 / 1 MVP Reactor5 / 5 / -0.5 / 1.5 ⬇️ Less Speed Kastaplast Reko3 / 3 / 0 / 1 Axiom Proxy3 / 3 / -1 / 0 ↩️ More Turn Innova Stingray4 / 5 / -3 / 1 Latitude 64 Pearl4 / 6 / -4 / 0 ↪️ More Fade Discraft Zone4 / 3 / 0 / 3 Westside Harp4 / 3 / 0 / 3 Frequently Asked Questions What are the Zone SS's flight numbers, and what do they mean? The Zone SS is rated 4 | 4 | -1 | 2. That's approach speed with a touch of high-speed turn and a moderate fade — a straighter, slightly stable flight that holds the line longer than the original Zone before a gentle finish. What weights and plastics is the Zone SS available in right now? We currently stock the Zone SS in ESP, Z Line and the Titanium Colorshift Ledgestone Wave 3 run, in the 170–174g range, starting at $14.99. Every disc is listed as its own variant with its exact weight, color and stamp, so what you see is the disc you receive. Orders before 2pm ship the same business day. How is the Zone SS different from the regular Zone? Same beaded Zone feel, different finish. The SS has a touch of turn (-1 vs 0) and less fade (2 vs 3), so it flies straighter and holds lines longer. The standard Zone is the overstable workhorse that fades hard and early; the SS is the calmer, straighter option. Is the Zone SS understable? It has a touch of turn (-1), but it still nets slightly stable and finishes left for a RHBH thrower. Think "straighter Zone," not a flippy turnover disc — it shapes gentle anhyzers without burning over. Who is the Zone SS best for? Players who love the Zone in the hand but want a straighter, more forgiving finish — great for touch approaches, gentle turnovers, and lower-power throwers who find the standard Zone fades too hard to fly full. How do the Zone SS, Zone, and Zone OS compare? They're a stability ladder on the same beaded mould. The Zone SS (4/4/-1/2) is the straightest; the Zone (4/3/0/3) is the trusted overstable workhorse; and the Zone OS (4/3/0/4) is the most overstable for the heaviest wind and forced fades. Pick by how much finish you want. Which plastic should I choose? Choose ESP for the best balance of grip and durability, Z Line for maximum durability and the longest-lasting flight, or the Titanium Colorshift Ledgestone run if you want a premium, limited disc with a color-shifting finish. document.querySelectorAll('.zss-faq-q').forEach(function(btn){ btn.addEventListener('click',function(){ var item=btn.parentElement; var isOpen=item.classList.contains('open'); document.querySelectorAll('.zss-faq-item').forEach(function(i){i.classList.remove('open');}); if(!isOpen){item.classList.add('open');} }); });
More you might like
Related
Discraft Z Zone SS
Related
Discraft Zone SS
Related
Discraft Z Zone SS
Related