{"title":"Big Time Collection","description":null,"products":[{"product_id":"battle-premium-hoodie","title":"Big Time Relaxed Fit Hoodie - Adult","description":"\u003c!-- =========================================================\nBATTLE PDP (FILLED • Game Day Track Jacket)\n- Paste into Shopify product description (or wherever you render PDP HTML)\n- Warranty + Comparison sections removed\n- Tech Specs, FAQ, Learn More are collapsible\n- Complete the Look section removed\n========================================================= --\u003e\n\u003cstyle\u003e\n  \/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== *\/\n  .bt-pdp { \n    line-height: 1.55 !important;\n  }\n\n  \/* ================= MOBILE GUTTER FIX =================\n     Theme already provides LEFT spacing.\n     We ONLY add RIGHT spacing so margins appear equal.\n  ======================================================= *\/\n  .bt-pdp{\n    max-width: 100%;\n    overflow-x: hidden;\n\n    padding-left: 0 !important;        \/* keep theme left gutter *\/\n    padding-right: 16px !important;    \/* create matching right gutter *\/\n\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{\n      padding-right: 18px !important;\n    }\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,\n  .bt-pdp table,\n  .bt-pdp details,\n  .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,\n  .bt-pdp ul,\n  .bt-pdp ol,\n  .bt-pdp section,\n  .bt-pdp .bt-faq,\n  .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{\n    width: 34%;\n    font-weight: 600;\n    background: rgba(0,0,0,.03);\n  }\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{\n    margin: 0 0 14px !important;\n    line-height: 1.55 !important;\n  }\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 {\n    height: 1px;\n    background: rgba(0,0,0,.10);\n    border: 0;\n    margin: 18px 0;\n    width: 100%;\n  }\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 {\n    font-weight: 700;\n    margin: 0 0 6px !important;\n    line-height: 1.25;\n  }\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 {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin: 0 0 10px !important;\n  }\n  .bt-ico {\n    width: 22px;\n    min-width: 22px;\n    height: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(0,0,0,.14);\n    display: inline-flex;\n    align-items: center;\n    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\n  .bt-collapse__summary{\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px;\n    cursor: pointer;\n  }\n\n  .bt-collapse__h2{\n    margin: 0 !important;\n    line-height: 1.05 !important;\n  }\n\n  .bt-collapse__chev{\n    opacity: .75;\n    transition: transform .2s ease;\n  }\n  .bt-collapse[open] .bt-collapse__chev{\n    transform: rotate(180deg);\n  }\n\n  \/* =========================================================\n     FIX: Inner padding inside dropdown content (FAQ + Learn More)\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  \/* (Unused after removing Complete the Look, kept to preserve CSS as requested) *\/\n  .bt-look-scroll{\n    width: 100%;\n    margin: 10px 0 6px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    padding-bottom: 8px;\n    scroll-snap-type: x mandatory;\n  }\n  .bt-look-track{\n    display: inline-flex;\n    gap: 12px;\n    padding-bottom: 6px;\n  }\n  .bt-look-card{\n    scroll-snap-align: start;\n    width: 200px;\n    flex: 0 0 auto;\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n    display: flex;\n    flex-direction: column;\n  }\n  @media (min-width: 768px){\n    .bt-look-card{ width: 240px; }\n  }\n  .bt-look-imgwrap{\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background: rgba(0,0,0,.03);\n    overflow: hidden;\n  }\n  .bt-look-imgwrap img{\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: cover;\n    display: block;\n  }\n  .bt-look-body{\n    padding: 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .bt-look-name{\n    font-weight: 700;\n    line-height: 1.25;\n    margin: 0 !important;\n    font-size: 15px;\n  }\n  .bt-look-meta{\n    margin: 0 !important;\n    font-size: 13px;\n    opacity: .85;\n    line-height: 1.35;\n  }\n  .bt-look-cta{\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    border: 1px solid rgba(0,0,0,.18);\n    border-radius: 10px;\n    padding: 10px 12px;\n    font-weight: 700;\n    text-decoration: none;\n    line-height: 1;\n    background: rgba(0,0,0,.02);\n  }\n  .bt-look-cta:hover{ background: rgba(0,0,0,.04); }\n\u003c\/style\u003e\n\u003cdiv class=\"bt-pdp\"\u003e\n\u003c!-- =========================\n       HERO \/ POSITIONING\n  ========================== --\u003e\n\u003ch2 id=\"hero\"\u003eBig Time Relaxed Fit Hoodie — premium weight, broken-in feel, everyday comfort.\u003c\/h2\u003e\n\u003cp\u003eBuilt for athletes who want laid-back comfort with clean Battle style, the \u003cstrong\u003eBig Time Relaxed Fit Hoodie\u003c\/strong\u003e delivers a relaxed fit and mid weight fleece that’s comfortable enough for everyday wear. With a pullover design, drop shoulders, kangaroo pocket, and self-fabric lined hood, it’s built for easy comfort whether you're heading to the field, traveling, or winding down after the game.\u003c\/p\u003e\n\u003c!-- =========================\n       OVERVIEW\n  ========================== --\u003e\n\u003ch2 id=\"product-overview\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe Big Time Relaxed Fit Hoodie is built for travel days, post-practice recovery, cool-weather layering, and everyday rotation. Its 9.4 oz mid weight fleece delivers a premium balance of comfort and structure, while the relaxed fit and drop shoulder design create an effortless feel. Finished with ribbed sleeve cuffs, and a kangaroo pocket, this hoodie is made to become a go-to fast.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- =========================\n       QUICK WIN CALLOUT\n  ========================== --\u003e\n\u003cdiv aria-label=\"Quick info\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eQuick Win\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eRelaxed fit. Premium feel.\u003c\/strong\u003e Mid weight 9.4 oz fleece and a clean pullover build make this hoodie an easy everyday staple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n       KEY FEATURES (ICON LIST)\n  ========================== --\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\u003eRelaxed fit\u003c\/strong\u003e — easy everyday comfort with a roomier, laid-back feel\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔥\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMid weight 9.4 oz fleece\u003c\/strong\u003e — premium warmth and softness without feeling overly heavy\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e⬇️\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eDrop shoulder construction\u003c\/strong\u003e — adds a more relaxed silhouette and casual fit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e👐\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eKangaroo pocket\u003c\/strong\u003e — classic front storage and hand comfort in one\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🧵\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eSelf-fabric lined hood and ribbed cuffs\u003c\/strong\u003e — clean finish details built for daily wear\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- =========================\n       COLLAPSED: TECH SPECS\n  ========================== --\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\"\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBig Time Relaxed Fit Hoodie\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFit\u003c\/th\u003e\n\u003ctd\u003eRelaxed fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eMid weight 9.4 oz fleece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle\u003c\/th\u003e\n\u003ctd\u003ePullover hoodie\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConstruction Details\u003c\/th\u003e\n\u003ctd\u003eDrop shoulder, kangaroo pocket, self-fabric lined hood, sleeve cuff ribbing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSizing\u003c\/th\u003e\n\u003ctd\u003eAdult sizes only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBest Use\u003c\/th\u003e\n\u003ctd\u003eEveryday wear, travel, layering, sideline, and post-workout comfort\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!-- =========================\n       EDUCATION \/ DEFINITIONS\n  ========================== --\u003e\n\u003ch2 id=\"education-1\"\u003eWhen to Wear It\u003c\/h2\u003e\n\u003cp\u003eThe Big Time Relaxed Fit Hoodie is ideal for travel days, cool-weather layering, sideline wear, recovery days, and off-field everyday use. It is made for the moments when you want comfort first but still want your gear to look sharp and premium.\u003c\/p\u003e\n\u003ch2 id=\"education-2\"\u003eFit \u0026amp; Feel Notes\u003c\/h2\u003e\n\u003cp\u003eBuilt with a relaxed silhouette, this hoodie is designed to feel easy through the shoulders, body, and sleeves. The mid weight fleece adds warmth and substance, delivering a comfortable feel that holds its shape while still remaining soft for everyday wear.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- =========================\n       COLLAPSED: FAQ\n  ========================== --\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\u003eWhat makes this hoodie different from a standard hoodie?\u003c\/h3\u003e\n\u003cp\u003eThe Big Time Relaxed Fit Hoodie combines a relaxed fit, premium 9.4 oz mid weight fleece, and drop shoulder construction to deliver a more elevated everyday feel with added comfort, structure, and laid-back style.\u003c\/p\u003e\n\u003ch3\u003eIs this a slim athletic fit?\u003c\/h3\u003e\n\u003cp\u003eNo. This hoodie is designed with a relaxed fit, giving it a roomier and more casual feel than a standard athletic-cut hoodie.\u003c\/p\u003e\n\u003ch3\u003eDoes it have a front pocket?\u003c\/h3\u003e\n\u003cp\u003eYes. It features a classic kangaroo pocket for hand comfort and easy everyday utility.\u003c\/p\u003e\n\u003ch3\u003eWhat makes the fleece comfortable?\u003c\/h3\u003e\n\u003cp\u003eThe hoodie is made from premium 9.4 oz mid weight fleece that provides a balance of warmth, softness, and structure. It feels comfortable for everyday wear while still holding its shape throughout the day.\u003c\/p\u003e\n\u003ch3\u003eWhat sizes does it come in?\u003c\/h3\u003e\n\u003cp\u003eThe Big Time Relaxed Fit Hoodie is offered in adult sizes only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003c!-- =========================\n       RELATED TOPICS\n  ========================== --\u003e\n\u003cp style=\"font-size: 0.9em; opacity: 0.8;\" id=\"related-topics\"\u003eRelated searches: Battle Big Time Relaxed Fit Hoodie, premium fleece hoodie, relaxed fit hoodie, mid weight fleece hoodie, pullover athletic hoodie, adult pullover hoodie, Battle hoodie, relaxed athletic hoodie\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Battle Sports","offers":[{"title":"Black \/ S","offer_id":53234411372817,"sku":"40APPRE003*S","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":53234411405585,"sku":"40APPRE003*M","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ L","offer_id":53234411438353,"sku":"40APPRE003*L","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ XL","offer_id":53234411471121,"sku":"40APPRE003*XL","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ 2XL","offer_id":53234411503889,"sku":"40APPRE003*XXL","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ S","offer_id":53234411569425,"sku":"40APPRE038*S","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ M","offer_id":53234411602193,"sku":"40APPRE038*M","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ L","offer_id":53234411634961,"sku":"40APPRE038*L","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ XL","offer_id":53234411667729,"sku":"40APPRE038*XL","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ 2XL","offer_id":53234411700497,"sku":"40APPRE038*XXL","price":64.99,"currency_code":"USD","in_stock":false},{"title":"Grey \/ S","offer_id":53234425004305,"sku":"40APPRE006*S","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":53234425037073,"sku":"40APPRE006*M","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":53234425069841,"sku":"40APPRE006*L","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":53234425102609,"sku":"40APPRE006*XL","price":64.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":53234425135377,"sku":"40APPRE006*XXL","price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/BTL_HOOD_BLK_BACK_28b3526d-e36f-4ac7-8633-a0ca7d4e82f4.jpg?v=1776870443"},{"product_id":"big-time-relaxed-track-pants","title":"Big Time Relaxed Track Pants - Adult","description":"\u003c!-- =========================================================\nBATTLE PDP (FILLED • Big Time Relaxed Track Pants)\n- Paste into Shopify product description (or wherever you render PDP HTML)\n- Warranty + Comparison sections removed\n- Tech Specs, FAQ, Learn More are collapsible\n- Complete the Look section removed\n========================================================= --\u003e\n\u003cstyle\u003e\n  \/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== *\/\n  .bt-pdp { \n    line-height: 1.55 !important;\n  }\n\n  \/* ================= MOBILE GUTTER FIX =================\n     Theme already provides LEFT spacing.\n     We ONLY add RIGHT spacing so margins appear equal.\n  ======================================================= *\/\n  .bt-pdp{\n    max-width: 100%;\n    overflow-x: hidden;\n\n    padding-left: 0 !important;\n    padding-right: 16px !important;\n\n    box-sizing: border-box !important;\n    width: 100% !important;\n  }\n\n  @media (min-width: 768px){\n    .bt-pdp{\n      padding-right: 18px !important;\n    }\n  }\n\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  .bt-pdp *{ box-sizing: border-box !important; }\n  .bt-pdp img,\n  .bt-pdp table,\n  .bt-pdp details,\n  .bt-pdp div{ max-width: 100% !important; }\n\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  .bt-pdp p,\n  .bt-pdp ul,\n  .bt-pdp ol,\n  .bt-pdp section,\n  .bt-pdp .bt-faq,\n  .bt-pdp .bt-blog-links{\n    margin: 0 0 20px !important;\n    padding: 0 !important;\n  }\n\n  .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; }\n  .bt-pdp li{ margin: 0 0 6px !important; }\n\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{\n    width: 34%;\n    font-weight: 600;\n    background: rgba(0,0,0,.03);\n  }\n\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{\n    margin: 0 0 14px !important;\n    line-height: 1.55 !important;\n  }\n  .bt-faq p:last-child{ margin-bottom: 0 !important; }\n\n  .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; }\n  .bt-blog-links li{ margin: 0 0 8px !important; }\n\n  .bt-divider {\n    height: 1px;\n    background: rgba(0,0,0,.10);\n    border: 0;\n    margin: 18px 0;\n    width: 100%;\n  }\n\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 {\n    font-weight: 700;\n    margin: 0 0 6px !important;\n    line-height: 1.25;\n  }\n  .bt-callout p { margin: 0 !important; }\n\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  .bt-icon-list { list-style: none; padding-left: 0 !important; }\n  .bt-icon-list li {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin: 0 0 10px !important;\n  }\n  .bt-ico {\n    width: 22px;\n    min-width: 22px;\n    height: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(0,0,0,.14);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    background: rgba(0,0,0,.02);\n  }\n\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\n  .bt-collapse__summary{\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px;\n    cursor: pointer;\n  }\n\n  .bt-collapse__h2{\n    margin: 0 !important;\n    line-height: 1.05 !important;\n  }\n\n  .bt-collapse__chev{\n    opacity: .75;\n    transition: transform .2s ease;\n  }\n  .bt-collapse[open] .bt-collapse__chev{\n    transform: rotate(180deg);\n  }\n\n  .bt-pdp details.bt-collapse \u003e .bt-collapse__content{\n    padding: 14px 16px 16px !important;\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\u003c\/style\u003e\n\u003cdiv class=\"bt-pdp\"\u003e\n\u003ch2 id=\"hero\"\u003eBig Time Relaxed Track Pants — midweight fleece comfort with an easy athletic fit.\u003c\/h2\u003e\n\u003cp\u003eSettle into all-day comfort with \u003cstrong\u003eBattle Sports Big Time Relaxed Track Pants\u003c\/strong\u003e. Designed with a relaxed fit and premium midweight fleece, these pants deliver the soft feel athletes want for warmups, travel days, recovery, and everyday wear. The cotton-faced fleece keeps the exterior looking clean and structured, while the elastic waistband and tonal drawstring help dial in a comfortable, secure fit.\u003c\/p\u003e\n\u003ch2 id=\"product-overview\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eBig Time Relaxed Track Pants\u003c\/strong\u003e are designed for athletes who want laid-back comfort without losing that clean Battle look. The midweight fleece blend gives you dependable warmth and softness, while the relaxed fit makes them easy to wear through training days, team travel, or off-field downtime. With two side pockets and a back pocket, they also bring everyday function to a premium fleece essential.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003cdiv class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eQuick Win\u003c\/div\u003e\n\u003cp\u003eMidweight fleece delivers warmth without the bulk, while an elastic waistband, tonal drawstring, and three-pocket storage make these track pants an easy go-to for travel, recovery, and daily wear.\u003c\/p\u003e\n\u003c\/div\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\u003eMidweight fleece comfort\u003c\/strong\u003e — soft, warm fabric with just enough weight for year-round wear\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e😌\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eRelaxed fit\u003c\/strong\u003e — easy athletic feel designed for comfort on the move or at rest\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔧\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSelf-fabric elasticated waistband\u003c\/strong\u003e — secure fit that stays comfortable throughout the day\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔗\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eTonal drawstring\u003c\/strong\u003e — adjustable waist detail that keeps the look clean and understated\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e📱\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e2 side pockets\u003c\/strong\u003e — convenient everyday storage for essentials\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🎒\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eBack pocket\u003c\/strong\u003e — added utility for quick-access carry\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🧵\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eCotton-facing fleece\u003c\/strong\u003e — smooth outer finish paired with soft fleece comfort\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003cdetails class=\"bt-collapse bt-tech-specs\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003eTech Specs\u003cspan 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\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBig Time Relaxed Track Pants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFit\u003c\/th\u003e\n\u003ctd\u003eRelaxed fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric Weight\u003c\/th\u003e\n\u003ctd\u003eMid weight, 9.4 oz fleece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial Composition\u003c\/th\u003e\n\u003ctd\u003e80% cotton \/ 20% recycled polyester fleece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric Finish\u003c\/th\u003e\n\u003ctd\u003eCotton-facing fleece\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWaist\u003c\/th\u003e\n\u003ctd\u003eSelf-fabric elasticated waistband with tonal drawstring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePockets\u003c\/th\u003e\n\u003ctd\u003e2 side pockets + 1 back pocket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBest Use\u003c\/th\u003e\n\u003ctd\u003eWarmups, travel, recovery, casual wear, everyday athletic use\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\u003ch2 id=\"education-1\"\u003eWhen to Wear Them\u003c\/h2\u003e\n\u003cp\u003eBig Time Relaxed Track Pants are ideal for travel days, warmups, recovery, and everyday wear. The midweight fleece adds comfort without feeling overly heavy, making them a versatile option for athletes who want an easy off-field staple.\u003c\/p\u003e\n\u003ch2 id=\"education-2\"\u003eFit \u0026amp; Comfort Notes\u003c\/h2\u003e\n\u003cp\u003eThe relaxed fit gives these pants a roomier feel than a streamlined performance bottom, making them especially comfortable for downtime and daily wear. The elasticated waistband and tonal drawstring help you adjust the fit, while the cotton-facing fleece keeps the outside looking clean and premium.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003cdetails class=\"bt-collapse\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003eFrequently Asked Questions\u003cspan class=\"bt-collapse__chev\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"bt-collapse__content bt-faq\"\u003e\n\u003ch3\u003eWhat kind of fit do these pants have?\u003c\/h3\u003e\n\u003cp\u003eThey feature a relaxed fit designed for comfort and easy everyday wear.\u003c\/p\u003e\n\u003ch3\u003eWhat fabric are the Big Time Relaxed Track Pants made from?\u003c\/h3\u003e\n\u003cp\u003eThey are made from midweight 9.4 oz fleece with an 80% cotton and 20% recycled polyester blend.\u003c\/p\u003e\n\u003ch3\u003eDo these pants have pockets?\u003c\/h3\u003e\n\u003cp\u003eYes. They include two side pockets and one back pocket for convenient storage.\u003c\/p\u003e\n\u003ch3\u003eIs the waistband adjustable?\u003c\/h3\u003e\n\u003cp\u003eYes. The self-fabric elasticated waistband includes a tonal drawstring so you can adjust the fit.\u003c\/p\u003e\n\u003ch3\u003eAre these made more for performance or casual wear?\u003c\/h3\u003e\n\u003cp\u003eThey lean into comfort-first everyday wear, but they also work well for warmups, travel, and recovery thanks to the relaxed fit and durable fleece construction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003cp style=\"font-size: 0.9em; opacity: 0.8;\"\u003eRelated searches: Big Time Relaxed Track Pants, relaxed fit track pants, fleece athletic pants, cotton fleece track pants, travel track pants, recovery pants, warmup pants, everyday athletic fleece pants\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Battle Sports","offers":[{"title":"Black \/ S","offer_id":53234819105041,"sku":"118AP600003*S","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ M","offer_id":53234819137809,"sku":"118AP600003*M","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ L","offer_id":53234819170577,"sku":"118AP600003*L","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ XL","offer_id":53234819203345,"sku":"118AP600003*XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":53234819236113,"sku":"118AP600003*XXL","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ S","offer_id":53234818908433,"sku":"118AP600038*S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ M","offer_id":53234818941201,"sku":"118AP600038*M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ L","offer_id":53234818973969,"sku":"118AP600038*L","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Bone \/ XL","offer_id":53234819006737,"sku":"118AP600038*XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ 2XL","offer_id":53234819039505,"sku":"118AP600038*XXL","price":59.99,"currency_code":"USD","in_stock":false},{"title":"Grey \/ S","offer_id":54324010811665,"sku":"118AP600006*S","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":54324010844433,"sku":"118AP600006*M","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":54324010877201,"sku":"118AP600006*L","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":54324010909969,"sku":"118AP600006*XL","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":54324010942737,"sku":"118AP600006*XXL","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/BTL_jog_BLK.jpg?v=1776869601"},{"product_id":"big-time-relaxed-track-shorts","title":"Big Time Relaxed Track Shorts - Adult","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  .bt-pdp details.bt-collapse \u003e .bt-collapse__content{\n    padding: 14px 16px 16px !important;\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  .bt-hero-img{\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    display: block;\n    margin: 0 0 16px !important;\n  }\n\n  \/* Added only for new top-level section titles *\/\n  .bt-section-toggle{ margin-top: 0 !important; }\n  .bt-section-toggle + .bt-section-toggle{ margin-top: 0 !important; }\n\n  \/* Comparison cards *\/\n  .bt-compare-card{\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 12px;\n    padding: 10px 12px;\n    background: #fff;\n  }\n  .bt-compare-card--primary{ border-color: rgba(0,0,0,.22); }\n\n  .bt-compare-rows{ display: grid; gap: 8px; }\n  .bt-compare-row{ display: flex; gap: 10px; }\n  .bt-compare-label{ min-width: 72px; font-weight: 600; opacity: .85; }\n  .bt-compare-value{ flex: 1; }\n\n  \/* Horizontal scroll *\/\n  .bt-compare-scroll{\n    width: 100%;\n    margin: 12px 0 10px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    padding-bottom: 8px;\n    scroll-snap-type: x mandatory;\n    contain: layout paint;\n  }\n\n  .bt-compare-track{\n    white-space: nowrap;\n    font-size: 0;\n    padding-bottom: 10px;\n  }\n\n  .bt-compare-scroll .bt-compare-card{\n    display: inline-block;\n    white-space: normal;\n    font-size: 14px;\n    margin-right: 10px;\n    scroll-snap-align: start;\n    width: 210px;\n  }\n  @media (min-width: 768px){\n    .bt-compare-scroll .bt-compare-card{ width: 260px; }\n  }\n  \n\u003c\/style\u003e\n\u003cdiv class=\"bt-pdp\"\u003e\n\u003c!-- BT_OVERVIEW_START --\u003e\n\u003ch2 id=\"hero\"\u003eBig Time Relaxed Track Shorts. An Easy Fit Built for Everyday Wear.\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eBig Time Relaxed Track Shorts\u003c\/strong\u003e bring athletic style into your everyday rotation with a relaxed silhouette that is easy to wear. Built exclusively in adult sizes, they are a simple choice for casual days, travel, and laid-back looks.\u003c\/p\u003e\n\u003cdiv aria-label=\"Performance callout\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eQuick Win\u003c\/div\u003e\n\u003cp\u003eThe relaxed fit makes these shorts easy to style. Pair them with a tee, hoodie, or matching athletic layer for a comfortable look that works without overthinking it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003ch2 id=\"product-overview\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eBig Time Relaxed Track Shorts\u003c\/strong\u003e combine a laid-back fit with clean athletic styling. The relaxed shape gives them an easy profile that works for everyday wear, travel, or downtime. Pair them with your favorite Battle tee or hoodie when you want a casual outfit with a sport-driven look.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\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\u003eRelaxed Fit:\u003c\/strong\u003e Easy silhouette designed for comfortable, casual wear\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🏃\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eTrack-Inspired Style:\u003c\/strong\u003e Athletic look that fits naturally into an everyday wardrobe\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e✨\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eEasy Styling:\u003c\/strong\u003e Clean design that pairs well with tees, hoodies, and athletic layers\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🔄\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eVersatile Wear:\u003c\/strong\u003e Made for casual days, travel, downtime, and everyday rotation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul aria-label=\"Best for\" class=\"bt-badges\"\u003e\n\u003cli class=\"bt-badge\"\u003eRelaxed Fit\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eTrack Style\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eAdult Sizes\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eEveryday Wear\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eTravel\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eCasual Outfits\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- BT_OVERVIEW_END --\u003e\n\n\u003chr class=\"bt-divider\"\u003e\n\n\u003cdetails class=\"bt-collapse bt-section-toggle\"\u003e\n\u003csummary class=\"bt-collapse__summary\"\u003e\u003cspan class=\"bt-collapse__h2\"\u003eDetails \u0026amp; Fit\u003c\/span\u003e\u003cspan aria-hidden=\"true\" class=\"bt-collapse__chev\"\u003e▾\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"bt-collapse__content\"\u003e\n\u003c!-- BT_SPECS_START --\u003e\n\u003cdiv aria-label=\"Fit guide\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eMade with a Relaxed Fit\u003c\/div\u003e\n\u003cp\u003eThese track shorts are designed with an easy, relaxed silhouette. Check the size chart before ordering to find the fit that works best for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"bt-divider\"\u003e\n\u003ch2 id=\"fit-details\"\u003eFit \u0026amp; Style Details\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eBig Time Relaxed Track Shorts\u003c\/strong\u003e are designed with a casual shape that delivers an easy, athletic look. Their clean styling makes them simple to pair with the rest of your rotation, whether you are wearing a T-shirt, hoodie, or coordinating athletic layer. Available in adult sizes only.\u003c\/p\u003e\n\u003chr class=\"bt-divider\"\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\"\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eBig Time Relaxed Track Shorts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eRelaxed track shorts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFit\u003c\/th\u003e\n\u003ctd\u003eRelaxed silhouette made for easy, everyday wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSizing Guidance\u003c\/th\u003e\n\u003ctd\u003eAvailable in adult sizes only; consult the size chart for exact measurements\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eClean, track-inspired design with a casual athletic look\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBest For\u003c\/th\u003e\n\u003ctd\u003eEveryday wear, casual outfits, travel, and downtime\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle Use\u003c\/th\u003e\n\u003ctd\u003eEasy to pair with tees, hoodies, and other athletic layers\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\u003ch2 id=\"when-to-wear\"\u003eWhen to Wear It\u003c\/h2\u003e\n\u003cp\u003eThese are the shorts to grab when you want a relaxed outfit with an athletic edge. They work for everyday wear, travel, weekends, or any casual setting where comfort and easy styling matter.\u003c\/p\u003e\n\u003cdiv aria-label=\"Use tip\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eUse Tip\u003c\/div\u003e\n\u003cp\u003ePair them with a simple tee for warm days or add a hoodie when the temperature drops. Keep the rest of the outfit clean and let the relaxed track silhouette carry the look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BT_SPECS_END --\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n","brand":"Battle Sports","offers":[{"title":"Black \/ S","offer_id":54467655336209,"sku":"118AP700003*S","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":54467655368977,"sku":"118AP700003*M","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":54467655401745,"sku":"118AP700003*L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":54467655434513,"sku":"118AP700003*XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":54467655467281,"sku":"118AP700003*XXL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ S","offer_id":54467655663889,"sku":"118AP700038*S","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ M","offer_id":54467655696657,"sku":"118AP700038*M","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ L","offer_id":54467655729425,"sku":"118AP700038*L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ XL","offer_id":54467655762193,"sku":"118AP700038*XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Bone \/ XXL","offer_id":54467655794961,"sku":"118AP700038*XXL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":54467659497745,"sku":"118AP700006*S","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":54467659530513,"sku":"118AP700006*M","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":54467659563281,"sku":"118AP700006*L","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":54467659596049,"sku":"118AP700006*XL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XXL","offer_id":54467659628817,"sku":"118AP700006*XXL","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/BlackFront.jpg?v=1787863516"}],"url":"https:\/\/battlesports.com\/collections\/big-time-collection.oembed","provider":"Battle Sports","version":"1.0","type":"link"}