{"product_id":"men-s-rugged-utility-shirt-long-sleeve-button-up-with-dual-chest-pockets","title":"Men’s Rugged Utility Shirt – Long Sleeve Button-Up with Dual Chest Pockets","description":"\u003cstyle\u003e\n\/* =========================================================\n   MEN'S UTILITY SHIRT PDP\n========================================================= *\/\n\n#utility-shirt-pdp {\n  --navy: #172438;\n  --navy-soft: #EEF1F4;\n\n  --olive: #667054;\n  --olive-dark: #525C43;\n  --olive-soft: #F0F1EB;\n\n  --sand: #E9DFD0;\n  --sand-soft: #F7F2EA;\n\n  --stone: #DDD8D0;\n  --stone-soft: #F4F1EC;\n\n  --gold: #B6853E;\n  --brown: #815B40;\n\n  --ink: #292723;\n  --body: #5C5A55;\n  --white: #FFFFFF;\n\n  width: 100%;\n  max-width: 1180px;\n\n  margin: 0 auto;\n\n  padding: 10px 16px 24px;\n\n  box-sizing: border-box;\n\n  background: transparent;\n\n  color: var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height: 1.7;\n\n  overflow-x: hidden;\n}\n\n\n#utility-shirt-pdp *,\n#utility-shirt-pdp *::before,\n#utility-shirt-pdp *::after {\n  box-sizing: border-box;\n}\n\n\n\n\/* =========================================================\n   TOP ANCHOR\n========================================================= *\/\n\n#utility-shirt-pdp #pdp-top-anchor {\n  display: block;\n\n  width: 100%;\n  height: 1px;\n\n  margin: 0;\n  padding: 0;\n\n  scroll-margin-top: 20px;\n}\n\n\n\n\/* =========================================================\n   GENERAL CARD\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-block-card {\n  margin: 0 0 24px;\n\n  padding: 34px 26px;\n\n  border: none;\n\n  border-radius: 18px;\n\n  box-shadow:\n    0 8px 28px rgba(36, 31, 26, 0.045);\n\n  overflow: hidden;\n}\n\n\n#utility-shirt-pdp .tone-cream {\n  background: var(--sand-soft);\n}\n\n\n#utility-shirt-pdp .tone-stone {\n  background: var(--stone-soft);\n}\n\n\n#utility-shirt-pdp .tone-olive {\n  background: var(--olive-soft);\n}\n\n\n#utility-shirt-pdp .tone-navy {\n  background: var(--navy-soft);\n}\n\n\n#utility-shirt-pdp .tone-white {\n  background: rgba(255, 255, 255, 0.88);\n}\n\n\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-title {\n  margin: 0 auto 14px;\n\n  text-align: center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 32px;\n\n  line-height: 1.15;\n\n  font-weight: 600;\n\n  letter-spacing: -0.4px;\n\n  color: var(--navy);\n}\n\n\n\/* 正文放大 *\/\n\n#utility-shirt-pdp .pdp-subtitle {\n  max-width: 860px;\n\n  margin: 0 auto 24px;\n\n  text-align: left;\n\n  font-size: 18px;\n\n  line-height: 1.72;\n\n  color: var(--body);\n}\n\n\n#utility-shirt-pdp .accent-olive {\n  color: var(--olive-dark);\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .accent-gold {\n  color: var(--gold);\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .accent-navy {\n  color: var(--navy);\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .accent-brown {\n  color: var(--brown);\n\n  font-weight: 700;\n}\n\n\n\n\/* =========================================================\n   TOP BADGES\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-badges {\n  display: flex;\n\n  justify-content: center;\n\n  align-items: center;\n\n  flex-wrap: wrap;\n\n  gap: 9px;\n\n  margin: 0 0 18px;\n}\n\n\n#utility-shirt-pdp .pdp-badge {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  padding: 7px 12px;\n\n  border-radius: 999px;\n\n  background: rgba(102, 112, 84, 0.10);\n\n  color: var(--olive-dark);\n\n  font-size: 12px;\n\n  font-weight: 700;\n\n  letter-spacing: 0.55px;\n}\n\n\n\n\/* =========================================================\n   IMAGES\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-image-wrap {\n  width: 100%;\n\n  margin-top: 18px;\n\n  border-radius: 12px;\n\n  overflow: hidden;\n\n  background: rgba(255, 255, 255, 0.55);\n}\n\n\n#utility-shirt-pdp .pdp-image-wrap img {\n  display: block;\n\n  width: 100%;\n\n  height: auto;\n\n  border-radius: 12px;\n\n  object-fit: cover;\n}\n\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-specs-table {\n  width: 100%;\n\n  margin-top: 18px;\n\n  border-collapse: collapse;\n\n  background: transparent;\n}\n\n\n#utility-shirt-pdp .pdp-specs-table td {\n  padding: 16px 7px;\n\n  border-bottom:\n    1px solid rgba(41, 39, 35, 0.12);\n\n  font-size: 16px;\n\n  line-height: 1.55;\n\n  text-align: left;\n}\n\n\n#utility-shirt-pdp .pdp-specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n\n#utility-shirt-pdp .pdp-specs-label {\n  width: 38%;\n\n  color: var(--navy);\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .pdp-specs-value {\n  width: 62%;\n\n  color: var(--body);\n}\n\n\n\n\/* =========================================================\n   REVIEWS\n========================================================= *\/\n\n#utility-shirt-pdp .review-list {\n  display: flex;\n\n  flex-direction: column;\n\n  gap: 14px;\n\n  margin-top: 20px;\n}\n\n\n#utility-shirt-pdp .review-item {\n  padding: 20px;\n\n  border-radius: 14px;\n\n  background:\n    rgba(255, 255, 255, 0.64);\n\n  border:\n    1px solid rgba(129, 91, 64, 0.09);\n}\n\n\n#utility-shirt-pdp .review-top {\n  display: flex;\n\n  justify-content: space-between;\n\n  align-items: center;\n\n  gap: 10px;\n\n  margin-bottom: 10px;\n}\n\n\n#utility-shirt-pdp .review-name {\n  color: var(--navy);\n\n  font-size: 16px;\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .review-stars {\n  color: var(--gold);\n\n  font-size: 16px;\n\n  letter-spacing: 1px;\n}\n\n\n#utility-shirt-pdp .review-text {\n  margin: 0 0 12px;\n\n  text-align: left;\n\n  color: var(--body);\n\n  font-size: 16px;\n\n  line-height: 1.7;\n}\n\n\n#utility-shirt-pdp .review-text:last-child {\n  margin-bottom: 0;\n}\n\n\n#utility-shirt-pdp .review-text img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n\n  margin-top: 12px;\n\n  border-radius: 10px;\n}\n\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n#utility-shirt-pdp .faq-list {\n  margin-top: 18px;\n}\n\n\n#utility-shirt-pdp details.pdp-faq-item {\n  margin-bottom: 10px;\n\n  border-radius: 12px;\n\n  overflow: hidden;\n\n  background:\n    rgba(255, 255, 255, 0.60);\n\n  border:\n    1px solid rgba(102, 112, 84, 0.10);\n\n  transition:\n    background 0.25s ease,\n    border-color 0.25s ease;\n}\n\n\n#utility-shirt-pdp details.pdp-faq-item[open] {\n  background:\n    rgba(255, 255, 255, 0.88);\n\n  border-color:\n    rgba(102, 112, 84, 0.22);\n}\n\n\n#utility-shirt-pdp summary.pdp-faq-summary {\n  display: flex;\n\n  justify-content: space-between;\n\n  align-items: center;\n\n  gap: 14px;\n\n  padding: 18px 19px;\n\n  cursor: pointer;\n\n  list-style: none;\n\n  text-align: left;\n\n  color: var(--navy);\n\n  font-size: 17px;\n\n  line-height: 1.45;\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp summary.pdp-faq-summary::-webkit-details-marker {\n  display: none;\n}\n\n\n#utility-shirt-pdp .pdp-faq-highlight {\n  color: var(--navy);\n}\n\n\n#utility-shirt-pdp .pdp-faq-icon {\n  flex-shrink: 0;\n\n  color: var(--gold);\n\n  font-size: 22px;\n\n  font-weight: 400;\n\n  transition:\n    transform 0.3s ease;\n}\n\n\n#utility-shirt-pdp details[open] .pdp-faq-icon {\n  transform: rotate(45deg);\n}\n\n\n#utility-shirt-pdp .pdp-faq-content {\n  padding:\n    0 19px 19px;\n\n  text-align: left;\n\n  color: var(--body);\n\n  font-size: 16px;\n\n  line-height: 1.7;\n}\n\n\n\n\/* =========================================================\n   SERVICE GUARANTEE\n========================================================= *\/\n\n#utility-shirt-pdp .service-wrap {\n  padding: 20px;\n\n  border-radius: 16px;\n\n  background:\n    rgba(255, 255, 255, 0.45);\n}\n\n\n#utility-shirt-pdp .service-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 14px;\n}\n\n\n#utility-shirt-pdp .service-card {\n  padding: 20px 17px;\n\n  border-radius: 14px;\n\n  background:\n    rgba(255, 255, 255, 0.76);\n\n  text-align: left;\n\n  box-shadow:\n    0 4px 14px rgba(23, 36, 56, 0.035);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease;\n}\n\n\n#utility-shirt-pdp .service-card:hover {\n  transform: translateY(-3px);\n\n  box-shadow:\n    0 8px 20px rgba(23, 36, 56, 0.07);\n}\n\n\n#utility-shirt-pdp .service-icon {\n  margin-bottom: 8px;\n\n  font-size: 25px;\n}\n\n\n#utility-shirt-pdp .service-card h4 {\n  margin: 0 0 7px;\n\n  color: var(--navy);\n\n  font-size: 16px;\n\n  line-height: 1.2;\n\n  font-weight: 700;\n\n  text-align: left;\n}\n\n\n#utility-shirt-pdp .service-card p {\n  margin: 0;\n\n  color: var(--body);\n\n  font-size: 14px;\n\n  line-height: 1.55;\n\n  text-align: left;\n}\n\n\n\n\/* =========================================================\n   SHIPPING PROGRESS\n========================================================= *\/\n\n#utility-shirt-pdp .progress-wrap {\n  height: 6px;\n\n  margin-top: 22px;\n\n  border-radius: 999px;\n\n  overflow: hidden;\n\n  background:\n    rgba(23, 36, 56, 0.10);\n}\n\n\n#utility-shirt-pdp .progress-fill {\n  position: relative;\n\n  width: 75%;\n\n  height: 100%;\n\n  border-radius: inherit;\n\n  background: var(--olive);\n}\n\n\n#utility-shirt-pdp .progress-fill::after {\n  content: \"\";\n\n  position: absolute;\n\n  top: 50%;\n\n  right: 0;\n\n  width: 10px;\n\n  height: 10px;\n\n  border-radius: 50%;\n\n  background: var(--gold);\n\n  box-shadow:\n    0 0 0 5px rgba(182, 133, 62, 0.12);\n\n  transform:\n    translateY(-50%);\n\n  animation:\n    utilityPulse 1.8s infinite;\n}\n\n\n@keyframes utilityPulse {\n\n  0% {\n    box-shadow:\n      0 0 0 0 rgba(182, 133, 62, 0.25);\n  }\n\n  70% {\n    box-shadow:\n      0 0 0 8px rgba(182, 133, 62, 0);\n  }\n\n  100% {\n    box-shadow:\n      0 0 0 0 rgba(182, 133, 62, 0);\n  }\n\n}\n\n\n#utility-shirt-pdp .progress-steps {\n  display: flex;\n\n  justify-content: space-between;\n\n  gap: 8px;\n\n  margin-top: 10px;\n\n  color: var(--body);\n\n  font-size: 11px;\n\n  font-weight: 700;\n\n  letter-spacing: 0.35px;\n\n  text-transform: uppercase;\n}\n\n\n\n\/* =========================================================\n   BOTTOM CTA\n========================================================= *\/\n\n#utility-shirt-pdp .pdp-sticky-cta {\n  position: sticky;\n\n  bottom: 12px;\n\n  z-index: 20;\n\n  display: flex;\n\n  align-items: center;\n\n  gap: 14px;\n\n  padding: 12px 14px;\n\n  border-radius: 14px;\n\n  background:\n    rgba(247, 242, 234, 0.96);\n\n  backdrop-filter: blur(10px);\n\n  -webkit-backdrop-filter:\n    blur(10px);\n\n  border:\n    1px solid rgba(129, 91, 64, 0.12);\n\n  box-shadow:\n    0 10px 28px rgba(23, 36, 56, 0.12);\n}\n\n\n#utility-shirt-pdp .cta-note {\n  flex-shrink: 0;\n\n  color: var(--brown);\n\n  font-size: 13px;\n\n  font-weight: 700;\n}\n\n\n#utility-shirt-pdp .pdp-btn-buy {\n  flex: 1;\n\n  display: block;\n\n  padding: 15px 20px;\n\n  border-radius: 9px;\n\n  background: var(--navy);\n\n  color: var(--white);\n\n  text-align: center;\n\n  text-decoration: none;\n\n  font-size: 16px;\n\n  font-weight: 800;\n\n  letter-spacing: 0.45px;\n\n  transition:\n    background 0.2s ease,\n    transform 0.2s ease;\n}\n\n\n#utility-shirt-pdp .pdp-btn-buy:hover {\n  background: var(--olive-dark);\n\n  transform:\n    translateY(-1px);\n}\n\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 767px) {\n\n  #utility-shirt-pdp {\n    padding:\n      6px 10px 18px;\n  }\n\n\n  #utility-shirt-pdp .pdp-block-card {\n    margin-bottom: 16px;\n\n    padding:\n      25px 16px;\n\n    border-radius: 14px;\n  }\n\n\n  #utility-shirt-pdp .pdp-title {\n    font-size: 28px;\n\n    line-height: 1.17;\n\n    margin-bottom: 12px;\n  }\n\n\n  \/* 手机端正文放大 *\/\n\n  #utility-shirt-pdp .pdp-subtitle {\n    margin-bottom: 18px;\n\n    font-size: 17px;\n\n    line-height: 1.72;\n  }\n\n\n  #utility-shirt-pdp .pdp-badges {\n    gap: 6px;\n  }\n\n\n  #utility-shirt-pdp .pdp-badge {\n    padding:\n      6px 9px;\n\n    font-size: 11px;\n  }\n\n\n  #utility-shirt-pdp .pdp-specs-table td {\n    padding:\n      14px 5px;\n\n    font-size: 15px;\n\n    line-height: 1.55;\n  }\n\n\n  #utility-shirt-pdp .pdp-specs-label {\n    width: 42%;\n  }\n\n\n  #utility-shirt-pdp .pdp-specs-value {\n    width: 58%;\n  }\n\n\n  #utility-shirt-pdp .review-name {\n    font-size: 15px;\n  }\n\n\n  #utility-shirt-pdp .review-stars {\n    font-size: 15px;\n  }\n\n\n  #utility-shirt-pdp .review-text {\n    font-size: 16px;\n\n    line-height: 1.7;\n  }\n\n\n  #utility-shirt-pdp summary.pdp-faq-summary {\n    padding:\n      17px 16px;\n\n    font-size: 16px;\n\n    line-height: 1.45;\n  }\n\n\n  #utility-shirt-pdp .pdp-faq-content {\n    padding:\n      0 16px 17px;\n\n    font-size: 16px;\n\n    line-height: 1.7;\n  }\n\n\n  #utility-shirt-pdp .service-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    gap: 10px;\n  }\n\n\n  #utility-shirt-pdp .service-card {\n    padding:\n      16px 14px;\n  }\n\n\n  #utility-shirt-pdp .service-card h4 {\n    font-size: 15px;\n  }\n\n\n  #utility-shirt-pdp .service-card p {\n    font-size: 14px;\n\n    line-height: 1.5;\n  }\n\n\n  #utility-shirt-pdp .pdp-sticky-cta {\n    gap: 8px;\n\n    padding: 10px;\n  }\n\n\n  #utility-shirt-pdp .cta-note {\n    font-size: 11px;\n  }\n\n\n  #utility-shirt-pdp .pdp-btn-buy {\n    padding:\n      14px 14px;\n\n    font-size: 15px;\n  }\n\n}\n\n\n\n@media screen and (max-width: 420px) {\n\n  #utility-shirt-pdp .pdp-title {\n    font-size: 27px;\n  }\n\n\n  #utility-shirt-pdp .pdp-subtitle {\n    font-size: 17px;\n\n    line-height: 1.7;\n  }\n\n\n  #utility-shirt-pdp .service-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n\n  #utility-shirt-pdp .service-card {\n    padding:\n      14px 11px;\n  }\n\n\n  #utility-shirt-pdp .service-icon {\n    font-size: 22px;\n\n    margin-bottom: 6px;\n  }\n\n\n  #utility-shirt-pdp .service-card h4 {\n    font-size: 14px;\n\n    line-height: 1.2;\n  }\n\n\n  #utility-shirt-pdp .service-card p {\n    font-size: 13.5px;\n\n    line-height: 1.48;\n  }\n\n\n  #utility-shirt-pdp .progress-steps {\n    font-size: 10px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"utility-shirt-pdp\"\u003e\n\n\n  \u003c!-- TOP ANCHOR --\u003e\n  \u003cspan id=\"pdp-top-anchor\"\u003e\u003c\/span\u003e\n\n\n\n  \u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-cream\"\u003e\n\n    \u003cdiv class=\"pdp-badges\"\u003e\n\n      \u003cspan class=\"pdp-badge\"\u003e\n        NEW ARRIVAL\n      \u003c\/span\u003e\n\n      \u003cspan class=\"pdp-badge\"\u003e\n        ⭐ 4.9\/5 RATING\n      \u003c\/span\u003e\n\n      \u003cspan class=\"pdp-badge\"\u003e\n        ↺ 30-DAY EASY RETURNS\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Ready For Wherever The Day Goes\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      A clean utility-inspired silhouette gives you an\n\n      \u003cspan class=\"accent-olive\"\u003e\n        easy, confident everyday look\n      \u003c\/span\u003e.\n\n      The versatile design pairs naturally with jeans,\n      workwear, or relaxed weekend layers.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9_19_3.gif?v=1789806867\" alt=\"Men's utility long sleeve shirt\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       OVERVIEW\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-navy\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Designed Beyond The Basics\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Thoughtful construction brings together\n\n      \u003cspan class=\"accent-navy\"\u003e\n        structure, utility, and everyday versatility\n      \u003c\/span\u003e.\n\n      From the collar to the chest pockets,\n      each element gives the shirt a more refined finish.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9c5fd782569f5af441e14747582aecb6_fa2a372c-1a12-49c3-b92c-99576abbfcaa.png?v=1789806895\" alt=\"Men's utility shirt construction and features\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       SIZE\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-stone\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Find The Fit That Feels Right\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Use the size reference below to select the option\n      that best matches your measurements.\n\n      A well-chosen fit keeps the\n\n      \u003cspan class=\"accent-brown\"\u003e\n        shoulders comfortable and the silhouette clean\n      \u003c\/span\u003e.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2cebf2146174810059bbabf724254e5c_eb8a51fc-aa4d-41d8-b51c-04037caf3d90.png?v=1789806922\" alt=\"Men's utility shirt size guide\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       FIT\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-olive\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Clean Shape, Easy Movement\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      The cut keeps a\n\n      \u003cspan class=\"accent-olive\"\u003e\n        neat profile through the torso\n      \u003c\/span\u003e\n\n      without making everyday movement feel restrictive.\n\n      It works naturally whether worn on its own\n      or layered over a lightweight tee.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_4a38bc9c-dc28-422c-86a2-884c48c84065.png?v=1789806940\" alt=\"Men's utility shirt tailored fit\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       POCKETS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-cream\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Practical Storage, Built Into The Look\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Two chest pockets add the\n\n      \u003cspan class=\"accent-gold\"\u003e\n        classic utility character\n      \u003c\/span\u003e\n\n      that defines this shirt.\n\n      They also provide convenient space for small everyday\n      essentials while keeping the front balanced.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_e93ee735-2d48-4bba-8735-19c98580a4f5.png?v=1789806960\" alt=\"Dual chest pockets on men's utility shirt\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       FABRIC\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-stone\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Made For Everyday Wear\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      The fabric combines a\n\n      \u003cspan class=\"accent-brown\"\u003e\n        comfortable hand feel with a structured appearance\n      \u003c\/span\u003e.\n\n      It keeps the shirt looking substantial without taking\n      away from its relaxed everyday character.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_b848eeab-43ea-4532-acbb-144649b3f068.png?v=1789807176\" alt=\"Fabric detail of men's utility shirt\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       DETAILS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-navy\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Built With Purpose\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      A defined collar, tidy stitching, and button cuffs\n      give the shirt a\n\n      \u003cspan class=\"accent-gold\"\u003e\n        sharper, more finished appearance\n      \u003c\/span\u003e.\n\n      These subtle details help elevate it beyond\n      a basic casual button-up.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_09b2ebcd-f32a-4a3a-a337-d9b2fc22ab2d.png?v=1789807003\" alt=\"Collar stitching pocket and cuff details\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       SCENARIOS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-olive\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      One Shirt, More Ways To Wear It\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Its understated utility styling moves easily from\n\n      \u003cspan class=\"accent-olive\"\u003e\n        casual workdays to weekends and travel\n      \u003c\/span\u003e.\n\n      Pair it with denim, chinos, or layered outerwear\n      for an effortless everyday rotation.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"pdp-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/d78cfc36bf741d828efa38128aca5070_b8157b14-4b6a-4597-8460-a98fdd598e30.png?v=1789807019\" alt=\"Men's utility shirt for everyday occasions\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       PRODUCT DETAILS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-cream\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Product Details\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      The design combines familiar workwear elements\n      with an easy everyday silhouette.\n\n      Review the\n\n      \u003cspan class=\"accent-brown\"\u003e\n        construction, fit, closure, and care details\n      \u003c\/span\u003e\n\n      below before choosing your size.\n\n    \u003c\/p\u003e\n\n\n    \u003ctable class=\"pdp-specs-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd class=\"pdp-specs-label\"\u003e\n            Material\n          \u003c\/td\u003e\n\n          \u003ctd class=\"pdp-specs-value\"\u003e\n            Premium Cotton Blend\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd class=\"pdp-specs-label\"\u003e\n            Fit Type\n          \u003c\/td\u003e\n\n          \u003ctd class=\"pdp-specs-value\"\u003e\n            Tailored \/ Regular Fit\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd class=\"pdp-specs-label\"\u003e\n            Closure Type\n          \u003c\/td\u003e\n\n          \u003ctd class=\"pdp-specs-value\"\u003e\n            Button-Front\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd class=\"pdp-specs-label\"\u003e\n            Pockets\n          \u003c\/td\u003e\n\n          \u003ctd class=\"pdp-specs-value\"\u003e\n            Dual Chest Flap Pockets\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd class=\"pdp-specs-label\"\u003e\n            Care Instructions\n          \u003c\/td\u003e\n\n          \u003ctd class=\"pdp-specs-value\"\u003e\n            Machine Wash Cold, Tumble Dry Low\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       REVIEWS\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-stone\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Worn \u0026amp; Loved By Customers\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Customers appreciate the balance between a\n\n      \u003cspan class=\"accent-gold\"\u003e\n        clean everyday appearance and practical utility styling\n      \u003c\/span\u003e.\n\n      The versatile look also makes it easy to work\n      into an existing casual wardrobe.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"review-list\"\u003e\n\n\n      \u003cdiv class=\"review-item\"\u003e\n\n        \u003cdiv class=\"review-top\"\u003e\n\n          \u003cstrong class=\"review-name\"\u003e\n            Michael R.\n          \u003c\/strong\u003e\n\n          \u003cspan class=\"review-stars\"\u003e\n            ★★★★★\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"review-text\"\u003e\n          “The shirt has a clean shape without feeling overly dressy.\n          I especially like the chest pockets and how easily it works with jeans.”\n        \u003c\/p\u003e\n\n\n        \u003cp class=\"review-text\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_61ce2374-da31-4851-ac08-df1ff5745fbf.png?v=1789808400\" alt=\"\"\u003e\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n\n      \u003cdiv class=\"review-item\"\u003e\n\n        \u003cdiv class=\"review-top\"\u003e\n\n          \u003cstrong class=\"review-name\"\u003e\n            David L.\n          \u003c\/strong\u003e\n\n          \u003cspan class=\"review-stars\"\u003e\n            ★★★★★\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"review-text\"\u003e\n          “It has the rugged look I wanted but still feels polished enough for everyday wear.\n          I can wear it around town or on a casual weekend without changing my whole outfit.”\n        \u003c\/p\u003e\n\n\n        \u003cp class=\"review-text\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_e546e997-25fb-48a7-ac5e-5f528593b6b4.png?v=1789808417\" alt=\"\"\u003e\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-olive\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Questions Before You Order?\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      We have covered the most common questions about\n\n      \u003cspan class=\"accent-olive\"\u003e\n        sizing, care, delivery, and returns\n      \u003c\/span\u003e.\n\n      Check the answers below to make your purchase decision easier.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"faq-list\"\u003e\n\n\n      \u003cdetails class=\"pdp-faq-item\"\u003e\n\n        \u003csummary class=\"pdp-faq-summary\"\u003e\n\n          \u003cspan class=\"pdp-faq-highlight\"\u003e\n            What is the shipping time?\n          \u003c\/span\u003e\n\n          \u003cspan class=\"pdp-faq-icon\"\u003e\n            +\n          \u003c\/span\u003e\n\n        \u003c\/summary\u003e\n\n\n        \u003cdiv class=\"pdp-faq-content\"\u003e\n\n          Orders are typically processed within\n          1–2 business days.\n\n          Standard shipping generally takes\n          7–12 business days depending on the destination.\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n\n      \u003cdetails class=\"pdp-faq-item\"\u003e\n\n        \u003csummary class=\"pdp-faq-summary\"\u003e\n\n          \u003cspan class=\"pdp-faq-highlight\"\u003e\n            How do I choose the right size?\n          \u003c\/span\u003e\n\n          \u003cspan class=\"pdp-faq-icon\"\u003e\n            +\n          \u003c\/span\u003e\n\n        \u003c\/summary\u003e\n\n\n        \u003cdiv class=\"pdp-faq-content\"\u003e\n\n          Use the size guide above and compare it with\n          your usual measurements.\n\n          If you prefer a roomier feel, consider the fit\n          you normally choose for casual button-up shirts.\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n\n      \u003cdetails class=\"pdp-faq-item\"\u003e\n\n        \u003csummary class=\"pdp-faq-summary\"\u003e\n\n          \u003cspan class=\"pdp-faq-highlight\"\u003e\n            What is your return policy?\n          \u003c\/span\u003e\n\n          \u003cspan class=\"pdp-faq-icon\"\u003e\n            +\n          \u003c\/span\u003e\n\n        \u003c\/summary\u003e\n\n\n        \u003cdiv class=\"pdp-faq-content\"\u003e\n\n          We offer a 30-day return period\n          for eligible purchases.\n\n          Please make sure returned items meet the applicable\n          return requirements before sending them back.\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n\n      \u003cdetails class=\"pdp-faq-item\"\u003e\n\n        \u003csummary class=\"pdp-faq-summary\"\u003e\n\n          \u003cspan class=\"pdp-faq-highlight\"\u003e\n            Is the shirt machine washable?\n          \u003c\/span\u003e\n\n          \u003cspan class=\"pdp-faq-icon\"\u003e\n            +\n          \u003c\/span\u003e\n\n        \u003c\/summary\u003e\n\n\n        \u003cdiv class=\"pdp-faq-content\"\u003e\n\n          Yes, the shirt is designed for straightforward everyday care.\n\n          Machine wash cold with similar colors\n          and tumble dry on a low setting.\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       SERVICE GUARANTEE\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-block-card tone-navy\"\u003e\n\n    \u003ch2 class=\"pdp-title\"\u003e\n      Shop With Confidence\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"pdp-subtitle\"\u003e\n\n      Secure checkout, tracked delivery,\n      easy returns, and helpful support.\n\n      \u003cspan class=\"accent-navy\"\u003e\n        Everything you need for a smoother order experience.\n      \u003c\/span\u003e\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"service-wrap\"\u003e\n\n\n      \u003cdiv class=\"service-grid\"\u003e\n\n\n        \u003cdiv class=\"service-card\"\u003e\n\n          \u003cdiv class=\"service-icon\"\u003e\n            🚀\n          \u003c\/div\u003e\n\n          \u003ch4\u003e\n            Fast Shipping\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Prompt dispatch with tracking.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n\n        \u003cdiv class=\"service-card\"\u003e\n\n          \u003cdiv class=\"service-icon\"\u003e\n            🔄\n          \u003c\/div\u003e\n\n          \u003ch4\u003e\n            Easy Returns\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            30-day easy returns on eligible orders.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n\n        \u003cdiv class=\"service-card\"\u003e\n\n          \u003cdiv class=\"service-icon\"\u003e\n            🔒\n          \u003c\/div\u003e\n\n          \u003ch4\u003e\n            Secure Checkout\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Protected payment processing.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n\n        \u003cdiv class=\"service-card\"\u003e\n\n          \u003cdiv class=\"service-icon\"\u003e\n            💬\n          \u003c\/div\u003e\n\n          \u003ch4\u003e\n            Customer Support\n          \u003c\/h4\u003e\n\n          \u003cp\u003e\n            Friendly help when you need it.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n\n      \u003cdiv class=\"progress-wrap\"\u003e\n\n        \u003cdiv class=\"progress-fill\"\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n\n      \u003cdiv class=\"progress-steps\"\u003e\n\n        \u003cspan\u003e\n          Order Placed\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          In Transit\n        \u003c\/span\u003e\n\n        \u003cspan\u003e\n          Delivered\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =====================================================\n       BOTTOM CTA\n  ====================================================== --\u003e\n\n  \u003cdiv class=\"pdp-sticky-cta\"\u003e\n\n    \u003cdiv class=\"cta-note\"\u003e\n      READY TO WEAR\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"#pdp-top-anchor\" class=\"pdp-btn-buy\"\u003e\n      BUY NOW\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"Khaki \/ M","offer_id":44936023441497,"sku":"NC03142609196232-卡其色-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":44936023474265,"sku":"NC03142609196232-卡其色-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":44936023507033,"sku":"NC03142609196232-卡其色-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":44936023539801,"sku":"NC03142609196232-卡其色-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":44936023572569,"sku":"NC03142609196232-卡其色-XXXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":44936023605337,"sku":"NC03142609196232-米白色-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":44936023638105,"sku":"NC03142609196232-米白色-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":44936023670873,"sku":"NC03142609196232-米白色-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":44936023703641,"sku":"NC03142609196232-米白色-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3XL","offer_id":44936023736409,"sku":"NC03142609196232-米白色-XXXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":44936023769177,"sku":"NC03142609196232-黑色-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":44936023801945,"sku":"NC03142609196232-黑色-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":44936023834713,"sku":"NC03142609196232-黑色-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":44936023867481,"sku":"NC03142609196232-黑色-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":44936023900249,"sku":"NC03142609196232-黑色-XXXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ M","offer_id":44936023933017,"sku":"NC03142609196232-藏蓝色-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ L","offer_id":44936023965785,"sku":"NC03142609196232-藏蓝色-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XL","offer_id":44936023998553,"sku":"NC03142609196232-藏蓝色-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 2XL","offer_id":44936024031321,"sku":"NC03142609196232-藏蓝色-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 3XL","offer_id":44936024064089,"sku":"NC03142609196232-藏蓝色-XXXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":44936024096857,"sku":"NC03142609196232-军绿色-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":44936024129625,"sku":"NC03142609196232-军绿色-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":44936024162393,"sku":"NC03142609196232-军绿色-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":44936024195161,"sku":"NC03142609196232-军绿色-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":44936024227929,"sku":"NC03142609196232-军绿色-XXXL","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/Z1_0ac10e1c-9db3-4921-b1cd-baae9c60c6c9.png?v=1789807396","url":"https:\/\/treavhds.com\/products\/men-s-rugged-utility-shirt-long-sleeve-button-up-with-dual-chest-pockets","provider":"treavhds","version":"1.0","type":"link"}