{"product_id":"men-s-flexible-stretch-regular-fit-cargo-pants-comfort-straight-leg-work-pants-with-expandable-pockets","title":"Men’s Flexible Stretch Regular Fit Cargo Pants | Comfort Straight Leg Work Pants with Expandable Pockets","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* =========================================================\n   COLOR SYSTEM\n   Black \/ Charcoal \/ Khaki \/ Warm Beige \/ Natural Twill\n========================================================= *\/\n\n:root {\n  --pdp-bg: transparent;\n\n  --card-cream: #f7f4ee;\n  --card-warm: #eee9df;\n  --card-khaki: #e7e3d8;\n  --card-stone: #e9e7e2;\n  --card-sand: #f2ede4;\n  --card-white: #fbfaf7;\n\n  --card-dark: #252522;\n  --card-charcoal: #30302c;\n\n  --primary-color: #20201d;\n  --text-muted: #5e5b54;\n  --text-light: #f8f7f3;\n\n  --accent-color: #806342;\n  --accent-dark: #60482e;\n  --gold-color: #b28b4b;\n  --gold-light: #d5bd8a;\n\n  --accent-soft: #e9dfcf;\n  --accent-softer: #f3ede3;\n\n  --border-color: #dcd6ca;\n  --border-dark: rgba(255,255,255,0.12);\n\n  --table-left: #e9e4d9;\n  --table-right: #f8f6f1;\n\n  --route-bg: #d6d0c4;\n  --route-active: #806342;\n\n  --card-radius: 14px;\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  background: transparent !important;\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n  color: var(--primary-color);\n  margin: 0;\n  padding: 0;\n  -webkit-font-smoothing: antialiased;\n}\n\n#pdp-top {\n  scroll-margin-top: 20px;\n}\n\n.pdp-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 24px;\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  background: transparent !important;\n}\n\n\n\/* =========================================================\n   CARD BASE\n========================================================= *\/\n\n.pdp-block-card {\n  border-radius: var(--card-radius);\n  border: none;\n  padding: 34px;\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n\n  box-shadow:\n    0 8px 28px rgba(45, 39, 30, 0.055);\n\n  overflow: hidden;\n}\n\n\n\/* =========================================================\n   CARD BACKGROUNDS\n========================================================= *\/\n\n.pdp-block-card:nth-child(1) {\n  background:\n    linear-gradient(\n      135deg,\n      #f5f1e9 0%,\n      #ece7dc 100%\n    );\n}\n\n.pdp-block-card:nth-child(2) {\n  background:\n    linear-gradient(\n      135deg,\n      #eee9df 0%,\n      #e5dfd2 100%\n    );\n}\n\n.pdp-block-card:nth-child(3) {\n  background:\n    linear-gradient(\n      135deg,\n      #f3eee5 0%,\n      #e8e2d7 100%\n    );\n}\n\n.pdp-block-card:nth-child(4) {\n  background:\n    linear-gradient(\n      135deg,\n      #e9e6df 0%,\n      #dedbd3 100%\n    );\n}\n\n.pdp-block-card:nth-child(5) {\n  background:\n    linear-gradient(\n      135deg,\n      #eee9df 0%,\n      #e3ddcf 100%\n    );\n}\n\n.pdp-block-card:nth-child(6) {\n  background:\n    linear-gradient(\n      135deg,\n      #e8e4d9 0%,\n      #ddd6c7 100%\n    );\n}\n\n.pdp-block-card:nth-child(7) {\n  background:\n    linear-gradient(\n      135deg,\n      #f2eee6 0%,\n      #e5dfd4 100%\n    );\n}\n\n.pdp-block-card:nth-child(8) {\n  background:\n    linear-gradient(\n      135deg,\n      #e7e4dd 0%,\n      #dcd9d1 100%\n    );\n}\n\n.pdp-block-card:nth-child(9) {\n  background:\n    linear-gradient(\n      135deg,\n      #eee9df 0%,\n      #e1dbcf 100%\n    );\n}\n\n.pdp-block-card:nth-child(10) {\n  background:\n    linear-gradient(\n      135deg,\n      #f3eee5 0%,\n      #e8e0d2 100%\n    );\n}\n\n.pdp-block-card:nth-child(11) {\n  background:\n    linear-gradient(\n      135deg,\n      #e5e2db 0%,\n      #dcd8ce 100%\n    );\n}\n\n.pdp-block-card:nth-child(12) {\n  background:\n    linear-gradient(\n      135deg,\n      #f1ede5 0%,\n      #e6dfd3 100%\n    );\n}\n\n\n\/* =========================================================\n   HEADINGS\n========================================================= *\/\n\n.block-header {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.block-header h2 {\n  font-size: 2.15rem;\n  line-height: 1.22;\n  font-weight: 700;\n  margin: 0 0 14px;\n  letter-spacing: -0.5px;\n  color: var(--primary-color);\n}\n\n.block-header p {\n  text-align: left;\n  font-size: 1.08rem;\n  color: var(--text-muted);\n  line-height: 1.7;\n  margin: 0;\n}\n\n.highlight {\n  color: var(--accent-dark);\n  font-weight: 700;\n}\n\n.gold-highlight {\n  color: var(--gold-color);\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   IMAGE AREA\n========================================================= *\/\n\n.block-media {\n  width: 100%;\n  border-radius: 12px;\n  overflow: hidden;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255,255,255,0.42),\n      rgba(215,208,194,0.42)\n    );\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.block-media img {\n  width: 100%;\n  height: auto;\n  display: block;\n  object-fit: cover;\n}\n\n\n\/* =========================================================\n   HERO BADGES\n========================================================= *\/\n\n.hero-badges {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n\n.hero-badge {\n  background: rgba(128,99,66,0.11);\n  color: var(--accent-dark);\n  padding: 7px 14px;\n  border-radius: 20px;\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 0.4px;\n  text-transform: uppercase;\n  border: 1px solid rgba(128,99,66,0.12);\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.specs-container {\n  max-width: 900px;\n  margin: 0 auto;\n  width: 100%;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0;\n  border: 1px solid var(--border-color);\n  border-radius: 14px;\n  overflow: hidden;\n  font-size: 0.98rem;\n}\n\n.specs-table tr:not(:last-child) td {\n  border-bottom: 1px solid var(--border-color);\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  vertical-align: middle;\n}\n\n.specs-table td.spec-name {\n  width: 38%;\n  font-weight: 700;\n  background: var(--table-left);\n  color: var(--primary-color);\n}\n\n.specs-table td.spec-value {\n  width: 62%;\n  background: var(--table-right);\n  color: var(--text-muted);\n}\n\n\n\/* =========================================================\n   REVIEWS SECTION\n========================================================= *\/\n\n.social-grid {\n  width: 100%;\n  max-width: 1000px;\n  margin: 0 auto;\n\n  display: flex;\n  flex-direction: column;\n  gap: 22px;\n}\n\n\n\/* =========================================================\n   RATING BOX\n========================================================= *\/\n\n.rating-box {\n  width: 100%;\n  max-width: 760px;\n  margin: 0 auto;\n\n  background:\n    linear-gradient(\n      145deg,\n      #e2dacb,\n      #d8cfbf\n    );\n\n  border-radius: 16px;\n  padding: 26px 30px;\n\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n\n  text-align: center;\n  box-sizing: border-box;\n\n  box-shadow:\n    0 6px 18px rgba(70,58,42,0.06);\n}\n\n\n\/* 4.9 *\/\n.rating-number {\n  font-size: 3rem;\n  line-height: 1;\n  font-weight: 800;\n  color: var(--primary-color);\n  margin: 0;\n}\n\n\n\/* Stars *\/\n.rating-stars {\n  color: var(--gold-color);\n  font-size: 1.3rem;\n  letter-spacing: 3px;\n  line-height: 1;\n  margin-top: 10px;\n}\n\n\n\/* Rating text *\/\n.rating-box \u003e div:nth-child(3) {\n  font-size: 0.88rem !important;\n  color: var(--text-muted) !important;\n  margin-top: 9px;\n}\n\n\n\/* =========================================================\n   RATING BARS\n========================================================= *\/\n\n.progress-bars {\n  width: 100%;\n  max-width: 560px;\n\n  display: flex;\n  flex-direction: column;\n  gap: 9px;\n\n  margin-top: 20px;\n}\n\n.progress-row {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n\n  font-size: 0.82rem;\n  color: var(--text-muted);\n}\n\n.progress-row \u003e span:first-child {\n  width: 48px;\n  flex-shrink: 0;\n  text-align: left;\n}\n\n.progress-row \u003e span:last-child {\n  width: 38px;\n  flex-shrink: 0;\n  text-align: right;\n}\n\n.progress-bar-bg {\n  flex-grow: 1;\n  height: 7px;\n  background: rgba(255,255,255,0.65);\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.progress-bar-fill {\n  height: 100%;\n  background: var(--gold-color);\n  border-radius: 10px;\n}\n\n\n\/* =========================================================\n   REVIEW CONTENT\n========================================================= *\/\n\n.review-content {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n}\n\n\n\/* Customer summary *\/\n\n.ai-summary {\n  background: #f4efe6;\n  padding: 18px 22px;\n  border-radius: 12px;\n\n  font-size: 0.96rem;\n  color: var(--primary-color);\n  line-height: 1.6;\n\n  border-left: 4px solid var(--accent-color);\n}\n\n\n\/* =========================================================\n   REVIEW CARDS\n========================================================= *\/\n\n.reviews-cards {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 18px;\n  width: 100%;\n}\n\n\n\/* Review card *\/\n\n.review-card {\n  background: rgba(255,255,255,0.72);\n\n  border: 1px solid rgba(120,110,95,0.14);\n\n  padding: 20px;\n  border-radius: 13px;\n\n  font-size: 0.94rem;\n  line-height: 1.6;\n\n  color: var(--text-muted);\n\n  box-sizing: border-box;\n\n  display: flex;\n  flex-direction: column;\n\n  min-height: 100%;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.review-card:hover {\n  transform: translateY(-2px);\n\n  box-shadow:\n    0 8px 20px rgba(60,50,35,0.08);\n}\n\n\n\/* Customer name *\/\n\n.review-card strong {\n  color: var(--primary-color);\n  font-size: 0.96rem;\n  margin-bottom: 4px;\n}\n\n\n\/* Review text *\/\n\n.review-text {\n  margin-top: 8px;\n}\n\n\n\/* Review image *\/\n\n.review-card img {\n  width: 100%;\n  margin-top: 14px;\n  border-radius: 9px;\n  display: block;\n}\n\n\n\/* =========================================================\n   LOGISTICS ROUTE\n========================================================= *\/\n\n.logistics-container {\n  width: 100%;\n}\n\n.logistics-route {\n  position: relative;\n  width: 100%;\n  max-width: 1000px;\n  margin: 10px auto 0;\n  padding: 20px 10px 0;\n}\n\n.route-svg {\n  position: absolute;\n  left: 5%;\n  top: 47px;\n  width: 90%;\n  height: 150px;\n  overflow: visible;\n  pointer-events: none;\n}\n\n.route-base {\n  fill: none;\n  stroke: var(--route-bg);\n  stroke-width: 6;\n  stroke-linecap: round;\n}\n\n.route-active {\n  fill: none;\n  stroke: var(--route-active);\n  stroke-width: 6;\n  stroke-dasharray: 900;\n  stroke-dashoffset: 900;\n  stroke-linecap: round;\n\n  animation:\n    routeProgress 10s ease-in-out infinite;\n}\n\n.route-nodes {\n  position: relative;\n  z-index: 3;\n\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n\n  min-height: 180px;\n}\n\n.route-node {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n\n.node-circle {\n  width: 48px;\n  height: 48px;\n\n  border-radius: 50%;\n\n  background: #f7f4ed;\n\n  border: 3px solid #cfc7b9;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  font-size: 1.2rem;\n\n  box-shadow:\n    0 5px 14px rgba(50,40,25,0.08);\n\n  transition: all .5s ease;\n}\n\n.node-title {\n  margin-top: 14px;\n\n  font-size: 0.95rem;\n\n  font-weight: 800;\n\n  color: var(--primary-color);\n}\n\n.node-description {\n  max-width: 150px;\n\n  margin-top: 5px;\n\n  font-size: 0.78rem;\n\n  color: var(--text-muted);\n\n  line-height: 1.45;\n}\n\n.moving-package {\n  position: absolute;\n\n  left: 4%;\n  top: 27px;\n\n  z-index: 5;\n\n  width: 38px;\n  height: 38px;\n\n  border-radius: 50%;\n\n  background: var(--accent-color);\n\n  color: #fff;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  font-size: 1.05rem;\n\n  box-shadow:\n    0 6px 18px rgba(96,72,46,0.30);\n\n  animation:\n    packageMove 10s ease-in-out infinite;\n}\n\n\n\/* =========================================================\n   ROUTE ANIMATION\n========================================================= *\/\n\n@keyframes routeProgress {\n\n  0% {\n    stroke-dashoffset: 900;\n  }\n\n  10% {\n    stroke-dashoffset: 700;\n  }\n\n  35% {\n    stroke-dashoffset: 470;\n  }\n\n  60% {\n    stroke-dashoffset: 240;\n  }\n\n  85%,\n  100% {\n    stroke-dashoffset: 0;\n  }\n\n}\n\n\n@keyframes packageMove {\n\n  0% {\n    left: 3%;\n    top: 27px;\n    transform: rotate(0deg);\n  }\n\n  25% {\n    left: 30%;\n    top: 62px;\n    transform: rotate(4deg);\n  }\n\n  50% {\n    left: 52%;\n    top: 105px;\n    transform: rotate(-3deg);\n  }\n\n  75% {\n    left: 73%;\n    top: 58px;\n    transform: rotate(4deg);\n  }\n\n  100% {\n    left: 93%;\n    top: 27px;\n    transform: rotate(0deg);\n  }\n\n}\n\n\n\/* =========================================================\n   NODE ANIMATIONS\n========================================================= *\/\n\n.route-node:nth-child(1) .node-circle {\n  animation: nodeOne 10s infinite;\n}\n\n.route-node:nth-child(2) .node-circle {\n  animation: nodeTwo 10s infinite;\n}\n\n.route-node:nth-child(3) .node-circle {\n  animation: nodeThree 10s infinite;\n}\n\n.route-node:nth-child(4) .node-circle {\n  animation: nodeFour 10s infinite;\n}\n\n\n@keyframes nodeOne {\n\n  0%,\n  15% {\n    background: var(--accent-color);\n    border-color: var(--accent-color);\n    color: white;\n\n    box-shadow:\n      0 0 18px rgba(128,99,66,.35);\n  }\n\n  20%,\n  100% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n\n    box-shadow:\n      0 5px 14px rgba(50,40,25,.08);\n  }\n\n}\n\n\n@keyframes nodeTwo {\n\n  0%,\n  25% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n  30%,\n  40% {\n    background: var(--accent-color);\n    border-color: var(--accent-color);\n    color: white;\n\n    box-shadow:\n      0 0 18px rgba(128,99,66,.35);\n  }\n\n  45%,\n  100% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n}\n\n\n@keyframes nodeThree {\n\n  0%,\n  48% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n  52%,\n  65% {\n    background: var(--accent-color);\n    border-color: var(--accent-color);\n    color: white;\n\n    box-shadow:\n      0 0 18px rgba(128,99,66,.35);\n  }\n\n  70%,\n  100% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n}\n\n\n@keyframes nodeFour {\n\n  0%,\n  72% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n  76%,\n  95% {\n    background: var(--accent-color);\n    border-color: var(--accent-color);\n    color: white;\n\n    box-shadow:\n      0 0 20px rgba(128,99,66,.4);\n  }\n\n  100% {\n    background: #f7f4ed;\n    border-color: #cfc7b9;\n    color: var(--primary-color);\n  }\n\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n\n  max-width: 900px;\n  margin: 0 auto;\n\n  width: 100%;\n}\n\n.faq-item {\n  border: 1px solid rgba(115,105,90,.18);\n  border-radius: 11px;\n  overflow: hidden;\n}\n\n.faq-item summary {\n  list-style: none;\n\n  padding: 18px 22px;\n\n  font-weight: 700;\n\n  color: var(--primary-color);\n\n  cursor: pointer;\n\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n\n  background: rgba(255,255,255,.52);\n}\n\n.faq-item summary::-webkit-details-marker {\n  display: none;\n}\n\n.faq-item summary::after {\n  content: \"+\";\n\n  font-size: 1.35rem;\n\n  color: var(--accent-color);\n\n  transition:\n    transform .3s ease;\n}\n\n.faq-item details[open] summary::after {\n  transform: rotate(45deg);\n}\n\n.faq-content {\n  padding: 0 22px 20px;\n\n  color: var(--text-muted);\n\n  font-size: .96rem;\n\n  line-height: 1.65;\n\n  background: rgba(255,255,255,.38);\n}\n\n\n\/* =========================================================\n   CTA\n   LIGHT PREMIUM BACKGROUND\n========================================================= *\/\n\n.sticky-cta-banner {\n\n  background:\n    linear-gradient(\n      135deg,\n      #e8dfd0 0%,\n      #dcd0bd 100%\n    );\n\n  color: var(--primary-color);\n\n  padding: 28px 32px;\n\n  border-radius: var(--card-radius);\n\n  display: flex;\n\n  justify-content: space-between;\n\n  align-items: center;\n\n  flex-wrap: wrap;\n\n  gap: 18px;\n\n  border: 1px solid rgba(112,91,65,.10);\n\n  box-shadow:\n    0 10px 28px rgba(70,58,42,.09);\n}\n\n.cta-content h3 {\n  margin: 0 0 6px;\n\n  font-size: 1.5rem;\n\n  color: var(--primary-color);\n}\n\n.cta-content p {\n  margin: 0;\n\n  color: #625b50;\n\n  font-size: .95rem;\n}\n\n\n\/* CTA BUTTON *\/\n\n.cta-btn {\n\n  background:\n    linear-gradient(\n      135deg,\n      #a98550,\n      #806342\n    );\n\n  color: #ffffff;\n\n  padding: 14px 34px;\n\n  border-radius: 8px;\n\n  font-weight: 800;\n\n  text-decoration: none;\n\n  text-transform: uppercase;\n\n  letter-spacing: .4px;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease,\n    opacity .25s ease;\n}\n\n.cta-btn:hover {\n\n  opacity: .94;\n\n  transform: translateY(-2px);\n\n  box-shadow:\n    0 8px 18px rgba(128,99,66,.28);\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:768px) {\n\n  .pdp-container {\n    padding: 12px;\n    gap: 16px;\n  }\n\n  .pdp-block-card {\n    padding: 22px 16px;\n    gap: 18px;\n    border-radius: 12px;\n  }\n\n  .block-header h2 {\n    font-size: 1.65rem;\n    line-height: 1.25;\n  }\n\n  .block-header p {\n    font-size: 1rem;\n    line-height: 1.6;\n  }\n\n  .hero-badges {\n    gap: 7px;\n  }\n\n  .hero-badge {\n    font-size: .68rem;\n    padding: 6px 9px;\n  }\n\n  .specs-table {\n    font-size: .88rem;\n  }\n\n  .specs-table td {\n    padding: 12px 10px;\n  }\n\n\n  \/* =======================================================\n     MOBILE REVIEWS\n  ======================================================= *\/\n\n  .social-grid {\n    width: 100%;\n    gap: 18px;\n  }\n\n  .rating-box {\n    width: 100%;\n    padding: 22px 16px;\n    border-radius: 14px;\n  }\n\n  .rating-number {\n    font-size: 2.7rem;\n  }\n\n  .rating-stars {\n    font-size: 1.15rem;\n    letter-spacing: 2px;\n  }\n\n  .progress-bars {\n    margin-top: 18px;\n  }\n\n  .reviews-cards {\n    grid-template-columns: 1fr;\n    gap: 14px;\n  }\n\n  .review-card {\n    width: 100%;\n    padding: 18px;\n  }\n\n\n  \/* =======================================================\n     MOBILE LOGISTICS\n  ======================================================= *\/\n\n  .logistics-route {\n    padding: 10px 0 0;\n    overflow: hidden;\n  }\n\n  .route-svg {\n    left: 6%;\n    top: 45px;\n    width: 88%;\n    height: 145px;\n  }\n\n  .route-nodes {\n    min-height: 185px;\n  }\n\n  .node-circle {\n    width: 40px;\n    height: 40px;\n    font-size: 1rem;\n  }\n\n  .node-title {\n    font-size: .75rem;\n    margin-top: 10px;\n  }\n\n  .node-description {\n    font-size: .68rem;\n    max-width: 72px;\n    line-height: 1.35;\n  }\n\n  .moving-package {\n    width: 32px;\n    height: 32px;\n    font-size: .9rem;\n    top: 29px;\n  }\n\n\n  \/* =======================================================\n     MOBILE CTA\n  ======================================================= *\/\n\n  .sticky-cta-banner {\n    padding: 22px 18px;\n\n    text-align: center;\n\n    justify-content: center;\n\n    background:\n      linear-gradient(\n        135deg,\n        #e8dfd0,\n        #d9ccb8\n      );\n  }\n\n  .cta-content {\n    width: 100%;\n  }\n\n  .cta-content h3 {\n    font-size: 1.25rem;\n  }\n\n  .cta-btn {\n    width: 100%;\n    padding: 14px 20px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     PDP TOP ANCHOR\n========================================================= --\u003e\n\u003cdiv class=\"pdp-container\" id=\"pdp-top\"\u003e\n\u003c!-- =======================================================\n     1. HERO\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003eNEW ARRIVAL\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e⭐ 4.9\/5 RATING\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e↺ 30-DAY EASY RETURNS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eMove Easy. Work Ready.\u003c\/h2\u003e\n\u003cp\u003eStretch comfort meets classic cargo utility for long workdays and everyday routines. Designed with \u003cspan class=\"highlight\"\u003eeasy movement and practical storage\u003c\/span\u003e in mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9.27_2.gif?v=1790477803\" alt=\"Stretch cargo work pants\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     2. EVERYDAY UTILITY\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eEveryday Utility, Refined\u003c\/h2\u003e\n\u003cp\u003eBuilt for comfort, movement, and daily wear without unnecessary bulk. The practical design keeps \u003cspan class=\"highlight\"\u003efunction close at hand\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9c5fd782569f5af441e14747582aecb6_e31630f2-8436-4119-9141-f510266f25b5.png?v=1790478078\" alt=\"Everyday cargo pants utility\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     3. SIZE\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eFind Your Everyday Fit\u003c\/h2\u003e\n\u003cp\u003eUse the measurement guide to find a comfortable fit that works with your natural movement. For a roomier utility feel, \u003cspan class=\"highlight\"\u003econsider sizing up\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2cebf2146174810059bbabf724254e5c_8777eaf6-3c7b-4181-ade9-54b97a3d3f8a.png?v=1790478100\" alt=\"Cargo pants size guide\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     4. FIT\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eA Clean Fit That Works Anywhere\u003c\/h2\u003e\n\u003cp\u003eThe regular straight-leg silhouette gives you room to move without looking oversized. A \u003cspan class=\"highlight\"\u003emid-rise waistband\u003c\/span\u003e keeps the overall shape balanced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/f317b94a35a710f62d69fa3017c9396c_0a3069dd-32a6-4c8e-90e0-6f6b6b301439.png?v=1790478119\" alt=\"Regular fit straight leg cargo pants\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     5. STRETCH\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eMade To Move With You\u003c\/h2\u003e\n\u003cp\u003eFlexible stretch fabric helps reduce the restrictive feeling of traditional work pants. Bend, squat, climb, and move with \u003cspan class=\"highlight\"\u003eeasier everyday mobility\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_7eaef3c7-3964-4940-99ab-e35f8e72d314.png?v=1790478145\" alt=\"Stretch work pants mobility\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     6. POCKETS\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eCarry What Matters\u003c\/h2\u003e\n\u003cp\u003eExpandable cargo pockets provide useful space for everyday essentials. Keep \u003cspan class=\"highlight\"\u003ephones, wallets, tools, and small gear\u003c\/span\u003e close without filling your hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/f0745bc2a4e6714bc102abf9ea471b1b.png?v=1790478183\" alt=\"Expandable cargo pockets\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     7. MATERIAL\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eStretch Twill Comfort\u003c\/h2\u003e\n\u003cp\u003eThe stretch twill cotton blend balances everyday softness with dependable structure. It gives you \u003cspan class=\"highlight\"\u003eflexibility without losing its workwear feel\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_086c623f-c0ef-4001-b666-b505c5462ba9.png?v=1790478205\" alt=\"Stretch twill cotton blend fabric\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     8. WORK TO WEEKEND\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eFrom Work Hours To Off Hours\u003c\/h2\u003e\n\u003cp\u003eThe clean silhouette transitions naturally from workdays to casual weekends. One dependable pair gives you \u003cspan class=\"highlight\"\u003emore options throughout the week\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"block-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/d78cfc36bf741d828efa38128aca5070_81e8e6c5-5509-4978-9292-edf22b36bb37.png?v=1790478227\" alt=\"Cargo pants work to weekend style\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     9. PRODUCT DETAILS\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eDetails \u0026amp; Specifications\u003c\/h2\u003e\n\u003cp\u003eEvery detail is selected around \u003cspan class=\"highlight\"\u003ecomfort, utility, and everyday durability\u003c\/span\u003e. Simple construction keeps the pants practical and easy to wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eStretch Twill Cotton Blend\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFit Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eRegular Fit \/ Straight Leg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eRise\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMid-Rise Waistband\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePockets\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMulti-Utility Cargo Pockets with Secure Flaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eCare Instructions\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMachine Washable, Tumble Dry Low\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     10. REVIEWS\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eWhat Buyers Are Saying\u003c\/h2\u003e\n\u003cp\u003eCustomer feedback focuses on \u003cspan class=\"highlight\"\u003e stretch comfort, practical storage, and everyday versatility \u003c\/span\u003e. These are the details buyers mention most often.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"social-grid\"\u003e\n\u003c!-- ===================================================\n         RATING\n    ==================================================== --\u003e\n\u003cdiv class=\"rating-box\"\u003e\n\u003cdiv class=\"rating-number\"\u003e4.9\u003c\/div\u003e\n\u003cdiv class=\"rating-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv\u003eBased on customer feedback\u003c\/div\u003e\n\u003cdiv class=\"progress-bars\"\u003e\n\u003cdiv class=\"progress-row\"\u003e\n\u003cspan\u003e5 Star\u003c\/span\u003e\n\u003cdiv class=\"progress-bar-bg\"\u003e\n\u003cdiv class=\"progress-bar-fill\" style=\"width: 88%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e88%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"progress-row\"\u003e\n\u003cspan\u003e4 Star\u003c\/span\u003e\n\u003cdiv class=\"progress-bar-bg\"\u003e\n\u003cdiv class=\"progress-bar-fill\" style=\"width: 10%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e10%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"progress-row\"\u003e\n\u003cspan\u003e3 Star\u003c\/span\u003e\n\u003cdiv class=\"progress-bar-bg\"\u003e\n\u003cdiv class=\"progress-bar-fill\" style=\"width: 2%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e2%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===================================================\n         CUSTOMER REVIEW CONTENT\n    ==================================================== --\u003e\n\u003cdiv class=\"review-content\"\u003e\n\u003cdiv class=\"ai-summary\"\u003e\n\u003cstrong\u003eCustomer feedback highlights:\u003c\/strong\u003e Buyers frequently mention the \u003cspan class=\"highlight\"\u003e stretch comfort, practical cargo pockets, and durable twill construction \u003c\/span\u003e. The pants also work naturally for both work and casual wear.\u003c\/div\u003e\n\u003c!-- =================================================\n           REVIEW CARDS\n           NO EMPTY CARD\n      ================================================== --\u003e\n\u003cdiv class=\"reviews-cards\"\u003e\n\u003c!-- REVIEW 1 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMichael R.\u003c\/strong\u003e \u003cspan style=\"color: var(--gold-color);\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e“Best work pants I've owned. They're flexible enough for lifting and crouching without feeling restrictive.”\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_f15706fc-c696-439a-9a9c-6bc0384896d9.png?v=1790478272\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 2 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDavid K.\u003c\/strong\u003e \u003cspan style=\"color: var(--gold-color);\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e“Great fit and durable material. The side pockets are especially useful when I need to keep my gear close.”\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_2c50d70e-d222-4dd3-bded-fffb9cd4dfb3.png?v=1790478289\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 3 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eJames T.\u003c\/strong\u003e \u003cspan style=\"color: var(--gold-color);\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e“I like how easy they are to move in. They feel more comfortable than most work pants I've tried.”\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_d84c2140-3198-41b1-b821-bb49685043f1.png?v=1790478742\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 4 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRobert H.\u003c\/strong\u003e \u003cspan style=\"color: var(--gold-color);\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-text\"\u003e“Comfortable enough for a full day and versatile enough to wear after work. The stretch makes a big difference.”\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/5_1bfdd64e-b0c5-4046-b1ac-3c7dd0b4e51d.png?v=1790478787\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     11. LOGISTICS ROUTE\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eYour Order, Step By Step\u003c\/h2\u003e\n\u003cp\u003eFrom the moment your order is placed, each stage moves toward delivery. Follow the \u003cspan class=\"highlight\"\u003epackage journey\u003c\/span\u003e below.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"logistics-container\"\u003e\n\u003cdiv class=\"logistics-route\"\u003e\n\u003csvg class=\"route-svg\" viewbox=\"0 0 900 160\" preserveaspectratio=\"none\"\u003e\n\n        \u003cpath class=\"route-base\" d=\"M20,30 C180,30 170,125 320,125 S470,30 600,30 S720,125 880,125\"\u003e\n        \u003c\/path\u003e\n\n        \u003cpath class=\"route-active\" d=\"M20,30 C180,30 170,125 320,125 S470,30 600,30 S720,125 880,125\"\u003e\n        \u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\u003cdiv class=\"moving-package\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"route-nodes\"\u003e\n\u003cdiv class=\"route-node\"\u003e\n\u003cdiv class=\"node-circle\"\u003e🛒\u003c\/div\u003e\n\u003cdiv class=\"node-title\"\u003eOrder\u003c\/div\u003e\n\u003cdiv class=\"node-description\"\u003eOrder confirmed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"route-node\"\u003e\n\u003cdiv class=\"node-circle\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"node-title\"\u003eShipped\u003c\/div\u003e\n\u003cdiv class=\"node-description\"\u003ePackage dispatched\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"route-node\"\u003e\n\u003cdiv class=\"node-circle\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"node-title\"\u003eIn Transit\u003c\/div\u003e\n\u003cdiv class=\"node-description\"\u003eMoving through the network\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"route-node\"\u003e\n\u003cdiv class=\"node-circle\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"node-title\"\u003eDelivered\u003c\/div\u003e\n\u003cdiv class=\"node-description\"\u003eArrives at your door\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; color: var(--text-muted); font-size: .9rem;\"\u003eEach stage lights up as the package moves toward its destination.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     12. FAQ\n======================================================== --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"block-header\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eQuick answers about fit, care, pockets, and everyday wear. Everything you need to make choosing your pair simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these pants true to size?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, they follow standard sizing. If you prefer a looser utility fit, check the sizing guide or consider sizing up.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I machine wash these work pants?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes. The stretch twill construction is machine washable and can be tumble dried on low for convenient everyday care.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow deep are the cargo pockets?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe expandable cargo pockets are designed to hold everyday essentials such as smartphones, wallets, and small tools securely.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these suitable for everyday casual wear?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes. The regular straight-leg silhouette has a clean appearance that works naturally beyond the workplace.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     13. CTA\n======================================================== --\u003e\n\u003cdiv class=\"sticky-cta-banner\" style=\"text-align: center;\"\u003e\n\u003cdiv class=\"cta-content\"\u003e\n\u003ch3\u003eReady To Upgrade Your Workwear?\u003c\/h3\u003e\n\u003cp\u003eEnjoy flexible comfort and practical utility from workday to weekend.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"#pdp-top\" class=\"cta-btn\"\u003e BUY NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"XIESHU","offers":[{"title":"Black \/ S","offer_id":47335915192409,"sku":"NC03142609276456-黑色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":47335915225177,"sku":"NC03142609276456-黑色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":47335915257945,"sku":"NC03142609276456-黑色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":47335915290713,"sku":"NC03142609276456-黑色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":47335915323481,"sku":"NC03142609276456-黑色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":47335915356249,"sku":"NC03142609276456-黑色-XXXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":47335915389017,"sku":"NC03142609276456-灰色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":47335915421785,"sku":"NC03142609276456-灰色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":47335915454553,"sku":"NC03142609276456-灰色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":47335915487321,"sku":"NC03142609276456-灰色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":47335915520089,"sku":"NC03142609276456-灰色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 3XL","offer_id":47335915552857,"sku":"NC03142609276456-灰色-XXXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":47335915585625,"sku":"NC03142609276456-军绿色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":47335915618393,"sku":"NC03142609276456-军绿色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":47335915651161,"sku":"NC03142609276456-军绿色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":47335915683929,"sku":"NC03142609276456-军绿色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2XL","offer_id":47335915716697,"sku":"NC03142609276456-军绿色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ 3XL","offer_id":47335915749465,"sku":"NC03142609276456-军绿色-XXXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ S","offer_id":47335915782233,"sku":"NC03142609276456-藏青色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ M","offer_id":47335915815001,"sku":"NC03142609276456-藏青色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ L","offer_id":47335915847769,"sku":"NC03142609276456-藏青色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XL","offer_id":47335915880537,"sku":"NC03142609276456-藏青色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 2XL","offer_id":47335915913305,"sku":"NC03142609276456-藏青色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 3XL","offer_id":47335915946073,"sku":"NC03142609276456-藏青色-XXXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ S","offer_id":47335915978841,"sku":"NC03142609276456-卡其色-S","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ M","offer_id":47335916011609,"sku":"NC03142609276456-卡其色-M","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ L","offer_id":47335916044377,"sku":"NC03142609276456-卡其色-L","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ XL","offer_id":47335916077145,"sku":"NC03142609276456-卡其色-XL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 2XL","offer_id":47335916109913,"sku":"NC03142609276456-卡其色-XXL","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ 3XL","offer_id":47335916142681,"sku":"NC03142609276456-卡其色-XXXL","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/Z1_78a11740-14ff-4907-beb2-7e81d765199e.png?v=1790478613","url":"https:\/\/treavhds.com\/products\/men-s-flexible-stretch-regular-fit-cargo-pants-comfort-straight-leg-work-pants-with-expandable-pockets","provider":"treavhds","version":"1.0","type":"link"}