
Phantom Youth Football Shoulder Pads
15 promo codes
/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== */ .bt-pdp { line-height: 1.55 !important; } /* ================= MOBILE GUTTER FIX ================= Theme already provides LEFT spacing. We ONLY add RIGHT spacing so margins appear equal. ======================================================= */ .bt-pdp{ max-width: 100%; overflow-x: hidden; padding-left: 0 !important; /* keep theme left gutter */ padding-right: 16px !important; /* create matching right gutter */ box-sizing: border-box !important; width: 100% !important; } /* Slightly more breathing room on tablet */ @media (min-width: 768px){ .bt-pdp{ padding-right: 18px !important; } } /* Desktop: center content nicely */ @media (min-width: 1024px){ .bt-pdp{ padding-right: 0 !important; max-width: 720px; margin-left: auto !important; margin-right: auto !important; } } /* Prevent anything from touching edges */ .bt-pdp *{ box-sizing: border-box !important; } .bt-pdp img, .bt-pdp table, .bt-pdp details, .bt-pdp div{ max-width: 100% !important; } /* Section headings */ .bt-pdp h2{ font-size: 20px !important; font-weight: 500 !important; margin: 20px 0 10px !important; padding: 0 !important; line-height: 1.3 !important; } .bt-pdp h2:first-of-type{ margin-top: 0 !important; } /* Standard block spacing */ .bt-pdp p, .bt-pdp ul, .bt-pdp ol, .bt-pdp section, .bt-pdp .bt-faq, .bt-pdp .bt-blog-links{ margin: 0 0 20px !important; padding: 0 !important; } /* Lists */ .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; } .bt-pdp li{ margin: 0 0 6px !important; } /* Tech specs table styling */ .bt-specs{ width: 100%; border-collapse: collapse; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; } .bt-specs th, .bt-specs td{ padding: 12px 14px; border-top: 1px solid rgba(0,0,0,.08); vertical-align: top; text-align: left; } .bt-specs tr:first-child th, .bt-specs tr:first-child td{ border-top: 0; } .bt-specs th{ width: 34%; font-weight: 600; background: rgba(0,0,0,.03); } /* FAQ styling */ .bt-faq h3{ font-size: 16px !important; font-weight: 700 !important; margin: 0 0 6px !important; line-height: 1.25 !important; } .bt-faq p{ margin: 0 0 14px !important; line-height: 1.55 !important; } .bt-faq p:last-child{ margin-bottom: 0 !important; } /* Blog links */ .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; } .bt-blog-links li{ margin: 0 0 8px !important; } /* Divider */ .bt-divider { height: 1px; background: rgba(0,0,0,.10); border: 0; margin: 18px 0; width: 100%; } /* Callout */ .bt-callout{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 12px 14px; background: rgba(0,0,0,.02); margin: 0 0 20px !important; } .bt-callout-title{ font-weight: 700; margin: 0 0 6px !important; line-height: 1.25; } .bt-callout p{ margin: 0 !important; } /* Badges */ .bt-badges{ display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px !important; padding: 0 !important; list-style: none; } .bt-badge{ border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: 6px 10px; font-size: 14px; line-height: 1; background: #fff; white-space: nowrap; } /* Icon list */ .bt-icon-list{ list-style: none; padding-left: 0 !important; } .bt-icon-list li{ display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px !important; } .bt-ico{ width: 22px; min-width: 22px; height: 22px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; background: rgba(0,0,0,.02); } /* Collapsible sections */ .bt-collapse{ border: 1px solid rgba(0,0,0,.10); border-radius: 12px; background: rgba(0,0,0,.01); margin-bottom: 20px; overflow: hidden; } .bt-collapse__summary{ display: flex; justify-content: space-between; align-items: center; padding: 14px; cursor: pointer; } .bt-collapse__h2{ margin: 0 !important; line-height: 1.05 !important; } .bt-collapse__chev{ opacity: .75; transition: transform .2s ease; } .bt-collapse[open] .bt-collapse__chev{ transform: rotate(180deg); } .bt-collapse__content{ padding: 14px 18px 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 14px 16px 16px !important; } @media (min-width: 768px){ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 16px 18px 18px !important; } } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-faq, .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links{ padding-left: 16px !important; padding-right: 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links ul{ padding-left: 18px !important; margin: 0 !important; } .bt-hero-img{ width: 100%; height: auto; border-radius: 12px; display: block; margin: 0 0 16px !important; } /* Added only for new top-level section titles */ .bt-section-toggle{ margin-top: 0 !important; } .bt-section-toggle + .bt-section-toggle{ margin-top: 0 !important; } /* Comparison cards */ .bt-compare-card{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 10px 12px; background: #fff; } .bt-compare-card--primary{ border-color: rgba(0,0,0,.22); } .bt-compare-rows{ display: grid; gap: 8px; } .bt-compare-row{ display: flex; gap: 10px; } .bt-compare-label{ min-width: 72px; font-weight: 600; opacity: .85; } .bt-compare-value{ flex: 1; } /* Horizontal scroll */ .bt-compare-scroll{ width: 100%; margin: 12px 0 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scroll-snap-type: x mandatory; contain: layout paint; } .bt-compare-track{ white-space: nowrap; font-size: 0; padding-bottom: 10px; } .bt-compare-scroll .bt-compare-card{ display: inline-block; white-space: normal; font-size: 14px; margin-right: 10px; scroll-snap-align: start; width: 210px; } @media (min-width: 768px){ .bt-compare-scroll .bt-compare-card{ width: 260px; } } Phantom Shoulder Pads - Built For The Next Generation Of Football Stars. Designed for young athletes who are new to tackle football, Phantom gives first-time players protective coverage, a secure fit, and a lightweight feel that helps them move freely and play with confidence. New For 2026: 30% Larger Sternum Protector Phantom now features a 30% larger, more secure sternum protector to provide increased front-chest coverage and added protection where young athletes need it most. Product Overview The Battle Phantom Shoulder Pads are built for young athletes who are new to tackle football. Whether they are under 10, just starting their football journey, or developing confidence in contact, Phantom is designed to deliver protective coverage without a bulky, complicated feel. Phantom features a raised, molded chest plate for direct impact protection, integrated leaf spring technology to help absorb hits from multiple angles, and wide internal cushioning for enhanced side impact coverage. A foam neck roll adds comfort around the collarbone area, while the adjustable belt system is easy for parents and coaches to manage and includes a built-in slot for clean strap organization. With Phantom, young athletes get the protection they need and the freedom to play with confidence from day one. Key Features 🛡️30% Larger Sternum Protector: Increased front-chest coverage with a more secure protector for added confidence. 💪Raised Molded Chest Panel: Helps provide added protection against direct front impact. ⚡Leaf Spring Impact Technology: Built to help absorb shock from multiple angles. 🏈Foam Neck Roll: Adds comfort around the collarbone area for developing youth athletes. ⬅️Extra-Wide Internal Cushioning: Helps provide enhanced side impact coverage. ✓Adjustable Belt System: Easy for parents and coaches to manage with an integrated strap management slot. 🏃Lightweight Build: Designed for comfort, mobility, and unrestricted movement. ⭐Made For First-Time Players: Built specifically for youth athletes who are new to tackle football. Youth Football First-Time Players Beginner Friendly Lightweight Fit Side Impact Coverage Easy Strap System Specs & Use▾ Best For New Youth Tackle Players Phantom is the easier, more forgiving shoulder pad option for younger athletes, newer players, and developing youth football players getting started in tackle. Tech Specs▾ Product Name Battle Phantom Shoulder Pads. Best For Younger players, first-time tackle football athletes, and developing youth players. Fit Feel Wider, easier, and more forgiving starter fit designed for comfort and confidence. 2026 Upgrade 30% larger, more secure sternum protector for increased front-chest coverage. Chest Protection Raised, molded chest panel with permanent sternum protector for added front protection. Impact Technology Integrated leaf spring technology helps absorb hits from multiple angles. Side Coverage Extra-wide internal cushioning helps provide enhanced side impact coverage. Neck Comfort Foam neck roll adds comfort around the collarbone area. Strap System Adjustable belt system with integrated strap management slot for clean organization. Build Lightweight construction designed for comfort and unrestricted movement. Product Role Entry-level, accessible shoulder pad built for new youth football players. Fit Recommendation Phantom is designed to fit true to size for most young athletes and gives new players a wider, easier, more forgiving feel than a snug performance pad. For the best fit, the shoulder pad should cover the chest, shoulders, collarbone area, and upper back without sliding around or restricting normal football movement. Parent & Coach Fit Tip Phantom is built to make the first tackle football pad experience easier. If your athlete is newer, younger, or still developing confidence with contact, Phantom is the right starting point. Safety Notice Football is an inherently dangerous sport involving risks of serious injury or death. No shoulder pad can prevent all injuries. Users are responsible for proper fit, maintenance, and compliance with league, school, state, and governing-body regulations regarding football equipment use. Inspect shoulder pads before each use and discontinue use if damaged. Game-Day Equipment Reminder Before purchasing or using this product, consult your coach, league, school, state, or governing body to confirm equipment requirements for practices and games. Phantom Vs. Defender▾ Phantom Is The Starter Pad. Defender Is The Performance Pad. Phantom is built for newer youth players who need an easier, more forgiving fit. Defender is built for experienced athletes who need a snug, streamlined performance pad for higher-contact football. Product Phantom Player New or first-time tackle players Feel Wider, easier, forgiving Use Entry youth football Message Comfort, confidence, easy fit Product Defender Player Experienced and competitive athletes Feel Snug, fast, streamlined Use Performance football Message Lightweight protection and mobility Choose Phantom When Your athlete is younger, newer, or still learning tackle football. Why It gives protection, comfort, and a simpler fit from day one. Choose Defender When Your athlete is bigger, more experienced, or playing more competitive football. Why It is the premium performance option for serious youth, middle school, and high school athletes. ⭐Phantom: Best for younger players, newer players, and developing youth athletes getting started in tackle football. ⚡Defender: Best for experienced players, bigger youth, middle school athletes, high school athletes, speed players, skill players, and linemen who need a more protective performance pad. ✓Bottom Line: Start with Phantom for comfort, confidence, and easy fit. Move to Defender when the athlete is ready for a more locked-in performance shoulder pad. Bottom line: Phantom is a great first football pad. Defender is the next-level performance option when the athlete is ready for a more advanced fit and feel. Warranty▾ Battle Equipment Warranty 90-Day Durability Guarantee + Unlimited Defective Guarantee Battle stands behind Phantom Shoulder Pads. You’re covered with a 90-Day Durability Guarantee, plus an Unlimited Defective Guarantee covering defects in materials or workmanship. 🛡️ 90-Day Durability Guarantee: Built for football and backed for game-day performance. ✓ Unlimited Defective Guarantee: Covers manufacturing defects in materials or workmanship. ⚠️ Not covered: Improper fit, misuse, normal wear, improper care, cosmetic damage, damage from improper storage, modifications, or damage caused by use outside normal football activity. FAQs & Care▾ Frequently Asked Questions▾ Who are Phantom Shoulder Pads best for? Phantom Shoulder Pads are best for younger players, newer players, and developing youth athletes who are getting started in tackle football. Are Phantom Shoulder Pads good for first-time tackle football players? Yes. Phantom is designed specifically for youth and first-time tackle athletes who need protection, comfort, and an easier starter fit. What changed for Phantom in 2026? For 2026, Phantom was upgraded with a 30% larger, more secure sternum protector to provide increased front-chest coverage. How should Phantom Shoulder Pads fit? Phantom is designed to fit true to size for most young athletes. The pads should cover the chest, shoulders, collarbone area, and upper back without sliding around or limiting normal football movement. What is the fit feel of Phantom? Phantom has a wider, easier, more forgiving fit designed to help new youth football players feel comfortable and confident. What is the difference between Phantom and Defender? Phantom is Battle’s entry youth shoulder pad for newer players and first-time tackle athletes. Defender is Battle’s premium shoulder pad for experienced, competitive youth, middle school, and high school athletes who need a snug, streamlined performance fit. Does Phantom have side impact coverage? Yes. Phantom includes extra-wide internal cushioning designed to help provide enhanced side impact coverage. Does Phantom include a sternum protector? Yes. Phantom includes a permanent sternum protector. For 2026, the sternum protector was increased by 30% for more front-chest coverage. What is leaf spring impact technology? Leaf spring impact technology is built into Phantom to help absorb shock from hits coming from multiple angles. Is Phantom lightweight? Yes. Phantom is built with a lightweight design to help young athletes move comfortably and confidently without unnecessary bulk. How do I care for Phantom Shoulder Pads? Wipe down the pads after use, allow them to air dry completely, and store them in a cool, dry place. Do not store wet shoulder pads in a closed bag or hot vehicle. Can shoulder pads prevent all football injuries? No. Football is an inherently dangerous sport involving risks of serious injury or death. No shoulder pad can prevent all injuries. Inspect the pads before each use and discontinue use if damaged. Learn More About Football Gear ▾ Shop Battle Football Shoulder Pads Shop Battle Football Back Plates Shop Battle Football Mouthguards Shop Battle Football Gloves
Save on Phantom Youth Football Shoulder Pads with a Battle Sports promo code
Checkmate is a savings app with over one million users that have saved $$$ on brands like Battle Sports.
The Checkmate extension automatically applies Battle Sports discount codes, Battle Sports coupons and more to give you discounts on products like Phantom Youth Football Shoulder Pads.
Top Battle Sports discount codes
158 people have used this coupon code
Last used about 14 hours ago
28 people have used this coupon
Last used about 14 hours ago
180 people have used this Battle Sports promo code
Last used about 14 hours ago
See all codes
Similar items













