Game Day Track Jacket
/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== */ .bt-pdp { line-height: 1.55 !important; } /* ================= MOBILE GUTTER FIX ================= Theme a lready 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); } /* ========================================================= FIX: Inner padding inside dropdown content (FAQ + Learn More) ======================================================= */ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 14px 16px 16px !important; /* mobile-friendly */ } @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; } /* (Unused after removing Complete the Look, kept to preserve CSS as requested) */ .bt-look-scroll{ width: 100%; margin: 10px 0 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scroll-snap-type: x mandatory; } .bt-look-track{ display: inline-flex; gap: 12px; padding-bottom: 6px; } .bt-look-card{ scroll-snap-align: start; width: 200px; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; } @media (min-width: 768px){ .bt-look-card{ width: 240px; } } .bt-look-imgwrap{ width: 100%; aspect-ratio: 1 / 1; background: rgba(0,0,0,.03); overflow: hidden; } .bt-look-imgwrap img{ width: 100% !important; height: 100% !important; object-fit: cover; display: block; } .bt-look-body{ padding: 12px; display: flex; flex-direction: column; gap: 10px; } .bt-look-name{ font-weight: 700; line-height: 1.25; margin: 0 !important; font-size: 15px; } .bt-look-meta{ margin: 0 !important; font-size: 13px; opacity: .85; line-height: 1.35; } .bt-look-cta{ display: inline-flex; align-items: center; justify-content: center; width: 100%; border: 1px solid rgba(0,0,0,.18); border-radius: 10px; padding: 10px 12px; font-weight: 700; text-decoration: none; line-height: 1; background: rgba(0,0,0,.02); } .bt-look-cta:hover{ background: rgba(0,0,0,.04); } Game Day Track Jacket — locked in, mobile, and ready to move. Built for athletes who want clean performance style without giving up comfort, the Game Day Track Jacket delivers stretch mobility, a full-zip front, and a high-neck hood with a locking clasp for a more secure feel. Side slits and drawstrings finish the look with all-day function on and off the field. Product Overview The Game Day Track Jacket is made for warmups, travel, sidelines, and everyday rotation. Its performance stretch fabric gives you the comfort to move freely, while the high-neck hood adds coverage when conditions shift. With a streamlined full-zip design and slit sides for better ease of movement, this jacket is built to stay comfortable through every part of the day. Quick Win Built to move, designed to lock in. The high-neck hood with locking clasp gives you extra coverage, while stretch fabric and side slits keep the fit comfortable and mobile. Key Features 🔒High-neck hood with locking clasp — added coverage with a more secure, stay-put feel 🧥Full-zip front — easy layering for warmups, travel, and quick temperature changes ↔️Performance stretch fabric — built for comfort, flexibility, and everyday mobility 🎯Drawstring hood adjustment — dial in your fit when the weather or routine changes 🏃Side slit design — added comfort and easier movement through the torso and hem 🧵Lightweight performance blend — 93% polyester / 7% spandex for a smooth athletic feel Game Day Warmups Travel Sideline Wear Training Everyday Built for game-day movement From pregame prep to postgame travel, this jacket is designed to stay comfortable without slowing you down. The stretch fabric moves with you, and the side slits help the fit feel more natural through every step, rep, and routine. Tech Specs ▾ Product Name Game Day Track Jacket Closure Full-zip front Hood Design High-neck hood with locking clasp and drawstrings Mobility Feature Side slits for added comfort and ease of movement Fabric Performance stretch fabric Material Composition 93% polyester / 7% spandex Best Use Game day, warmups, training, travel, and everyday athletic wear When to Wear It The Game Day Track Jacket is ideal for pregame warmups, cool-weather practices, travel days, and sideline coverage. It also works as an everyday athletic layer when you want clean style with more performance function than a standard jacket. Fit & Movement Notes Built with a streamlined athletic feel, this jacket uses stretch fabric and side slits to help you move more naturally. The full-zip front makes layering easy, while the high-neck hood gives you added coverage when you want a more locked-in fit. Frequently Asked Questions ▾ What makes this different from a standard track jacket? The Game Day Track Jacket combines performance stretch fabric, a high-neck hood with locking clasp, and side slits for better comfort and mobility throughout the day. Is this jacket good for training and warmups? Yes. It’s built for warmups, training sessions, travel, and game-day layering with comfort and mobility in mind. What does the locking clasp do? The locking clasp helps secure the high-neck hood for a more stable, locked-in feel when you want added coverage. Will the fabric feel stiff? No. The 93% polyester / 7% spandex blend is designed to deliver a smooth performance feel with stretch for easier movement. What are the side slits for? The side slit design helps the jacket move more comfortably through the hem, giving you added ease of movement during wear. Related searches: Game Day Track Jacket, performance track jacket, full zip athletic jacket, high neck hood jacket, stretch game day jacket, training track jacket, sideline jacket, travel athletic jacket
More you might like
Related
Huskies Player/Coach Game Day Track Jacket
Related
River Kings Player/Coach Game Day Track Jacket (customizable
Related
adidas Men's Designed 4 Game Day Fullzip Track Jacket, Dash
Related