{"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\/products\/big-time-relaxed-track-shorts","provider":"Battle Sports","version":"1.0","type":"link"}