{"product_id":"aeromesh-premium-tee","title":"AeroMesh Premium Tee","description":"\u003c!-- =========================================================\nBATTLE PDP (FILLED • AeroMesh Battle Logo Tee)\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========================================================= --\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  \/* ===== Horizontal scroll wrapper ===== *\/\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\n  .bt-look-track{\n    display: inline-flex;\n    gap: 12px;\n    padding-bottom: 6px;\n  }\n\n  \/* ===== Individual cards ===== *\/\n  .bt-look-card{\n    scroll-snap-align: start;\n    width: 200px;\n    flex: 0 0 auto;\n\n    border: 1px solid rgba(0,0,0,.12);\n    border-radius: 12px;\n    overflow: hidden;\n    background: #fff;\n\n    display: flex;\n    flex-direction: column;\n  }\n\n  \/* Slightly larger cards on desktop *\/\n  @media (min-width: 768px){\n    .bt-look-card{ width: 240px; }\n  }\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\n  .bt-look-imgwrap img{\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: cover;\n    display: block;\n  }\n\n  .bt-look-body{\n    padding: 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .bt-look-name{\n    font-weight: 700;\n    line-height: 1.25;\n    margin: 0 !important;\n    font-size: 15px;\n  }\n\n  .bt-look-meta{\n    margin: 0 !important;\n    font-size: 13px;\n    opacity: .85;\n    line-height: 1.35;\n  }\n\n  .bt-look-cta{\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n\n    border: 1px solid rgba(0,0,0,.18);\n    border-radius: 10px;\n    padding: 10px 12px;\n\n    font-weight: 700;\n    text-decoration: none;\n    line-height: 1;\n\n    background: rgba(0,0,0,.02);\n  }\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\"\u003eBuilt to breathe. Designed to represent.\u003c\/h2\u003e\n\u003cp\u003eThe AeroMesh Premium Tee combines lightweight training performance with a clean football-first look. A small chest mark keeps the front minimal, while the oversized Battle graphic across the back makes the statement.\u003c\/p\u003e\n\u003c!-- =========================\n       OVERVIEW\n  ========================== --\u003e\n\u003ch2 id=\"product-overview\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eAeroMesh Premium Tee\u003c\/strong\u003e is made for athletes who want breathable comfort without looking like they are wearing a basic workout shirt. Its mesh-inspired construction keeps the feel light and easy, while the \u003cstrong\u003elogo treatment\u003c\/strong\u003e delivers a sharp look from the gym to the street.\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\u003ePerformance without the plain look.\u003c\/strong\u003e Train in it, travel in it, or wear it as the centerpiece of an everyday football fit.\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\u003eBreathable AeroMesh feel\u003c\/strong\u003e helps air move when training intensity rises\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🏃\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMade to move\u003c\/strong\u003e through lifting, conditioning, field work, and everyday activity\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🧵\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eLightweight construction\u003c\/strong\u003e keeps the shirt comfortable without feeling bulky\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e👕\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eAthletic silhouette\u003c\/strong\u003e creates a clean fit with room for natural movement\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🎨\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eFront-and-back Battle graphics\u003c\/strong\u003e pair a subtle chest logo with a bold oversized back design\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bt-ico\"\u003e🧼\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eEasy care\u003c\/strong\u003e makes it ready for repeat workouts and weekly rotation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- =========================\n       BADGES (BEST FOR)\n  ========================== --\u003e\n\u003cul aria-label=\"Best for\" class=\"bt-badges\"\u003e\n\u003cli class=\"bt-badge\"\u003eStrength Training\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eField Work\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eWarm Weather\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eTeam Travel\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eEveryday Style\u003c\/li\u003e\n\u003cli class=\"bt-badge\"\u003eFootball Culture\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- =========================\n       BUILT FOR \/ CONFIDENCE\n  ========================== --\u003e\n\u003cdiv aria-label=\"Confidence callout\" role=\"note\" class=\"bt-callout\"\u003e\n\u003cdiv class=\"bt-callout-title\"\u003eFootball is in every detail\u003c\/div\u003e\n\u003cp\u003eFrom the breathable body to the oversized back graphic, this tee is built to perform while keeping the Battle identity impossible to miss.\u003c\/p\u003e\n\u003c\/div\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\" open=\"\"\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\"\u003eFabric\u003c\/th\u003e\n\u003ctd\u003eBreathable polyester training fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFit\u003c\/th\u003e\n\u003ctd\u003eAthletic fit designed for unrestricted movement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFeel\u003c\/th\u003e\n\u003ctd\u003eLightweight, breathable, and smooth against the body\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eUse\u003c\/th\u003e\n\u003ctd\u003eTraining, conditioning, field sessions, travel, and everyday wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColorway\u003c\/th\u003e\n\u003ctd\u003eBlack, White, Columbia Blue, Sand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCare\u003c\/th\u003e\n\u003ctd\u003eMachine wash cold. Tumble dry low.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBranding\u003c\/th\u003e\n\u003ctd\u003eSmall front Battle logo and oversized Battle back 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!-- =========================\n       EDUCATION \/ DEFINITIONS\n  ========================== --\u003e\n\u003ch2 id=\"education-1\"\u003eWhen to Wear It\u003c\/h2\u003e\n\u003cp\u003eUse it for lifting, speed work, conditioning, practice days, and warm-weather training. The bold back design also makes it strong enough to wear off the field without looking like standard performance gear.\u003c\/p\u003e\n\u003ch2 id=\"education-2\"\u003eFit \u0026amp; Sizing Notes\u003c\/h2\u003e\n\u003cp\u003eAthletic training fit with room to move. Choose your normal size for a clean performance fit, or size up for a looser, more oversized look.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Battle Sports","offers":[{"title":"Black \/ Adult \/ S","offer_id":53701288263953,"sku":"6AP720003*S","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ M","offer_id":53701288296721,"sku":"6AP720003*M","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ L","offer_id":53701288329489,"sku":"6AP720003*L","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ XL","offer_id":53701288362257,"sku":"6AP720003*XL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Adult \/ XXL","offer_id":53701288395025,"sku":"6AP720003*XXL","price":44.99,"currency_code":"USD","in_stock":false},{"title":"Black \/ Adult \/ XXXL","offer_id":53701288427793,"sku":"6AP720003*XXXL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ S","offer_id":53701288460561,"sku":"6AP72Y003*S","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ M","offer_id":53701288493329,"sku":"6AP72Y003*M","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ L","offer_id":53701288526097,"sku":"6AP72Y003*L","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Youth \/ XL","offer_id":53701288558865,"sku":"6AP72Y003*XL","price":37.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ S","offer_id":53701288919313,"sku":"6AP720001*S","price":44.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ M","offer_id":53701288952081,"sku":"6AP720001*M","price":44.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ L","offer_id":53701288984849,"sku":"6AP720001*L","price":44.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ XL","offer_id":53701289017617,"sku":"6AP720001*XL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Adult \/ XXL","offer_id":53701289050385,"sku":"6AP720001*XXL","price":44.99,"currency_code":"USD","in_stock":false},{"title":"White \/ Adult \/ XXXL","offer_id":53701289083153,"sku":"6AP720001*XXXL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ S","offer_id":53701289115921,"sku":"6AP72Y001*S","price":37.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ M","offer_id":53701289148689,"sku":"6AP72Y001*M","price":37.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ L","offer_id":53701289181457,"sku":"6AP72Y001*L","price":37.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Youth \/ XL","offer_id":53701289214225,"sku":"6AP72Y001*XL","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Adult \/ S","offer_id":53701289902353,"sku":"6AP720036*S","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Adult \/ M","offer_id":53701289935121,"sku":"6AP720036*M","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Adult \/ L","offer_id":53701289967889,"sku":"6AP720036*L","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Adult \/ XL","offer_id":53701290000657,"sku":"6AP720036*XL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Adult \/ XXL","offer_id":53701290033425,"sku":"6AP720036*XXL","price":44.99,"currency_code":"USD","in_stock":false},{"title":"Columbia Blue \/ Adult \/ XXXL","offer_id":53701290066193,"sku":"6AP720036*XXXL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Youth \/ S","offer_id":53701290098961,"sku":"6AP72Y036*S","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Youth \/ M","offer_id":53701290131729,"sku":"6AP72Y036*M","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Youth \/ L","offer_id":53701290164497,"sku":"6AP72Y036*L","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Columbia Blue \/ Youth \/ XL","offer_id":53701290197265,"sku":"6AP72Y036*XL","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Adult \/ S","offer_id":53701292327185,"sku":"6AP720040*S","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Adult \/ M","offer_id":53701292359953,"sku":"6AP720040*M","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Adult \/ L","offer_id":53701292392721,"sku":"6AP720040*L","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Adult \/ XL","offer_id":53701292425489,"sku":"6AP720040*XL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Adult \/ XXL","offer_id":53701292458257,"sku":"6AP720040*XXL","price":44.99,"currency_code":"USD","in_stock":false},{"title":"Sand \/ Adult \/ XXXL","offer_id":53701292491025,"sku":"6AP720040*XXXL","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Youth \/ S","offer_id":53701292523793,"sku":"6AP72Y040*S","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Youth \/ M","offer_id":53701292556561,"sku":"6AP72Y040*M","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Youth \/ L","offer_id":53701292589329,"sku":"6AP72Y040*L","price":37.99,"currency_code":"USD","in_stock":true},{"title":"Sand \/ Youth \/ XL","offer_id":53701292622097,"sku":"6AP72Y040*XL","price":37.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0896\/4315\/5729\/files\/AeroMeshBlackBack.jpg?v=1782243415","url":"https:\/\/battlesports.com\/products\/aeromesh-premium-tee","provider":"Battle Sports","version":"1.0","type":"link"}