{"product_id":"mens-compression-body-shaper-short-sleeve-shirt-1-2-pack-219796281843","title":"Men's Compression Body Shaper Short Sleeve Shirt - 1-2 Pack","description":"\u003cstyle\u003e\n\/* ============================================================\n   MEN'S ATHLETIC T-SHIRT\n   PREMIUM SHOPIFY PRODUCT PAGE\n   ============================================================ *\/\n\n.athletic-page {\n  --bg: #0B1118;\n  --bg2: #101A24;\n  --card: #F5F8FB;\n  --card2: #EAF2F8;\n  --blue: #39A9FF;\n  --blue-dark: #176EA8;\n  --navy: #17324A;\n  --text: #16222D;\n  --muted: #667481;\n  --white: #FFFFFF;\n\n  width: 100%;\n  overflow: hidden;\n  background:\n    radial-gradient(circle at 12% 8%, rgba(57,169,255,.18), transparent 25%),\n    radial-gradient(circle at 88% 25%, rgba(70,120,170,.12), transparent 25%),\n    linear-gradient(180deg, var(--bg), var(--bg2));\n  color: var(--text);\n  font-family: inherit;\n}\n\n.athletic-wrap {\n  max-width: 1200px;\n  margin: auto;\n  padding: 28px 18px 90px;\n}\n\n.athletic-card {\n  margin-bottom: 28px;\n  border-radius: 30px;\n  overflow: hidden;\n  background: var(--card);\n  box-shadow:\n    0 24px 70px rgba(0,0,0,.28),\n    0 3px 10px rgba(0,0,0,.12);\n  position: relative;\n}\n\n.athletic-inner {\n  padding: 60px;\n}\n\n.athletic-kicker {\n  display: inline-block;\n  margin-bottom: 15px;\n  color: var(--blue-dark);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.athletic-title {\n  margin: 0 0 20px;\n  font-size: clamp(42px,5vw,70px);\n  line-height: .98;\n  letter-spacing: -2px;\n  color: var(--navy);\n  font-weight: 900;\n}\n\n.athletic-title span {\n  color: var(--blue);\n}\n\n.athletic-subtitle {\n  max-width: 700px;\n  margin: 0 auto 28px;\n  color: var(--muted);\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n.athletic-center {\n  text-align: center;\n}\n\n\/* BUTTON *\/\n\n.athletic-btn {\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  min-width: 190px;\n  padding: 17px 30px;\n  border-radius: 999px;\n  background: var(--blue);\n  color: #fff;\n  text-decoration: none;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .6px;\n  box-shadow: 0 14px 34px rgba(57,169,255,.25);\n  transition: .3s ease;\n}\n\n.athletic-btn:hover {\n  transform: translateY(-4px);\n  background: #168CE0;\n}\n\n\/* HERO *\/\n\n.athletic-hero {\n  display: grid;\n  grid-template-columns: .9fr 1.1fr;\n  align-items: center;\n  gap: 48px;\n}\n\n.athletic-hero-copy p {\n  color: var(--muted);\n  line-height: 1.8;\n  font-size: 18px;\n  margin-bottom: 28px;\n}\n\n.athletic-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 25px 0;\n}\n\n.athletic-tag {\n  background: #E2EEF6;\n  color: var(--navy);\n  border-radius: 999px;\n  padding: 9px 14px;\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.athletic-hero-media img {\n  width: 100%;\n  display: block;\n  border-radius: 24px;\n  transition: .55s ease;\n}\n\n.athletic-card:hover .athletic-hero-media img {\n  transform: scale(1.015);\n}\n\n\/* BENEFITS *\/\n\n.athletic-benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 18px;\n  margin-top: 40px;\n}\n\n.athletic-benefit {\n  padding: 28px;\n  border-radius: 22px;\n  background: #FFFFFF;\n  border: 1px solid rgba(22,50,74,.07);\n  transition: .3s ease;\n}\n\n.athletic-benefit:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 38px rgba(23,50,74,.10);\n}\n\n.athletic-icon {\n  width: 56px;\n  height: 56px;\n  border-radius: 17px;\n  background: #E3F3FF;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin-bottom: 18px;\n  font-size: 25px;\n}\n\n.athletic-benefit h3 {\n  margin: 0 0 10px;\n  font-size: 20px;\n  color: var(--navy);\n}\n\n.athletic-benefit p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* STORY *\/\n\n.athletic-story {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  align-items: center;\n  gap: 48px;\n}\n\n.athletic-story.reverse {\n  direction: rtl;\n}\n\n.athletic-story.reverse \u003e * {\n  direction: ltr;\n}\n\n.athletic-story-image {\n  border-radius: 26px;\n  overflow: hidden;\n}\n\n.athletic-story-image img {\n  width: 100%;\n  display: block;\n  transition: .6s ease;\n}\n\n.athletic-story:hover .athletic-story-image img {\n  transform: scale(1.06);\n}\n\n.athletic-story-copy h2 {\n  margin: 0 0 18px;\n  font-size: 38px;\n  line-height: 1.14;\n  color: var(--navy);\n}\n\n.athletic-story-copy p {\n  color: var(--muted);\n  line-height: 1.8;\n  font-size: 17px;\n}\n\n.athletic-list {\n  list-style: none;\n  padding: 0;\n  margin: 25px 0 0;\n}\n\n.athletic-list li {\n  padding: 9px 0;\n  color: var(--text);\n  font-size: 15px;\n}\n\n.athletic-list li::before {\n  content: \"✓\";\n  width: 23px;\n  height: 23px;\n  margin-right: 10px;\n  border-radius: 50%;\n  background: #E2F5FF;\n  color: var(--blue-dark);\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  font-weight: 900;\n  font-size: 12px;\n}\n\n\/* PERFORMANCE *\/\n\n.athletic-performance {\n  background:\n    radial-gradient(circle at 80% 10%, rgba(57,169,255,.12), transparent 30%),\n    linear-gradient(135deg,#EFF7FC,#E4EEF5);\n}\n\n.athletic-performance-box {\n  padding: 34px;\n  border-radius: 26px;\n  background: #FFFFFF;\n  box-shadow: 0 18px 40px rgba(22,50,74,.08);\n}\n\n.athletic-meter {\n  margin-top: 20px;\n}\n\n.athletic-meter-row {\n  margin-bottom: 18px;\n}\n\n.athletic-meter-label {\n  display: flex;\n  justify-content: space-between;\n  margin-bottom: 7px;\n  color: var(--navy);\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.athletic-meter-track {\n  height: 9px;\n  background: #E1EAF0;\n  border-radius: 999px;\n  overflow: hidden;\n}\n\n.athletic-meter-fill {\n  height: 100%;\n  border-radius: 999px;\n  background: linear-gradient(90deg,#207EC0,#52B7F9);\n}\n\n\/* USE CASE *\/\n\n.athletic-usecases {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 18px;\n  margin-top: 40px;\n}\n\n.athletic-usecase {\n  min-height: 230px;\n  border-radius: 24px;\n  position: relative;\n  overflow: hidden;\n  padding: 28px;\n  display: flex;\n  align-items: flex-end;\n  color: white;\n  background-size: cover;\n  background-position: center;\n}\n\n.athletic-usecase::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    180deg,\n    transparent 25%,\n    rgba(7,15,23,.85)\n  );\n}\n\n.athletic-usecase-content {\n  position: relative;\n  z-index: 2;\n}\n\n.athletic-usecase h3 {\n  margin: 0 0 7px;\n  font-size: 23px;\n}\n\n.athletic-usecase p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.6;\n  opacity: .9;\n}\n\n\/* SPECS *\/\n\n.athletic-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 14px;\n  margin-top: 35px;\n}\n\n.athletic-spec {\n  background: #FFFFFF;\n  border-radius: 18px;\n  padding: 20px 22px;\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  border: 1px solid rgba(22,50,74,.07);\n}\n\n.athletic-spec strong {\n  color: var(--navy);\n}\n\n.athletic-spec span {\n  color: var(--muted);\n  text-align: right;\n}\n\n\/* FAQ *\/\n\n.athletic-faq details {\n  border-bottom: 1px solid #DDE6EC;\n}\n\n.athletic-faq details:last-child {\n  border-bottom: none;\n}\n\n.athletic-faq summary {\n  list-style: none;\n  cursor: pointer;\n  padding: 20px 0;\n  color: var(--navy);\n  font-size: 17px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.athletic-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.athletic-faq summary::after {\n  content: \"+\";\n  color: var(--blue);\n  font-size: 25px;\n  font-weight: 400;\n}\n\n.athletic-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.athletic-faq p {\n  margin: 0;\n  padding: 0 0 20px;\n  color: var(--muted);\n  line-height: 1.8;\n  font-size: 15px;\n}\n\n\/* FINAL CTA *\/\n\n.athletic-final {\n  color: white;\n  background:\n    radial-gradient(circle at 15% 15%, rgba(57,169,255,.22), transparent 28%),\n    linear-gradient(135deg,#102333,#08131D);\n}\n\n.athletic-final .athletic-title {\n  color: #FFFFFF;\n}\n\n.athletic-final .athletic-title span {\n  color: #39A9FF;\n}\n\n.athletic-final .athletic-subtitle {\n  color: rgba(255,255,255,.76);\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width: 900px) {\n\n  .athletic-inner {\n    padding: 38px 24px;\n  }\n\n  .athletic-hero,\n  .athletic-story,\n  .athletic-story.reverse {\n    grid-template-columns: 1fr;\n    direction: ltr;\n  }\n\n  .athletic-benefit-grid {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .athletic-usecases {\n    grid-template-columns: 1fr;\n  }\n\n  .athletic-spec-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .athletic-story-copy h2 {\n    font-size: 31px;\n  }\n}\n\n@media(max-width: 600px) {\n\n  .athletic-wrap {\n    padding: 16px 12px 60px;\n  }\n\n  .athletic-card {\n    border-radius: 22px;\n    margin-bottom: 18px;\n  }\n\n  .athletic-inner {\n    padding: 28px 18px;\n  }\n\n  .athletic-benefit-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .athletic-title {\n    font-size: 42px;\n  }\n\n  .athletic-spec {\n    flex-direction: column;\n  }\n\n  .athletic-spec span {\n    text-align: left;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"athletic-page\"\u003e\n\u003cdiv class=\"athletic-wrap\"\u003e\n\u003c!-- =====================================================\n         01 HERO\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-hero\"\u003e\n\u003cdiv class=\"athletic-hero-copy\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-kicker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-kicker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-kicker\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eMEN'S ACTIVE ESSENTIAL\u003c\/div\u003e\n\u003cdiv class=\"athletic-kicker\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1 class=\"athletic-title\"\u003eMove Better.\u003cbr\u003eStay \u003cspan\u003eDry.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eA lightweight athletic crew-neck tee designed for workouts, running, training and everyday movement.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/31c5b977444548e78fa1e9e6637cc43c~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"1\/2\/3\/4 Pack Menswear Compression Body Shaper Shapewear Stretchy Short Sleeve Shirt Breathable Lightweight Comfy Workout Tank Top Sports Vest Fitness Tee Gym Exercise Activewear Elastic Formal Fabric Casual Natural Dress Soft Mesh\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"athletic-tags\"\u003e\n\u003cspan class=\"athletic-tag\"\u003e LIGHTWEIGHT \u003c\/span\u003e \u003cspan class=\"athletic-tag\"\u003e QUICK-DRY \u003c\/span\u003e \u003cspan class=\"athletic-tag\"\u003e BREATHABLE \u003c\/span\u003e \u003cspan class=\"athletic-tag\"\u003e CREW NECK \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#athletic-buy\" class=\"athletic-btn\"\u003e SHOP NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-hero-media\"\u003e\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/44100de9dbd6460ea3d47bd541a0c51d~tplv-fhlh96nyum-crop-webp:1500:1500.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" alt=\"1\/2\/3\/4 Pack Menswear Compression Body Shaper Shapewear Stretchy Short Sleeve Shirt Breathable Lightweight Comfy Workout Tank Top Sports Vest Fitness Tee Gym Exercise Activewear Elastic Formal Fabric Casual Natural Dress Soft Mesh\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 CORE BENEFITS\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eBUILT FOR ACTIVE DAYS\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003ePerformance Without The Fuss\u003c\/h2\u003e\n\u003cp class=\"athletic-subtitle\"\u003eKeep the focus on your workout, your run and your day — not on a heavy, uncomfortable shirt.\u003c\/p\u003e\n\u003cp class=\"athletic-subtitle\"\u003e\u003cimg src=\"https:\/\/p16-oec-general-useast8.ttcdn-us.com\/tos-useast8-i-rt0ujvrtvp-tx2\/1b471c9bf3374a818c92eae39aba617b~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"1\/2\/3\/4 Pack Menswear Compression Body Shaper Shapewear Stretchy Short Sleeve Shirt Breathable Lightweight Comfy Workout Tank Top Sports Vest Fitness Tee Gym Exercise Activewear Elastic Formal Fabric Casual Natural Dress Soft Mesh\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-benefit-grid\"\u003e\n\u003cdiv class=\"athletic-benefit\"\u003e\n\u003cdiv class=\"athletic-icon\"\u003e💨\u003c\/div\u003e\n\u003ch3\u003eBreathable Comfort\u003c\/h3\u003e\n\u003cp\u003eDesigned for a lighter, airier feel during active wear and everyday movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-benefit\"\u003e\n\u003cdiv class=\"athletic-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eQuick-Dry Feel\u003c\/h3\u003e\n\u003cp\u003eHelps manage moisture so you can stay comfortable as activity levels rise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-benefit\"\u003e\n\u003cdiv class=\"athletic-icon\"\u003e🏃\u003c\/div\u003e\n\u003ch3\u003eEasy Movement\u003c\/h3\u003e\n\u003cp\u003eAn athletic silhouette made for training, running and everyday movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-benefit\"\u003e\n\u003cdiv class=\"athletic-icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eLightweight Feel\u003c\/h3\u003e\n\u003cp\u003eA practical everyday layer that works well across changing routines and activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 QUICK DRY\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card athletic-performance\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-story\"\u003e\n\u003cdiv class=\"athletic-story-image\"\u003e\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/7d19d45d866444a69fa2b3e62a74baf6~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"1\/2\/3\/4 Pack Menswear Compression Body Shaper Shapewear Stretchy Short Sleeve Shirt Breathable Lightweight Comfy Workout Tank Top Sports Vest Fitness Tee Gym Exercise Activewear Elastic Formal Fabric Casual Natural Dress Soft Mesh\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-story-copy\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eTRAIN IN COMFORT\u003c\/div\u003e\n\u003ch2\u003eStay Comfortable When Things Heat Up.\u003c\/h2\u003e\n\u003cp\u003eWhether you're lifting, running or moving through a busy day, quick-dry performance helps the shirt feel less heavy when moisture builds up.\u003c\/p\u003e\n\u003cul class=\"athletic-list\"\u003e\n\u003cli\u003eLightweight activewear feel\u003c\/li\u003e\n\u003cli\u003eQuick-dry performance\u003c\/li\u003e\n\u003cli\u003eBreathable everyday comfort\u003c\/li\u003e\n\u003cli\u003eGreat for gym and running sessions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         04 MOVEMENT\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-story reverse\"\u003e\n\u003cdiv class=\"athletic-story-image\"\u003e\u003cimg src=\"https:\/\/p19-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/27123c793ae94b44a31140b19416cd7d~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"1\/2\/3\/4 Pack Menswear Compression Body Shaper Shapewear Stretchy Short Sleeve Shirt Breathable Lightweight Comfy Workout Tank Top Sports Vest Fitness Tee Gym Exercise Activewear Elastic Formal Fabric Casual Natural Dress Soft Mesh\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"athletic-story-copy\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eMADE TO MOVE\u003c\/div\u003e\n\u003ch2\u003eFrom First Rep To Final Rep.\u003c\/h2\u003e\n\u003cp\u003eKeep your training wardrobe simple with a crew-neck athletic tee that works across different activities without feeling overbuilt.\u003c\/p\u003e\n\u003cul class=\"athletic-list\"\u003e\n\u003cli\u003eGym training\u003c\/li\u003e\n\u003cli\u003eRunning\u003c\/li\u003e\n\u003cli\u003eOutdoor workouts\u003c\/li\u003e\n\u003cli\u003eEveryday casual wear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         05 USE CASES\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eONE TEE. MORE POSSIBILITIES.\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003eMade For Your Routine\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-usecases\"\u003e\n\u003cdiv class=\"athletic-usecase\" style=\"background-image: url('{{ product.images[3] | image_url: width: 1200 }}');\"\u003e\n\u003cdiv class=\"athletic-usecase-content\"\u003e\n\u003ch3\u003eGym Training\u003c\/h3\u003e\n\u003cp\u003eA lightweight staple for strength sessions, cardio and everyday gym routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-usecase\" style=\"background-image: url('{{ product.featured_image | image_url: width: 1200 }}');\"\u003e\n\u003cdiv class=\"athletic-usecase-content\"\u003e\n\u003ch3\u003eRunning \u0026amp; Outdoor\u003c\/h3\u003e\n\u003cp\u003eQuick-dry athletic comfort for active outdoor days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-usecase\" style=\"background-image: url('{{ product.images[1] | image_url: width: 1200 }}');\"\u003e\n\u003cdiv class=\"athletic-usecase-content\"\u003e\n\u003ch3\u003eEveryday Wear\u003c\/h3\u003e\n\u003cp\u003eEasy crew-neck styling that works beyond the gym.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         06 PERFORMANCE CARD\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eWHY ATHLETIC TEES FEEL DIFFERENT\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003ePerformance Meets Everyday Comfort\u003c\/h2\u003e\n\u003cp class=\"athletic-subtitle\"\u003eDesigned around the things activewear should do best: stay light, help manage moisture and keep you moving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-performance-box\"\u003e\n\u003cdiv class=\"athletic-meter\"\u003e\n\u003cdiv class=\"athletic-meter-row\"\u003e\n\u003cdiv class=\"athletic-meter-label\"\u003e\n\u003cspan\u003eLightweight Feel\u003c\/span\u003e \u003cspan\u003e01\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-track\"\u003e\n\u003cdiv class=\"athletic-meter-fill\" style=\"width: 92%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-row\"\u003e\n\u003cdiv class=\"athletic-meter-label\"\u003e\n\u003cspan\u003eBreathable Comfort\u003c\/span\u003e \u003cspan\u003e02\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-track\"\u003e\n\u003cdiv class=\"athletic-meter-fill\" style=\"width: 89%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-row\"\u003e\n\u003cdiv class=\"athletic-meter-label\"\u003e\n\u003cspan\u003eQuick-Dry Focus\u003c\/span\u003e \u003cspan\u003e03\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-track\"\u003e\n\u003cdiv class=\"athletic-meter-fill\" style=\"width: 94%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-row\"\u003e\n\u003cdiv class=\"athletic-meter-label\"\u003e\n\u003cspan\u003eEveryday Versatility\u003c\/span\u003e \u003cspan\u003e04\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-meter-track\"\u003e\n\u003cdiv class=\"athletic-meter-fill\" style=\"width: 91%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         07 SPECIFICATIONS\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner\"\u003e\n\u003cdiv class=\"athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003eEveryday Athletic Essential\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec-grid\"\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003eCategory\u003c\/strong\u003e \u003cspan\u003eMen's Athletic T-Shirt\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003eNeckline\u003c\/strong\u003e \u003cspan\u003eCrew Neck\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003eSleeve\u003c\/strong\u003e \u003cspan\u003eShort Sleeve\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003ePerformance\u003c\/strong\u003e \u003cspan\u003eLightweight \/ Quick-Dry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003eBest For\u003c\/strong\u003e \u003cspan\u003eGym \/ Running \/ Training\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"athletic-spec\"\u003e\n\u003cstrong\u003eStyle\u003c\/strong\u003e \u003cspan\u003eSport \/ Casual \/ Activewear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         08 FAQ\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card\"\u003e\n\u003cdiv class=\"athletic-inner athletic-faq\"\u003e\n\u003cdiv class=\"athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\"\u003eFAQ\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003eQuestions, Answered.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this shirt suitable for gym workouts?\u003c\/summary\u003e\n\u003cp\u003eYes. Its athletic positioning and lightweight, quick-dry design make it well suited to gym, training and fitness routines.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I wear it for running?\u003c\/summary\u003e\n\u003cp\u003eYes. Running is one of the key use cases for lightweight quick-dry athletic T-shirts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it only for sports?\u003c\/summary\u003e\n\u003cp\u003eNo. The classic crew-neck silhouette also makes it suitable for everyday casual wear.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric stretchy?\u003c\/summary\u003e\n\u003cp\u003eStretch level should be confirmed from the specific product specification provided by your supplier, since similar athletic T-shirts vary by fabric blend.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         09 FINAL CTA\n    ====================================================== --\u003e\n\u003csection class=\"athletic-card athletic-final\" id=\"athletic-buy\"\u003e\n\u003cdiv class=\"athletic-inner athletic-center\"\u003e\n\u003cdiv class=\"athletic-kicker\" style=\"color: #7ccbff;\"\u003eYOUR NEXT WORKOUT STARTS HERE\u003c\/div\u003e\n\u003ch2 class=\"athletic-title\"\u003eTrain Hard.\u003cbr\u003eStay \u003cspan\u003eComfortable.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"athletic-subtitle\"\u003eLightweight performance, quick-dry comfort and a versatile crew-neck style built for active days.\u003c\/p\u003e\n\u003cp class=\"athletic-subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/aad5d9a0b3f705bf2c6dc327c0a6140b_77.gif?v=1787033237\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ca href=\"#\" class=\"athletic-btn\"\u003e SHOP NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"zlz","offers":[{"title":"Black (1 Pack) \/ M","offer_id":52842314400029,"sku":"B02385-A-M","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black (1 Pack) \/ L","offer_id":52842314432797,"sku":"B02385-A-L","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black (1 Pack) \/ XL","offer_id":52842314465565,"sku":"B02385-A-XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black (1 Pack) \/ 2XL","offer_id":52842314498333,"sku":"B02385-A-2XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black (1 Pack) \/ 3XL","offer_id":52842314531101,"sku":"B02385-A-3XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (1 Pack) \/ M","offer_id":52842314563869,"sku":"B02385-B-M","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (1 Pack) \/ L","offer_id":52842314596637,"sku":"B02385-B-L","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (1 Pack) \/ XL","offer_id":52842314629405,"sku":"B02385-B-XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (1 Pack) \/ 2XL","offer_id":52842314662173,"sku":"B02385-B-2XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White (1 Pack) \/ 3XL","offer_id":52842314694941,"sku":"B02385-B-3XL","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black+White \/ M","offer_id":52842314727709,"sku":"B02385-B-M+B02385-A-M","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black+White \/ L","offer_id":52842314760477,"sku":"B02385-A-L+B02385-B-L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black+White \/ XL","offer_id":52842314793245,"sku":"B02385-A-XL+B02385-B-XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black+White \/ 2XL","offer_id":52842314826013,"sku":"B02385-A-2XL+B02385-B-2XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black+White \/ 3XL","offer_id":52842314858781,"sku":"B02385-A-3XL+B02385-B-3XL","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (2 Pack) \/ M","offer_id":52842314891549,"sku":"B02385-A-M*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (2 Pack) \/ L","offer_id":52842314924317,"sku":"B02385-A-L*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (2 Pack) \/ XL","offer_id":52842314957085,"sku":"B02385-A-XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (2 Pack) \/ 2XL","offer_id":52842314989853,"sku":"B02385-A-2XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (2 Pack) \/ 3XL","offer_id":52842315022621,"sku":"B02385-A-3XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White (2 Pack) \/ M","offer_id":52842315055389,"sku":"B02385-A-M*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White (2 Pack) \/ L","offer_id":52842315088157,"sku":"B02385-B-L*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White (2 Pack) \/ XL","offer_id":52842315120925,"sku":"B02385-B-XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White (2 Pack) \/ 2XL","offer_id":52842315153693,"sku":"B02385-B-2XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White (2 Pack) \/ 3XL","offer_id":52842315186461,"sku":"B02385-B-3XL*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black (3 Pack) \/ M","offer_id":52842315219229,"sku":"B02385-A-M*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black (3 Pack) \/ L","offer_id":52842315251997,"sku":"B02385-A-L*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black (3 Pack) \/ XL","offer_id":52842315284765,"sku":"B02385-A-XL*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black (3 Pack) \/ 2XL","offer_id":52842315317533,"sku":"B02385-A-2XL*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black (3 Pack) \/ 3XL","offer_id":52842315350301,"sku":"B02385-A-3XL*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"White (3 Pack) \/ M","offer_id":52842315383069,"sku":"B02385-B-M*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"White (3 Pack) \/ L","offer_id":52842315415837,"sku":"B02385-B-L*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"White (3 Pack) \/ XL","offer_id":52842315448605,"sku":"B02385-B-XL*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"White (3 Pack) \/ 2XL","offer_id":52842315481373,"sku":"B02385-B-2XL*3","price":36.99,"currency_code":"USD","in_stock":true},{"title":"White (3 Pack) \/ 3XL","offer_id":52842315514141,"sku":"B02385-B-3XL*3","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1005\/9956\/2525\/files\/c2847ee2759a4a3f8260d8f701442dbe_tplv-fhlh96nyum-crop-webp_1200_1200.webp?v=1788253480","url":"https:\/\/cottoncitys.com\/products\/mens-compression-body-shaper-short-sleeve-shirt-1-2-pack-219796281843","provider":"CottonCitys","version":"1.0","type":"link"}