{"product_id":"oversized-simple-t-shirt","title":"Oversized Simple T-Shirt","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\"\u003eOversized Simple T-Shirt. Relaxed Fit with a Clean, Everyday Look.\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eOversized Simple T-Shirt\u003c\/strong\u003e keeps things straightforward with a roomy silhouette and understated style. It is an easy choice for casual days, laid-back layering, and anyone who prefers a looser fit over a standard T-shirt shape.\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 oversized fit gives this tee its look. Wear it loose with shorts, joggers, or denim for an easy outfit that does not need overthinking.\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\u003eOversized Simple T-Shirt\u003c\/strong\u003e is built around a relaxed, oversized silhouette and clean styling that works across your everyday rotation. The roomier shape creates a casual look that is easy to wear on its own or layer with other pieces. Pair it with athletic shorts, joggers, or denim when you want a simple outfit with a more relaxed profile than a standard-fit tee.\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\u003eOversized Fit:\u003c\/strong\u003e Roomier silhouette designed for a relaxed, casual look\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e↔️\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eEasy Movement:\u003c\/strong\u003e Loose shape provides more space through the body than a standard-fit tee\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e✨\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eSimple Styling:\u003c\/strong\u003e Clean design that is easy to work into everyday outfits\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 Works on its own or as part of a layered casual look\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\"\u003eOversized Fit\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eRelaxed Shape\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eSimple Style\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eEveryday Wear\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eEasy Layering\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\"\u003eBuilt to Wear Loose\u003c\/div\u003e\n\u003cp\u003eThis tee is intentionally oversized. Choose your usual size for the intended roomy look, or compare the size chart before ordering if you prefer a closer fit.\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\u003eOversized Simple T-Shirt\u003c\/strong\u003e is designed to fit looser than a standard tee, creating a relaxed silhouette with extra room through the body. Its clean styling makes it easy to wear with athletic or casual pieces without competing with the rest of your outfit. Wear it untucked to emphasize the oversized shape, or layer it when you want a roomier base piece.\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\u003eOversized Simple T-Shirt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eOversized casual T-shirt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFit\u003c\/th\u003e\n\u003ctd\u003eIntentionally oversized with a relaxed, roomy silhouette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSizing Guidance\u003c\/th\u003e\n\u003ctd\u003eChoose your usual size for the intended oversized look; 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, simple design made for easy everyday outfits\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 relaxed layering\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 shorts, denim, joggers, and other casual 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\u003eThis is the tee to grab when you want a relaxed outfit without adding unnecessary detail. It works for everyday wear, travel, weekends, or any casual setting where an oversized silhouette fits the look.\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\u003eKeep the rest of the outfit simple and let the oversized silhouette carry the look. Pair it with fitted or relaxed bottoms depending on how loose you want the full outfit to feel.\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":"White \/ Adult \/ S","offer_id":54090774872337,"sku":"5APSIM001*S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ M","offer_id":54090774905105,"sku":"5APSIM001*M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ L","offer_id":54090774937873,"sku":"5APSIM001*L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ XL","offer_id":54090774970641,"sku":"5APSIM001*XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ XXL","offer_id":54090775003409,"sku":"5APSIM001*XL","price":39.99,"currency_code":"USD","in_stock":false},{"title":"White \/ Youth \/ S","offer_id":54090775068945,"sku":"5APYSM001*S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ M","offer_id":54090775101713,"sku":"5APYSM001*M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ L","offer_id":54090775134481,"sku":"5APYSM001*L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ XL","offer_id":54090775167249,"sku":"5APYSM001*XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ S","offer_id":54090775200017,"sku":"5APSIM003*S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ M","offer_id":54090775232785,"sku":"5APSIM003*M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ L","offer_id":54090775265553,"sku":"5APSIM003*L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ XL","offer_id":54090775298321,"sku":"5APSIM003*XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ XXL","offer_id":54090775331089,"sku":"5APSIM003*XL","price":39.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ Youth \/ S","offer_id":54090775396625,"sku":"5APYSM003*S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ M","offer_id":54090775429393,"sku":"5APYSM003*M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ L","offer_id":54090775462161,"sku":"5APYSM003*L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ XL","offer_id":54090775494929,"sku":"5APYSM003*XL","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/BATTLE_OVERSIZED_SIMPLE_TEE_BLACK.jpg?v=1785876732","url":"https:\/\/battlesports.com\/products\/oversized-simple-t-shirt","provider":"Battle Sports","version":"1.0","type":"link"}