{"product_id":"2t","title":"2TAC Shadow Carry Tee","description":"\u003cstyle\u003e\n\/* =========================================================\n   SHOPIFY MOBILE-WIDTH LANDING PAGE\n   PC \/ Tablet \/ Mobile = Same Mobile Layout\n========================================================= *\/\n\n.ccs-mobile-page,\n.ccs-mobile-page *,\n.ccs-mobile-page *::before,\n.ccs-mobile-page *::after {\n  box-sizing: border-box;\n}\n\n\/* =========================================================\n   ALL DEVICES\n   三端统一使用手机宽度\n========================================================= *\/\n\n.ccs-mobile-page {\n  --ccs-black: #111111;\n  --ccs-text: #242424;\n  --ccs-muted: #6a6a6a;\n  --ccs-soft: #f6f6f6;\n  --ccs-line: #e7e7e7;\n  --ccs-accent: #1e1e1e;\n  --ccs-white: #ffffff;\n\n  display: block;\n\n  \/* 核心：电脑\/平板\/手机全部保持手机尺寸 *\/\n  width: 100%;\n  max-width: 430px;\n\n  margin: 0 auto;\n  padding: 0;\n\n  overflow: hidden;\n\n  color: var(--ccs-text);\n  background: var(--ccs-white);\n\n  font-family: Arial, Helvetica, sans-serif;\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n\/* 防止 Shopify 主题影响内部图片 *\/\n\n.ccs-mobile-page img {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n\n  margin: 0;\n\n  border: 0;\n}\n\n\/* =========================================================\n   SECTION\n========================================================= *\/\n\n.ccs-section {\n  width: 100%;\n\n  padding: 28px 16px;\n}\n\n.ccs-section--soft {\n  background: var(--ccs-soft);\n}\n\n\/* =========================================================\n   TITLE\n========================================================= *\/\n\n.ccs-title {\n  margin: 0 0 12px;\n\n  color: var(--ccs-black);\n\n  font-size: 28px;\n  font-weight: 800;\n  line-height: 1.15;\n\n  text-align: center;\n}\n\n.ccs-subtitle {\n  margin: 0 auto 20px;\n\n  color: var(--ccs-muted);\n\n  font-size: 15px;\n  line-height: 1.65;\n\n  text-align: center;\n}\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n.ccs-image {\n  width: 100%;\n\n  margin: 18px 0 0;\n\n  overflow: hidden;\n\n  border-radius: 12px;\n\n  background: #eeeeee;\n}\n\n.ccs-image img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ccs-hero {\n  width: 100%;\n\n  padding: 24px 16px 28px;\n\n  text-align: center;\n\n  background: linear-gradient(\n    180deg,\n    #ffffff 0%,\n    #f6f6f6 100%\n  );\n}\n\n.ccs-hero-badge {\n  display: inline-flex;\n\n  margin-bottom: 10px;\n  padding: 6px 12px;\n\n  border-radius: 999px;\n\n  color: #ffffff;\n  background: var(--ccs-black);\n\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .5px;\n\n  text-transform: uppercase;\n}\n\n.ccs-hero h2 {\n  margin: 0 0 12px;\n\n  color: var(--ccs-black);\n\n  font-size: 30px;\n  font-weight: 800;\n  line-height: 1.12;\n}\n\n.ccs-hero p {\n  margin: 0;\n\n  color: var(--ccs-muted);\n\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.ccs-hero-media {\n  width: 100%;\n\n  margin-top: 20px;\n\n  overflow: hidden;\n\n  border-radius: 14px;\n\n  background: #efefef;\n}\n\n.ccs-hero-media img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n}\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.ccs-features {\n  display: grid;\n\n  grid-template-columns: 1fr;\n\n  gap: 12px;\n\n  margin-top: 20px;\n}\n\n.ccs-feature {\n  display: flex;\n\n  width: 100%;\n\n  align-items: flex-start;\n\n  gap: 11px;\n\n  padding: 14px;\n\n  border: 1px solid var(--ccs-line);\n  border-radius: 11px;\n\n  background: #ffffff;\n}\n\n.ccs-check {\n  display: inline-flex;\n\n  flex: 0 0 24px;\n\n  width: 24px;\n  height: 24px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  color: #ffffff;\n  background: var(--ccs-black);\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.ccs-feature \u003e div {\n  flex: 1;\n  min-width: 0;\n}\n\n.ccs-feature strong {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: var(--ccs-black);\n\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.ccs-feature span {\n  color: var(--ccs-muted);\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\/* =========================================================\n   TEXT\n========================================================= *\/\n\n.ccs-copy {\n  color: var(--ccs-muted);\n\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.ccs-copy p {\n  margin: 0 0 14px;\n}\n\n.ccs-copy p:last-child {\n  margin-bottom: 0;\n}\n\n\/* =========================================================\n   HIGHLIGHT\n========================================================= *\/\n\n.ccs-highlight {\n  margin-top: 18px;\n  padding: 16px;\n\n  border-left: 4px solid var(--ccs-black);\n  border-radius: 8px;\n\n  background: #f7f7f7;\n\n  color: #444444;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.ccs-highlight strong {\n  color: var(--ccs-black);\n}\n\n\/* =========================================================\n   SIZE GUIDE\n========================================================= *\/\n\n.ccs-size-note {\n  margin-top: 18px;\n  padding: 15px;\n\n  border: 1px solid #dedede;\n  border-radius: 10px;\n\n  color: #333333;\n  background: #fafafa;\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.ccs-size-note strong {\n  color: #111111;\n}\n\n\/* =========================================================\n   VERY SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 374px) {\n\n  .ccs-section {\n    padding: 24px 13px;\n  }\n\n  .ccs-hero {\n    padding: 22px 13px 25px;\n  }\n\n  .ccs-title {\n    font-size: 25px;\n  }\n\n  .ccs-hero h2 {\n    font-size: 27px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003csection class=\"ccs-mobile-page\"\u003e\n\n\n  \u003c!-- =========================\n       HERO\n  ========================== --\u003e\n\n  \u003cdiv class=\"ccs-hero\"\u003e\n\n    \u003cspan class=\"ccs-hero-badge\"\u003e\n      Dual-Side Design\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Comfortable Access for Right- or Left-Handed Wear\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Designed with two matching side pockets so the shirt can be worn\n      comfortably by both right- and left-handed users.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ccs-hero-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7134\/0266\/files\/ezgif-2-a62a88636a_1.gif?v=1718335478\" alt=\"Concealment shirt demonstration\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =========================\n       MAIN FEATURES\n  ========================== --\u003e\n\n  \u003csection class=\"ccs-section\"\u003e\n\n    \u003ch2 class=\"ccs-title\"\u003e\n      Main Features\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ccs-subtitle\"\u003e\n      A close-fitting concealment shirt designed to keep essentials\n      close to the body while remaining comfortable under everyday clothing.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ccs-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7134\/0266\/files\/20260708-163640.jpg?v=1783503464\" alt=\"Concealment tank top design\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-features\"\u003e\n\n      \u003cdiv class=\"ccs-feature\"\u003e\n\n        \u003cspan class=\"ccs-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eDual-Side Storage\u003c\/strong\u003e\n          \u003cspan\u003e\n            Matching storage areas are positioned on both sides for balanced access.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ccs-feature\"\u003e\n\n        \u003cspan class=\"ccs-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eExtra Carry Space\u003c\/strong\u003e\n          \u003cspan\u003e\n            Additional room can hold small everyday accessories such as\n            documents, magazines or phone-sized items.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ccs-feature\"\u003e\n\n        \u003cspan class=\"ccs-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eLow-Profile Fit\u003c\/strong\u003e\n          \u003cspan\u003e\n            Designed to sit close to the body underneath button-down shirts,\n            pullovers and other outer layers.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ccs-feature\"\u003e\n\n        \u003cspan class=\"ccs-check\"\u003e✓\u003c\/span\u003e\n\n        \u003cdiv\u003e\n          \u003cstrong\u003eComfortable Compression\u003c\/strong\u003e\n          \u003cspan\u003e\n            Stretch construction helps maintain a secure fit without\n            unnecessarily restricting normal movement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7134\/0266\/files\/2_1_cf0d56c7-402f-4e53-be39-1f8b27e72d40.jpg?v=1718336038\" alt=\"Concealment shirt storage details\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       ALL WEATHER\n  ========================== --\u003e\n\n  \u003csection class=\"ccs-section ccs-section--soft\"\u003e\n\n    \u003ch2 class=\"ccs-title\"\u003e\n      All-Weather Layering\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ccs-copy\"\u003e\n\n      \u003cp\u003e\n        The compression-style construction is designed to work underneath\n        everyday clothing while maintaining a close, secure fit.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It can be layered beneath shirts, pullovers and seasonal outerwear,\n        making it suitable for year-round use.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81+rjc8VOcL._AC_SX679_.jpg\" alt=\"Concealment shirt worn under everyday clothing\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       EASY ACCESS\n  ========================== --\u003e\n\n  \u003csection class=\"ccs-section\"\u003e\n\n    \u003ch2 class=\"ccs-title\"\u003e\n      Easy-Access Side Pockets\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ccs-subtitle\"\u003e\n      Storage pockets on both sides help keep carried items close and accessible\n      beneath common everyday clothing.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ccs-highlight\"\u003e\n      \u003cstrong\u003eDesigned for convenience:\u003c\/strong\u003e\n      the dual-side layout allows the wearer to choose the side that feels\n      most natural and comfortable.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7134\/0266\/files\/1_1.jpg?v=1718336057\" alt=\"Side pocket design\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       SIZE GUIDE\n  ========================== --\u003e\n\n  \u003csection class=\"ccs-section ccs-section--soft\"\u003e\n\n    \u003ch2 class=\"ccs-title\"\u003e\n      Size Guide\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ccs-subtitle\"\u003e\n      Sizes are based on chest measurements in inches.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ccs-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7134\/0266\/files\/20260408-173150.jpg?v=1775644373\" alt=\"Concealment shirt size chart\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ccs-size-note\"\u003e\n\n      \u003cstrong\u003eFit recommendation:\u003c\/strong\u003e\u003cbr\u003e\n\n      This garment is designed to fit snugly to help reduce movement\n      of items carried inside the pockets.\n\n      \u003cbr\u003e\u003cbr\u003e\n\n      If your measurement falls between two sizes,\n      choosing the larger size may provide a more comfortable fit.\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/section\u003e","brand":"Auremod","offers":[{"title":"Black \/ L","offer_id":42945133903957,"sku":"战术T恤-黑色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":42945133936725,"sku":"战术T恤-黑色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":42945133969493,"sku":"战术T恤-黑色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":42945134002261,"sku":"战术T恤-黑色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XXL","offer_id":42945134035029,"sku":"战术T恤-黑色-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":42945134067797,"sku":"战术T恤-黑色-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":42945134100565,"sku":"战术T恤-黑色-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5XL","offer_id":42945134133333,"sku":"战术T恤-黑色-5XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":42945134428245,"sku":"战术T恤-白色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":42945134461013,"sku":"战术T恤-白色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":42945134493781,"sku":"战术T恤-白色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":42945134526549,"sku":"战术T恤-白色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XXL","offer_id":42945134559317,"sku":"战术T恤-白色-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":42945134592085,"sku":"战术T恤-白色-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 4XL","offer_id":42945134624853,"sku":"战术T恤-白色-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 5XL","offer_id":42945134657621,"sku":"战术T恤-白色-5XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ L","offer_id":42945458470997,"sku":"战术T恤-宝石蓝-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ S","offer_id":42945458503765,"sku":"战术T恤-宝石蓝-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ M","offer_id":42945458536533,"sku":"战术T恤-宝石蓝-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ XL","offer_id":42945458569301,"sku":"战术T恤-宝石蓝-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ XXL","offer_id":42945458602069,"sku":"战术T恤-宝石蓝-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ 3XL","offer_id":42945458634837,"sku":"战术T恤-宝石蓝-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ 4XL","offer_id":42945458667605,"sku":"战术T恤-宝石蓝-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Royal Blue \/ 5XL","offer_id":42945458700373,"sku":"战术T恤-宝石蓝-5XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":42945458733141,"sku":"战术T恤-海军蓝-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":42945458765909,"sku":"战术T恤-海军蓝-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":42945458798677,"sku":"战术T恤-海军蓝-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":42945458831445,"sku":"战术T恤-海军蓝-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XXL","offer_id":42945458864213,"sku":"战术T恤-海军蓝-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 3XL","offer_id":42945458896981,"sku":"战术T恤-海军蓝-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 4XL","offer_id":42945458929749,"sku":"战术T恤-海军蓝-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 5XL","offer_id":42945458962517,"sku":"战术T恤-海军蓝-5XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ L","offer_id":42945458995285,"sku":"战术T恤-军绿-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ S","offer_id":42945459028053,"sku":"战术T恤-军绿-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ M","offer_id":42945459060821,"sku":"战术T恤-军绿-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ XL","offer_id":42945459093589,"sku":"战术T恤-军绿-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ XXL","offer_id":42945459126357,"sku":"战术T恤-军绿-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ 3XL","offer_id":42945459159125,"sku":"战术T恤-军绿-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ 4XL","offer_id":42945459191893,"sku":"战术T恤-军绿-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ 5XL","offer_id":42945459224661,"sku":"战术T恤-军绿-5XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ L","offer_id":42945459257429,"sku":"战术T恤-灰色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ S","offer_id":42945459290197,"sku":"战术T恤-灰色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ M","offer_id":42945459322965,"sku":"战术T恤-灰色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ XL","offer_id":42945459355733,"sku":"战术T恤-灰色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ XXL","offer_id":42945459388501,"sku":"战术T恤-灰色-2XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ 3XL","offer_id":42945459421269,"sku":"战术T恤-灰色-3XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ 4XL","offer_id":42945459454037,"sku":"战术T恤-灰色-4XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ 5XL","offer_id":42945459486805,"sku":"战术T恤-灰色-5XL","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8252\/2709\/files\/81SHOSiQUGL._AC_SX679.jpg?v=1788493110","url":"https:\/\/auremod.com\/products\/2t","provider":"Auremod","version":"1.0","type":"link"}