{"product_id":"splatter-speed-xl-football-mouthguard-with-connected-thick-strap","title":"Splatter Speed XL Football Mouthguard with Connected Thick Strap","description":"\u003cstyle\u003e\n  \/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== *\/\n  .bt-pdp { line-height: 1.55 !important; }\n\n  \/* ================= MOBILE GUTTER FIX =================\n     Theme already provides LEFT spacing. We ONLY add RIGHT spacing so margins appear equal.\n  ======================================================= *\/\n  .bt-pdp{\n    max-width: 100%;\n    overflow-x: hidden;\n    padding-left: 0 !important;          \/* keep theme left gutter *\/\n    padding-right: 16px !important;      \/* create matching right gutter *\/\n    box-sizing: border-box !important;\n    width: 100% !important;\n  }\n\n  \/* Slightly more breathing room on tablet *\/\n  @media (min-width: 768px){\n    .bt-pdp{ padding-right: 18px !important; }\n  }\n\n  \/* Desktop: center content nicely *\/\n  @media (min-width: 1024px){\n    .bt-pdp{\n      padding-right: 0 !important;\n      max-width: 720px;\n      margin-left: auto !important;\n      margin-right: auto !important;\n    }\n  }\n\n  \/* Prevent anything from touching edges *\/\n  .bt-pdp *{ box-sizing: border-box !important; }\n  .bt-pdp img, .bt-pdp table, .bt-pdp details, .bt-pdp div{ max-width: 100% !important; }\n\n  \/* Section headings *\/\n  .bt-pdp h2{\n    font-size: 20px !important;\n    font-weight: 500 !important;\n    margin: 20px 0 10px !important;\n    padding: 0 !important;\n    line-height: 1.3 !important;\n  }\n  .bt-pdp h2:first-of-type{ margin-top: 0 !important; }\n\n  \/* Standard block spacing *\/\n  .bt-pdp p, .bt-pdp ul, .bt-pdp ol, .bt-pdp section, .bt-pdp .bt-faq, .bt-pdp .bt-blog-links{\n    margin: 0 0 20px !important;\n    padding: 0 !important;\n  }\n\n  \/* Lists *\/\n  .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; }\n  .bt-pdp li{ margin: 0 0 6px !important; }\n\n  \/* Tech specs table styling *\/\n  .bt-specs{\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  .bt-specs th, .bt-specs td{\n    padding: 12px 14px;\n    border-top: 1px solid rgba(0,0,0,.08);\n    vertical-align: top;\n    text-align: left;\n  }\n  .bt-specs tr:first-child th, .bt-specs tr:first-child td{ border-top: 0; }\n  .bt-specs th{ width: 34%; font-weight: 600; background: rgba(0,0,0,.03); }\n\n  \/* FAQ styling *\/\n  .bt-faq h3{\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    margin: 0 0 6px !important;\n    line-height: 1.25 !important;\n  }\n  .bt-faq p{ margin: 0 0 14px !important; line-height: 1.55 !important; }\n  .bt-faq p:last-child{ margin-bottom: 0 !important; }\n\n  \/* Blog links *\/\n  .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; }\n  .bt-blog-links li{ margin: 0 0 8px !important; }\n\n  \/* Divider *\/\n  .bt-divider { height: 1px; background: rgba(0,0,0,.10); border: 0; margin: 18px 0; width: 100%; }\n\n  \/* Callout *\/\n  .bt-callout{\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 12px;\n    padding: 12px 14px;\n    background: rgba(0,0,0,.02);\n    margin: 0 0 20px !important;\n  }\n  .bt-callout-title{ font-weight: 700; margin: 0 0 6px !important; line-height: 1.25; }\n  .bt-callout p{ margin: 0 !important; }\n\n  \/* Badges *\/\n  .bt-badges{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0 0 20px !important;\n    padding: 0 !important;\n    list-style: none;\n  }\n  .bt-badge{\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 999px;\n    padding: 6px 10px;\n    font-size: 14px;\n    line-height: 1;\n    background: #fff;\n    white-space: nowrap;\n  }\n\n  \/* Icon list *\/\n  .bt-icon-list{ list-style: none; padding-left: 0 !important; }\n  .bt-icon-list li{ display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px !important; }\n  .bt-ico{\n    width: 22px; min-width: 22px; height: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(0,0,0,.14);\n    display: inline-flex; align-items: center; justify-content: center;\n    font-size: 14px;\n    background: rgba(0,0,0,.02);\n  }\n\n  \/* Collapsible sections *\/\n  .bt-collapse{\n    border: 1px solid rgba(0,0,0,.10);\n    border-radius: 12px;\n    background: rgba(0,0,0,.01);\n    margin-bottom: 20px;\n    overflow: hidden;\n  }\n  .bt-collapse__summary{\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px;\n    cursor: pointer;\n  }\n  .bt-collapse__h2{ margin: 0 !important; line-height: 1.05 !important; }\n  .bt-collapse__chev{ opacity: .75; transition: transform .2s ease; }\n  .bt-collapse[open] .bt-collapse__chev{ transform: rotate(180deg); }\n  .bt-collapse__content{ padding: 14px 18px 16px !important; }\n\n  \/* =========================================================\n     FIX: Inner padding inside FAQ + Learn More dropdown content\n  ========================================================= *\/\n  .bt-pdp details.bt-collapse \u003e .bt-collapse__content{\n    padding: 14px 16px 16px !important; \/* mobile-friendly *\/\n  }\n  @media (min-width: 768px){\n    .bt-pdp details.bt-collapse \u003e .bt-collapse__content{\n      padding: 16px 18px 18px !important;\n    }\n  }\n  .bt-pdp details.bt-collapse \u003e .bt-collapse__content.bt-faq,\n  .bt-pdp details.bt-collapse \u003e .bt-collapse__content.bt-blog-links{\n    padding-left: 16px !important;\n    padding-right: 16px !important;\n  }\n  .bt-pdp details.bt-collapse \u003e .bt-collapse__content.bt-blog-links ul{\n    padding-left: 18px !important;\n    margin: 0 !important;\n  }\n\n  \/* Optional: simple hero image styling *\/\n  .bt-hero-img{\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    display: block;\n    margin: 0 0 16px !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bt-pdp\"\u003e\n\u003c!-- ========================= MAIN INTRO \/ POSITIONING ========================== --\u003e\n\u003ch2 id=\"hero\"\u003eSplatter Speed XL Football Mouthguard with Connected Thick Strap — Built to Stand Out.\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eSplatter Speed XL\u003c\/strong\u003e brings game-ready protection with a graphic finish that refuses to blend in. Its high-contrast paint-splatter design gives every setup a harder edge, while the \u003cstrong\u003eextra-wide connected strap\u003c\/strong\u003e and oversized Battle branding deliver the bold Speed XL look players expect.\u003c\/p\u003e\n\u003cdiv aria-label=\"Design callout\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eMade to Get Noticed: Splatter Finish + XL Strap\u003c\/div\u003e\n\u003cp\u003eThe red splatter pattern cuts across the mouthguard, lip shield, and strap for a sharp, aggressive look. Paired with the extra-wide tether and oversized logo, it gives players a secure strapped setup with a design that stands apart from standard solid colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= PRODUCT OVERVIEW ========================== --\u003e\n\u003ch2 id=\"product-overview\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eSplatter Speed XL Football Mouthguard with Connected Thick Strap\u003c\/strong\u003e is made for high school and college athletes who want reliable protection and a graphic look with more attitude. It requires no boiling, fits most players, and comes ready to wear for a secure feel from warmups through the final whistle.\u003c\/p\u003e\n\u003cp\u003eDesigned for use \u003cstrong\u003ewith or without braces\u003c\/strong\u003e, Speed XL helps support a more open jaw position while maintaining maximum breathability during intense play. Its \u003cstrong\u003eadvanced composite\u003c\/strong\u003e construction and protective \u003cstrong\u003elip shield + bite pad\u003c\/strong\u003e design are built for contact, while the red splatter graphic gives the mouthguard a distinct game-day finish.\u003c\/p\u003e\n\u003cdiv aria-label=\"Braces guide\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eWearing Speed XL with Braces\u003c\/div\u003e\n\u003cp\u003eLearn how to wear a braces mouthguard here: \u003ca rel=\"noopener noreferrer\" style=\"text-decoration: underline;\" href=\"https:\/\/battlesports.com\/blogs\/news\/how-to-wear-a-mouthguard-with-braces\" target=\"_blank\"\u003e Braces Mouthguard Guide \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= KEY FEATURES ========================== --\u003e\n\u003ch2 id=\"key-features\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"bt-icon-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e✅\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eNo Boiling Needed:\u003c\/strong\u003e Ready to wear out of the box\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🦷\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eConnected Thick Strap:\u003c\/strong\u003e Extra-wide tether stays attached for secure strapped play\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e💨\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eWorks with Braces:\u003c\/strong\u003e Designed to fit comfortably over orthodontics\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🤿\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eHelps Open TMJ:\u003c\/strong\u003e Supports a more comfortable jaw position during play\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🛡️\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMaximum Breathability:\u003c\/strong\u003e Built to keep air moving when the tempo spikes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔁\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eAdvanced Composite:\u003c\/strong\u003e Durable build designed for comfort and longevity\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔤\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eLip Shield + Bite Pad:\u003c\/strong\u003e Added coverage and impact control in the bold Speed XL shape\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ========================= BADGES (BEST FOR) ========================== --\u003e\n\u003cul aria-label=\"Best for\" class=\"bt-badges\"\u003e\n\u003cli class=\"bt-badge\"\u003eFootball\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eHigh School–College\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eXL Strap\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eNo-Boil Ready\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eBraces-Friendly\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eSplatter Design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= COLLAPSED: TECH SPECS ========================== --\u003e\n\u003cdetails aria-label=\"Tech specs\" class=\"bt-collapse bt-tech-specs\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003eTech Specs\u003cspan aria-hidden=\"true\" class=\"bt-collapse__chev\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"bt-collapse__content\"\u003e\n\u003ctable class=\"bt-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eConnected Thick Strap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFit Type\u003c\/th\u003e\n\u003ctd\u003eOne size fits most\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBreathability\u003c\/th\u003e\n\u003ctd\u003eMaximum breathability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProtection\u003c\/th\u003e\n\u003ctd\u003eLip shield + bite pad design built to help absorb and disperse impact\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStrap\u003c\/th\u003e\n\u003ctd\u003eConnected strap (extra-wide XL strap design)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eAdvanced composite construction for durability, comfort, and a secure feel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesign\u003c\/th\u003e\n\u003ctd\u003eOversized logo with a high-contrast red splatter graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= Q\u0026A ========================== --\u003e\n\u003ch2 id=\"qa-1\"\u003eWhat Makes Speed XL Different?\u003c\/h2\u003e\n\u003cp\u003eSpeed XL uses a \u003cstrong\u003ebigger, wider profile\u003c\/strong\u003e with an \u003cstrong\u003eextra-wide connected strap\u003c\/strong\u003e and oversized Battle branding. The Splatter edition adds a sharp red paint-splatter pattern for players who want the same secure, durable setup with a more distinctive look.\u003c\/p\u003e\n\u003ch2 id=\"qa-2\"\u003eDo I Need to Boil This Mouthguard?\u003c\/h2\u003e\n\u003cp\u003eNo. Speed XL is a \u003cstrong\u003eno-boil mouthguard\u003c\/strong\u003e designed to be worn right out of the package—no molding, no mess, just consistent fit and comfort.\u003c\/p\u003e\n\u003cdiv aria-label=\"Care tip\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eCare Tip\u003c\/div\u003e\n\u003cp\u003eRinse after every use, gently clean with mild soap, and let it air dry completely before storing. Keep the bite pad and breathing areas clear for best comfort and airflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= COLLAPSED: FAQ ========================== --\u003e\n\u003cdetails aria-label=\"Frequently Asked Questions\" class=\"bt-collapse\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003eFrequently Asked Questions\u003cspan aria-hidden=\"true\" class=\"bt-collapse__chev\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"bt-collapse__content bt-faq\"\u003e\n\u003ch3\u003eWho is Speed XL made for?\u003c\/h3\u003e\n\u003cp\u003eSpeed XL is built for high school and college athletes who want a bigger strapped mouthguard with strong visual presence, dependable airflow, and a durable connected tether.\u003c\/p\u003e\n\u003ch3\u003eIs Speed XL ready to wear?\u003c\/h3\u003e\n\u003cp\u003eYes. It’s a no-boil mouthguard and is ready to wear right out of the package.\u003c\/p\u003e\n\u003ch3\u003eCan I use Speed XL with braces?\u003c\/h3\u003e\n\u003cp\u003eYes. Speed XL is designed to work comfortably with braces while maintaining airflow and game-ready protection.\u003c\/p\u003e\n\u003ch3\u003eIs the strap removable?\u003c\/h3\u003e\n\u003cp\u003eThis model features a connected thick strap that remains attached for athletes who prefer or require strapped play.\u003c\/p\u003e\n\u003ch3\u003eWhat makes the Splatter design different?\u003c\/h3\u003e\n\u003cp\u003eThe Splatter edition features a high-contrast red paint-splatter graphic across the mouthguard and connected strap, giving the Speed XL shape a more aggressive, custom look.\u003c\/p\u003e\n\u003ch3\u003eHow do I clean Speed XL?\u003c\/h3\u003e\n\u003cp\u003eRinse after use, gently clean with mild soap, and let it air dry completely before storing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= WARRANTY ========================== --\u003e\n\u003ch2 id=\"warranty\"\u003eWarranty\u003c\/h2\u003e\n\u003cdiv aria-label=\"Warranty highlight\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eUnlimited Defective Guarantee + $5,000 Dental Warranty\u003c\/div\u003e\n\u003cp\u003eBattle stands behind Speed XL with an \u003cstrong\u003eUnlimited Defective Guarantee\u003c\/strong\u003e and a \u003cstrong\u003e$5,000 Dental Warranty\u003c\/strong\u003e—valid \u003cstrong\u003ewith or without braces\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= COLLAPSED: LEARN MORE LINKS ========================== --\u003e\n\u003cdetails aria-label=\"Learn more\" class=\"bt-collapse\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003eLearn More About Mouthguards, Braces \u0026amp; Care\u003cspan aria-hidden=\"true\" class=\"bt-collapse__chev\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"bt-collapse__content bt-blog-links\"\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca rel=\"noopener noreferrer\" style=\"text-decoration: underline;\" href=\"https:\/\/battlesports.com\/blogs\/news\/how-to-wear-a-mouthguard-with-braces\" target=\"_blank\"\u003e How to Wear a Mouthguard with Braces \u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener noreferrer\" style=\"text-decoration: underline;\" href=\"https:\/\/battlesports.com\/blogs\/news\/how-to-clean-a-football-mouthguard\" target=\"_blank\"\u003e How to Clean a Mouthguard (Quick Care Guide) \u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca rel=\"noopener noreferrer\" style=\"text-decoration: underline;\" href=\"https:\/\/battlesports.com\/collections\/mouthguards\" target=\"_blank\"\u003e Shop Battle Mouthguards \u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- ========================= RELATED TOPICS ========================== --\u003e\n\u003cp style=\"font-size: 0.9em; opacity: 0.8;\" id=\"related-topics\"\u003eRelated topics: splatter speed xl football mouthguard, battle splatter mouthpiece, red splatter football mouthguard, extra wide strap football mouthguard, connected thick strap mouthguard, oversized logo mouthguard, high school football mouthguard, college football mouthguard, braces friendly football mouthguard, no boil football mouthguard, maximum breathability mouthguard, lip shield bite pad mouthguard, impact protection football mouthguard, durable tethered mouthguard, graphic football mouthguard.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Battle Sports","offers":[{"title":"Black Splatter","offer_id":54099924451601,"sku":"50MGSPL003*","price":24.99,"currency_code":"USD","in_stock":true},{"title":"White Splatter","offer_id":54099924484369,"sku":"50MGSPL001*","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/black_white_red_splatter.png?v=1786051104","url":"https:\/\/battlesports.com\/products\/splatter-speed-xl-football-mouthguard-with-connected-thick-strap","provider":"Battle Sports","version":"1.0","type":"link"}