{"product_id":"wide-leg-jeans","title":"👖 Vintage Washed High-Waist Wide-Leg Jeans – Relaxed Stretch Denim","description":"\u003cstyle\u003e\n\/* =========================================================\n   VINTAGE WASHED WIDE-LEG JEANS\n   Shopify PDP\n   SIZE GUIDE FIRST\n   NEW DENIM + IVORY + CAMEL COLOR SYSTEM\n   Container Query Responsive\n   ========================================================= *\/\n\n.wlj-page{\n  \/* ---------- TEXT ---------- *\/\n  --ink:#25354a;\n  --ink-soft:#425268;\n  --muted:#70757c;\n\n  \/* ---------- DENIM BLUE ---------- *\/\n  --blue:#4f83c2;\n  --blue-dark:#315f98;\n  --blue-deep:#244b78;\n  --blue-soft:#e9f2fb;\n  --denim:#dbe9f6;\n  --denim-light:#f3f8fc;\n\n  \/* ---------- WARM IVORY ---------- *\/\n  --cream:#fbf8f3;\n  --cream-deep:#f4ede3;\n  --sand:#eee3d6;\n  --warm:#f8f1e8;\n\n  \/* ---------- CAMEL BROWN ---------- *\/\n  --brown:#916044;\n  --brown-dark:#67422f;\n  --brown-soft:#eee0d3;\n\n  \/* ---------- NEUTRAL ---------- *\/\n  --white:#ffffff;\n  --line:#dde2e5;\n  --gray:#f3f4f4;\n  --dark:#263b55;\n\n  --radius:22px;\n  --radius-sm:14px;\n\n  width:100%;\n  max-width:100%;\n  margin:0 auto;\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  font-size:16px;\n  line-height:1.6;\n\n  container-type:inline-size;\n  container-name:wide-leg-jeans;\n}\n\n.wlj-page,\n.wlj-page *{\n  box-sizing:border-box;\n}\n\n.wlj-page img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n  max-height:none !important;\n\n  object-fit:contain !important;\n  object-position:center center !important;\n\n  margin:0;\n  border:0;\n}\n\n.wlj-page h2,\n.wlj-page h3,\n.wlj-page p{\n  margin-top:0;\n}\n\n.wlj-page h2{\n  margin-bottom:12px;\n\n  color:var(--ink);\n\n  font-size:28px;\n  line-height:1.1;\n\n  font-weight:850;\n  letter-spacing:-.03em;\n}\n\n.wlj-page h3{\n  margin-bottom:6px;\n\n  color:var(--ink);\n\n  font-size:18px;\n  line-height:1.3;\n\n  font-weight:800;\n}\n\n.wlj-page p{\n  margin-bottom:0;\n\n  color:var(--muted);\n\n  font-size:16px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   SECTION\n   ========================================================= *\/\n\n.wlj-section{\n  width:100%;\n\n  margin:14px 0;\n  padding:23px 17px;\n\n  border-radius:var(--radius);\n\n  overflow:hidden;\n}\n\n\n\/* ---------- white ---------- *\/\n\n.wlj-white{\n  background:#ffffff;\n\n  border:1px solid var(--line);\n}\n\n\n\/* ---------- denim blue ---------- *\/\n\n.wlj-blue{\n  background:\n    linear-gradient(\n      145deg,\n      #f7fbff 0%,\n      #edf5fc 55%,\n      #e5f0fa 100%\n    );\n}\n\n\n\/* ---------- warm ivory ---------- *\/\n\n.wlj-cream{\n  background:\n    linear-gradient(\n      145deg,\n      #fdfbf7 0%,\n      #f7f1e9 100%\n    );\n}\n\n\n\/* ---------- camel sand ---------- *\/\n\n.wlj-sand{\n  background:\n    linear-gradient(\n      145deg,\n      #f7f1e9 0%,\n      #eee2d5 100%\n    );\n}\n\n\n\/* ---------- warm beige ---------- *\/\n\n.wlj-warm{\n  background:\n    linear-gradient(\n      145deg,\n      #fcf8f3 0%,\n      #f3e9dd 100%\n    );\n}\n\n\n\/* ---------- dark denim ---------- *\/\n\n.wlj-dark{\n  background:\n    linear-gradient(\n      145deg,\n      #263950 0%,\n      #315477 100%\n    );\n\n  color:#ffffff;\n}\n\n.wlj-dark h2,\n.wlj-dark h3{\n  color:#ffffff;\n}\n\n.wlj-dark p{\n  color:#e5edf4;\n}\n\n\n\/* =========================================================\n   GRID\n   DEFAULT = FULL SINGLE COLUMN\n   ========================================================= *\/\n\n.wlj-grid{\n  display:grid;\n\n  grid-template-columns:minmax(0,1fr);\n\n  gap:18px;\n\n  align-items:center;\n}\n\n.wlj-copy,\n.wlj-media{\n  min-width:0;\n}\n\n\n\/* =========================================================\n   MEDIA\n   ALWAYS SHOW FULL IMAGE\n   ========================================================= *\/\n\n.wlj-media{\n  width:100%;\n\n  padding:7px;\n\n  background:#ffffff;\n\n  border:1px solid var(--line);\n  border-radius:17px;\n\n  overflow:hidden;\n}\n\n.wlj-media img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n\n  aspect-ratio:auto !important;\n\n  object-fit:contain !important;\n  object-position:center center !important;\n\n  border-radius:11px;\n}\n\n\n\/* =========================================================\n   LABEL\n   ========================================================= *\/\n\n.wlj-label{\n  display:inline-flex;\n\n  align-items:center;\n\n  margin-bottom:10px;\n\n  padding:6px 11px;\n\n  background:var(--blue-soft);\n\n  border-radius:999px;\n\n  color:var(--blue-dark);\n\n  font-size:12px;\n  line-height:1.1;\n\n  font-weight:850;\n\n  letter-spacing:.07em;\n\n  text-transform:uppercase;\n}\n\n\n\/* warm module labels *\/\n\n.wlj-cream .wlj-label,\n.wlj-sand .wlj-label,\n.wlj-warm .wlj-label{\n  background:var(--brown-soft);\n\n  color:var(--brown-dark);\n}\n\n\n\/* dark module labels *\/\n\n.wlj-dark .wlj-label{\n  background:rgba(255,255,255,.11);\n\n  color:#c6ddf5;\n}\n\n\n\/* =========================================================\n   NUMBER BADGE\n   ========================================================= *\/\n\n.wlj-number{\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  min-width:38px;\n  height:28px;\n\n  margin-right:6px;\n  margin-bottom:10px;\n\n  padding:0 10px;\n\n  background:var(--blue);\n\n  border-radius:999px;\n\n  color:#ffffff;\n\n  font-size:12px;\n  line-height:1;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   LEAD\n   ========================================================= *\/\n\n.wlj-lead{\n  font-size:17px !important;\n  line-height:1.55 !important;\n}\n\n\n\/* =========================================================\n   CORE TITLE\n   ========================================================= *\/\n\n.wlj-core-title{\n  margin-bottom:12px !important;\n\n  font-size:28px !important;\n  line-height:1.1 !important;\n\n  font-weight:850 !important;\n}\n\n.wlj-core-title .wlj-accent{\n  color:var(--blue-dark);\n}\n\n.wlj-dark .wlj-core-title .wlj-accent{\n  color:#add2fb;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE — FIRST MODULE\n   ========================================================= *\/\n\n.wlj-size-first{\n  background:\n    linear-gradient(\n      145deg,\n      #fffdfa 0%,\n      #f7f0e7 55%,\n      #efe3d5 100%\n    );\n\n  border:1px solid #e3d8cc;\n}\n\n.wlj-size-head{\n  max-width:700px;\n\n  margin:0 auto 18px;\n\n  text-align:center;\n}\n\n.wlj-size-head h2{\n  margin-bottom:8px;\n}\n\n.wlj-size-image{\n  margin-bottom:18px;\n}\n\n\n\/* ---------- table ---------- *\/\n\n.wlj-table-wrap{\n  width:100%;\n\n  overflow-x:auto;\n\n  background:#ffffff;\n\n  border:1px solid var(--line);\n  border-radius:14px;\n\n  -webkit-overflow-scrolling:touch;\n}\n\n.wlj-table{\n  width:100%;\n\n  min-width:660px;\n\n  border-collapse:collapse;\n\n  font-size:13px;\n}\n\n.wlj-table th{\n  padding:11px 8px;\n\n  background:#624838;\n\n  color:#ffffff;\n\n  text-align:center;\n\n  font-weight:750;\n\n  white-space:nowrap;\n}\n\n.wlj-table td{\n  padding:11px 8px;\n\n  border-bottom:1px solid var(--line);\n\n  color:#454c57;\n\n  text-align:center;\n\n  white-space:nowrap;\n}\n\n.wlj-table tbody tr:nth-child(even){\n  background:#f6eee4;\n}\n\n.wlj-table tbody tr:nth-child(odd){\n  background:#ffffff;\n}\n\n.wlj-table tbody tr:last-child td{\n  border-bottom:0;\n}\n\n\n\/* ---------- size notes ---------- *\/\n\n.wlj-size-notes{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:8px;\n\n  margin-top:13px;\n}\n\n.wlj-size-note{\n  padding:11px 12px;\n\n  background:rgba(255,255,255,.88);\n\n  border:1px solid #e5d9cd;\n  border-radius:11px;\n\n  color:#665d55;\n\n  font-size:13px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.wlj-hero{\n  background:\n    linear-gradient(\n      140deg,\n      #fffdfa 0%,\n      #f8f2e9 46%,\n      #edf5fb 100%\n    );\n\n  border:1px solid #e4e0da;\n}\n\n.wlj-hero h2{\n  font-size:32px;\n}\n\n.wlj-hero h2 span{\n  display:block;\n\n  color:var(--blue-dark);\n}\n\n.wlj-hero-note{\n  margin-top:15px;\n\n  padding:13px 14px;\n\n  background:rgba(255,255,255,.84);\n\n  border-left:4px solid var(--brown);\n\n  border-radius:0 11px 11px 0;\n\n  color:#57534e;\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   BENEFITS\n   ========================================================= *\/\n\n.wlj-benefits{\n  display:grid;\n\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.wlj-benefit{\n  display:flex;\n\n  align-items:center;\n\n  gap:9px;\n\n  min-width:0;\n\n  padding:10px;\n\n  background:rgba(255,255,255,.92);\n\n  border:1px solid #dce5ed;\n  border-radius:12px;\n}\n\n.wlj-benefit-icon{\n  flex:0 0 34px;\n\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:34px;\n  height:34px;\n\n  background:var(--blue-soft);\n\n  border-radius:9px;\n\n  color:var(--blue-dark);\n\n  font-size:17px;\n}\n\n.wlj-benefit strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:13px;\n  line-height:1.25;\n}\n\n\n\/* =========================================================\n   POINTS\n   ========================================================= *\/\n\n.wlj-points{\n  display:grid;\n\n  gap:8px;\n\n  margin:15px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.wlj-points li{\n  position:relative;\n\n  margin:0;\n\n  padding:10px 11px 10px 38px;\n\n  background:rgba(255,255,255,.82);\n\n  border:1px solid rgba(79,131,194,.16);\n  border-radius:11px;\n\n  color:#4f5965;\n\n  font-size:14px;\n  line-height:1.45;\n}\n\n.wlj-points li:before{\n  content:\"✓\";\n\n  position:absolute;\n\n  left:11px;\n  top:10px;\n\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:19px;\n  height:19px;\n\n  background:var(--blue);\n\n  border-radius:50%;\n\n  color:#ffffff;\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.wlj-dark .wlj-points li{\n  background:rgba(255,255,255,.08);\n\n  border-color:rgba(255,255,255,.12);\n\n  color:#edf2f8;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n   ========================================================= *\/\n\n.wlj-feature-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.wlj-feature-card{\n  display:flex;\n\n  align-items:flex-start;\n\n  gap:10px;\n\n  padding:12px;\n\n  background:#ffffff;\n\n  border:1px solid #dce4ea;\n  border-radius:12px;\n}\n\n.wlj-feature-icon{\n  flex:0 0 37px;\n\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:37px;\n  height:37px;\n\n  background:#e8f2fb;\n\n  border-radius:10px;\n\n  font-size:18px;\n}\n\n.wlj-feature-card strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:14px;\n}\n\n.wlj-feature-card span{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   STYLE GRID\n   ========================================================= *\/\n\n.wlj-style-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.wlj-style{\n  padding:13px;\n\n  background:#ffffff;\n\n  border:1px solid #e4ddd5;\n  border-radius:12px;\n}\n\n.wlj-style strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--ink);\n\n  font-size:14px;\n}\n\n.wlj-style span{\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   SCENES\n   ========================================================= *\/\n\n.wlj-scenes{\n  display:grid;\n\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.wlj-scene{\n  padding:13px 8px;\n\n  background:#ffffff;\n\n  border:1px solid #e4ddd5;\n  border-radius:12px;\n\n  text-align:center;\n}\n\n.wlj-scene-icon{\n  margin-bottom:5px;\n\n  font-size:22px;\n  line-height:1;\n}\n\n.wlj-scene strong{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   DETAILS\n   ========================================================= *\/\n\n.wlj-detail-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:8px;\n\n  margin-top:16px;\n}\n\n.wlj-detail{\n  display:flex;\n\n  align-items:center;\n  justify-content:space-between;\n\n  gap:12px;\n\n  padding:12px 13px;\n\n  background:#ffffff;\n\n  border:1px solid var(--line);\n  border-radius:11px;\n}\n\n.wlj-detail span{\n  color:var(--muted);\n\n  font-size:14px;\n}\n\n.wlj-detail strong{\n  max-width:60%;\n\n  color:var(--ink);\n\n  font-size:14px;\n\n  text-align:right;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.wlj-faq{\n  display:grid;\n\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.wlj-faq details{\n  overflow:hidden;\n\n  background:#ffffff;\n\n  border:1px solid #e2e4e5;\n  border-radius:12px;\n}\n\n.wlj-faq summary{\n  position:relative;\n\n  padding:14px 43px 14px 14px;\n\n  list-style:none;\n\n  cursor:pointer;\n\n  color:var(--ink);\n\n  font-size:15px;\n  line-height:1.4;\n\n  font-weight:750;\n}\n\n.wlj-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.wlj-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--blue-dark);\n\n  font-size:23px;\n  font-weight:400;\n\n  transition:transform .2s ease;\n}\n\n.wlj-faq details[open] summary:after{\n  transform:translateY(-50%) rotate(45deg);\n}\n\n.wlj-faq-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.wlj-cta{\n  background:\n    linear-gradient(\n      135deg,\n      #24384f 0%,\n      #31587f 100%\n    );\n\n  text-align:center;\n}\n\n.wlj-cta h2{\n  max-width:680px;\n\n  margin-left:auto;\n  margin-right:auto;\n\n  color:#ffffff;\n}\n\n.wlj-cta p{\n  max-width:640px;\n\n  margin:0 auto;\n\n  color:#e8eef4;\n}\n\n\n\/* =========================================================\n   CONTAINER QUERY\n   IMPORTANT\n\n   Based on ACTUAL Shopify product-description width.\n\n   450px–650px:\n   SINGLE COLUMN\n\n   720px+:\n   TWO-COLUMN MODULES ALLOWED\n   ========================================================= *\/\n\n@container wide-leg-jeans (min-width:720px){\n\n  .wlj-section{\n    padding:30px;\n  }\n\n  .wlj-page h2{\n    font-size:34px;\n  }\n\n  .wlj-core-title{\n    font-size:34px !important;\n  }\n\n  .wlj-hero h2{\n    font-size:41px;\n  }\n\n  .wlj-grid{\n    grid-template-columns:\n      minmax(0,1fr)\n      minmax(0,1fr);\n\n    gap:28px;\n  }\n\n  .wlj-reverse .wlj-copy{\n    order:2;\n  }\n\n  .wlj-reverse .wlj-media{\n    order:1;\n  }\n\n  .wlj-benefits{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .wlj-size-notes{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .wlj-feature-grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .wlj-scenes{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .wlj-style-grid{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .wlj-detail-grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n}\n\n\n@container wide-leg-jeans (min-width:980px){\n\n  .wlj-section{\n    padding:36px;\n  }\n\n  .wlj-hero h2{\n    font-size:46px;\n  }\n\n  .wlj-core-title{\n    font-size:38px !important;\n  }\n\n  .wlj-benefits{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wlj-page\"\u003e\n\u003c!-- ======================================================\n     01 SIZE GUIDE\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-size-first\"\u003e\n\u003cdiv class=\"wlj-size-head\"\u003e\n\u003cdiv class=\"wlj-label\"\u003eSIZE GUIDE\u003c\/div\u003e\n\u003ch2\u003eFind Your Best Fit First\u003c\/h2\u003e\n\u003cp\u003eCheck your waist, hip and preferred pants length before selecting your size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-media wlj-size-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_14_11_15_23.png?v=1789358292\" alt=\"Wide leg jeans size chart with centimeter and inch measurements\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wlj-table-wrap\"\u003e\n\u003ctable class=\"wlj-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eWaist\u003cbr\u003ecm\u003c\/th\u003e\n\u003cth\u003eWaist\u003cbr\u003ein\u003c\/th\u003e\n\u003cth\u003eHip\u003cbr\u003ecm\u003c\/th\u003e\n\u003cth\u003eHip\u003cbr\u003ein\u003c\/th\u003e\n\u003cth\u003eLength\u003cbr\u003ecm\u003c\/th\u003e\n\u003cth\u003eLength\u003cbr\u003ein\u003c\/th\u003e\n\u003cth\u003eLeg Opening\u003cbr\u003ecm\u003c\/th\u003e\n\u003cth\u003eLeg Opening\u003cbr\u003ein\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e71\u003c\/td\u003e\n\u003ctd\u003e27.9\u003c\/td\u003e\n\u003ctd\u003e98\u003c\/td\u003e\n\u003ctd\u003e38.6\u003c\/td\u003e\n\u003ctd\u003e109\u003c\/td\u003e\n\u003ctd\u003e42.9\u003c\/td\u003e\n\u003ctd\u003e57\u003c\/td\u003e\n\u003ctd\u003e22.4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e77\u003c\/td\u003e\n\u003ctd\u003e30.3\u003c\/td\u003e\n\u003ctd\u003e104\u003c\/td\u003e\n\u003ctd\u003e40.9\u003c\/td\u003e\n\u003ctd\u003e110\u003c\/td\u003e\n\u003ctd\u003e43.3\u003c\/td\u003e\n\u003ctd\u003e58\u003c\/td\u003e\n\u003ctd\u003e22.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e83\u003c\/td\u003e\n\u003ctd\u003e32.7\u003c\/td\u003e\n\u003ctd\u003e110\u003c\/td\u003e\n\u003ctd\u003e43.3\u003c\/td\u003e\n\u003ctd\u003e111\u003c\/td\u003e\n\u003ctd\u003e43.7\u003c\/td\u003e\n\u003ctd\u003e59\u003c\/td\u003e\n\u003ctd\u003e23.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e89\u003c\/td\u003e\n\u003ctd\u003e35.0\u003c\/td\u003e\n\u003ctd\u003e116\u003c\/td\u003e\n\u003ctd\u003e45.7\u003c\/td\u003e\n\u003ctd\u003e112\u003c\/td\u003e\n\u003ctd\u003e44.1\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e23.6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e2XL\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e95\u003c\/td\u003e\n\u003ctd\u003e37.4\u003c\/td\u003e\n\u003ctd\u003e122\u003c\/td\u003e\n\u003ctd\u003e48.0\u003c\/td\u003e\n\u003ctd\u003e113\u003c\/td\u003e\n\u003ctd\u003e44.5\u003c\/td\u003e\n\u003ctd\u003e61\u003c\/td\u003e\n\u003ctd\u003e24.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-size-notes\"\u003e\n\u003cdiv class=\"wlj-size-note\"\u003e\n\u003cstrong\u003e Measure Your Waist \u003c\/strong\u003e \u003cbr\u003eMeasure around the narrowest part of your natural waist.\u003c\/div\u003e\n\u003cdiv class=\"wlj-size-note\"\u003e\n\u003cstrong\u003e Measure Your Hips \u003c\/strong\u003e \u003cbr\u003eMeasure around the fullest part of your hips.\u003c\/div\u003e\n\u003cdiv class=\"wlj-size-note\"\u003e\n\u003cstrong\u003e Between Sizes? \u003c\/strong\u003e \u003cbr\u003eChoose the larger size if you prefer a more relaxed, comfortable fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     02 HERO\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-hero\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-label\"\u003eVINTAGE WASHED WIDE-LEG JEANS\u003c\/div\u003e\n\u003ch2\u003eRelaxed Wide-Leg Style. \u003cspan\u003eComfort You Can Wear All Day.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eBring easy vintage denim style into your everyday wardrobe with a high-waisted, relaxed wide-leg silhouette designed for comfortable movement and effortless outfit pairing.\u003c\/p\u003e\n\u003cdiv class=\"wlj-hero-note\"\u003eVintage-inspired wash, roomy wide legs, flexible denim and a flattering high-rise shape come together in one easy everyday pair.\u003c\/div\u003e\n\u003cdiv class=\"wlj-benefits\"\u003e\n\u003cdiv class=\"wlj-benefit\"\u003e\n\u003cdiv class=\"wlj-benefit-icon\"\u003e👖\u003c\/div\u003e\n\u003cstrong\u003e Relaxed Wide-Leg Fit \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-benefit\"\u003e\n\u003cdiv class=\"wlj-benefit-icon\"\u003e↔️\u003c\/div\u003e\n\u003cstrong\u003e Stretch-Enhanced Denim \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-benefit\"\u003e\n\u003cdiv class=\"wlj-benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003e High-Waist Design \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-benefit\"\u003e\n\u003cdiv class=\"wlj-benefit-icon\"\u003e🩵\u003c\/div\u003e\n\u003cstrong\u003e Vintage Washed Finish \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     03 FEATURE 01\n     STRETCH DENIM\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-blue\"\u003e\n\u003cdiv class=\"wlj-grid\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"wlj-label\"\u003eSTRETCH-ENHANCED DENIM\u003c\/div\u003e\n\u003ch2 class=\"wlj-core-title\"\u003e\n\u003cspan class=\"wlj-accent\"\u003e Flexible Denim \u003c\/span\u003e Gives You More Room to Move\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eThe denim is designed with added flexibility, giving you more freedom for walking, sitting and moving through everyday activities.\u003c\/p\u003e\n\u003cul class=\"wlj-points\"\u003e\n\u003cli\u003eFlexible denim construction for easier movement\u003c\/li\u003e\n\u003cli\u003eRelaxed feel for everyday wear\u003c\/li\u003e\n\u003cli\u003eRoomier silhouette without a skin-tight fit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_4.png?v=1789358292\" alt=\"Stretch enhanced wide leg denim jeans\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     04 FEATURE 02\n     WIDE LEG\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-cream\"\u003e\n\u003cdiv class=\"wlj-grid wlj-reverse\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"wlj-label\"\u003eRELAXED WIDE-LEG FIT\u003c\/div\u003e\n\u003ch2 class=\"wlj-core-title\"\u003e\n\u003cspan class=\"wlj-accent\"\u003e Wide-Leg Cut \u003c\/span\u003e Creates a Relaxed, Easy Silhouette\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eA roomy wide-leg cut gives the jeans their relaxed shape, while the vintage-inspired washed finish adds a timeless denim look that works across seasons.\u003c\/p\u003e\n\u003cul class=\"wlj-points\"\u003e\n\u003cli\u003eRoomy design through the legs\u003c\/li\u003e\n\u003cli\u003eRelaxed silhouette for easy everyday styling\u003c\/li\u003e\n\u003cli\u003eVintage-inspired washed denim appearance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_2_c82adac4-9045-44da-a60e-4a84ff6fc6e3.png?v=1789358292\" alt=\"Soft breathable relaxed wide leg denim jeans\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     05 FEATURE 03\n     HIGH WAIST\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-sand\"\u003e\n\u003cdiv class=\"wlj-grid\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"wlj-label\"\u003eHIGH-WAIST DESIGN\u003c\/div\u003e\n\u003ch2 class=\"wlj-core-title\"\u003e\n\u003cspan class=\"wlj-accent\"\u003e High Waist \u003c\/span\u003e Helps Define and Smooth the Waistline\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eThe higher-rise waistband provides more coverage around the midsection while creating a clean, defined foundation for everyday outfits.\u003c\/p\u003e\n\u003cul class=\"wlj-points\"\u003e\n\u003cli\u003eHigh-rise waist for added midsection coverage\u003c\/li\u003e\n\u003cli\u003eHelps create a more defined waistline\u003c\/li\u003e\n\u003cli\u003eEasy to pair with tucked, fitted or cropped tops\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_1_355c43ee-fd17-410b-9849-fce3742cf718.png?v=1789358292\" alt=\"High waisted wide leg jeans\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     06 FEATURE 04\n     BACK YOKE\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-white\"\u003e\n\u003cdiv class=\"wlj-grid wlj-reverse\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"wlj-label\"\u003eCONTOURED BACK YOKE\u003c\/div\u003e\n\u003ch2 class=\"wlj-core-title\"\u003e\n\u003cspan class=\"wlj-accent\"\u003e Contoured Back Yoke \u003c\/span\u003e Helps Create a Naturally Curved Look\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eThe back construction follows the shape of the waist and hips, helping the jeans create a smooth, flattering look from behind.\u003c\/p\u003e\n\u003cul class=\"wlj-points\"\u003e\n\u003cli\u003eContoured back-yoke construction\u003c\/li\u003e\n\u003cli\u003eHelps create a smoother back silhouette\u003c\/li\u003e\n\u003cli\u003eClassic rear-pocket denim styling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_14_11_24_12_3.png?v=1789358292\" alt=\"Wide leg jeans with contoured back yoke\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     07 EVERYDAY STYLING\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-warm\"\u003e\n\u003cdiv class=\"wlj-copy\"\u003e\n\u003cdiv class=\"wlj-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"wlj-label\"\u003eEASY EVERYDAY STYLING\u003c\/div\u003e\n\u003ch2 class=\"wlj-core-title\"\u003eStyle Easily with \u003cspan class=\"wlj-accent\"\u003e Tees, Blouses, Sweaters \u0026amp; Sneakers \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eThe relaxed denim shape moves easily between casual daytime outfits and polished everyday looks, making these jeans simple to style throughout the week.\u003c\/p\u003e\n\u003cdiv class=\"wlj-style-grid\"\u003e\n\u003cdiv class=\"wlj-style\"\u003e\n\u003cstrong\u003e Fitted Tops \u003c\/strong\u003e \u003cspan\u003e Balance the roomy wide-leg silhouette with a closer-fitting top. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-style\"\u003e\n\u003cstrong\u003e Oversized Sweaters \u003c\/strong\u003e \u003cspan\u003e Create an easy relaxed look for cooler days. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-style\"\u003e\n\u003cstrong\u003e Shirts \u0026amp; Blouses \u003c\/strong\u003e \u003cspan\u003e Tuck into the high waist for a cleaner, more polished outfit. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-scenes\"\u003e\n\u003cdiv class=\"wlj-scene\"\u003e\n\u003cdiv class=\"wlj-scene-icon\"\u003e☕\u003c\/div\u003e\n\u003cstrong\u003e Coffee Runs \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-scene\"\u003e\n\u003cdiv class=\"wlj-scene-icon\"\u003e🛍️\u003c\/div\u003e\n\u003cstrong\u003e Casual Outings \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-scene\"\u003e\n\u003cdiv class=\"wlj-scene-icon\"\u003e✈️\u003c\/div\u003e\n\u003cstrong\u003e Travel Days \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-scene\"\u003e\n\u003cdiv class=\"wlj-scene-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003e Weekend Style \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     08 FEATURE SUMMARY\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-blue\"\u003e\n\u003cdiv class=\"wlj-label\"\u003eWHY YOU'LL REACH FOR THEM\u003c\/div\u003e\n\u003ch2\u003eRelaxed Denim Comfort with an Easy, Flattering Shape\u003c\/h2\u003e\n\u003cdiv class=\"wlj-feature-grid\"\u003e\n\u003cdiv class=\"wlj-feature-card\"\u003e\n\u003cdiv class=\"wlj-feature-icon\"\u003e↔️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Flexible Denim \u003c\/strong\u003e \u003cspan\u003e Added give helps make everyday movement easier. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-feature-card\"\u003e\n\u003cdiv class=\"wlj-feature-icon\"\u003e👖\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Wide-Leg Silhouette \u003c\/strong\u003e \u003cspan\u003e Extra room through the legs keeps the fit relaxed. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-feature-card\"\u003e\n\u003cdiv class=\"wlj-feature-icon\"\u003e⬆️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e High-Rise Waist \u003c\/strong\u003e \u003cspan\u003e More coverage with a cleaner, defined waistline. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-feature-card\"\u003e\n\u003cdiv class=\"wlj-feature-icon\"\u003e🩵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Vintage Wash \u003c\/strong\u003e \u003cspan\u003e Timeless denim styling for everyday outfits. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     09 PRODUCT DETAILS\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-white\"\u003e\n\u003cdiv class=\"wlj-label\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2\u003eVintage Wide-Leg Jeans at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"wlj-detail-grid\"\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Fit \u003c\/span\u003e \u003cstrong\u003e Relaxed Wide Leg \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Rise \u003c\/span\u003e \u003cstrong\u003e High Waist \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Fabric Feel \u003c\/span\u003e \u003cstrong\u003e Flexible Denim \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Finish \u003c\/span\u003e \u003cstrong\u003e Vintage Washed \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Available Sizes \u003c\/span\u003e \u003cstrong\u003e S \/ M \/ L \/ XL \/ 2XL \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wlj-detail\"\u003e\n\u003cspan\u003e Current Colors \u003c\/span\u003e \u003cstrong\u003e Denim Blue \/ Dark Blue \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     10 FAQ\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-cream\"\u003e\n\u003cdiv class=\"wlj-label\"\u003eGOOD TO KNOW\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"wlj-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these jeans fitted or relaxed?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eThey feature a relaxed wide-leg silhouette, providing more room through the legs than slim or straight-leg jeans.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these jeans high-waisted?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eYes. The design features a higher-rise waistband that provides more coverage around the waist and midsection.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the denim have stretch?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eThe denim is designed with added flexibility to make normal everyday movement more comfortable.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eThe current size range includes S, M, L, XL and 2XL. Please check the size guide at the top of this page before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat colors are currently available?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eThe current product options include Denim Blue and Dark Blue.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I wear them with?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eThe relaxed wide-leg shape pairs easily with fitted tops, T-shirts, blouses, oversized sweaters and sneakers.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if I am between two sizes?\u003c\/summary\u003e\n\u003cdiv class=\"wlj-faq-answer\"\u003eIf you prefer a more relaxed fit, choosing the larger of the two sizes is generally the more comfortable option.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n     11 BOTTOM CTA\n     ====================================================== --\u003e\n\u003csection class=\"wlj-section wlj-dark wlj-cta\"\u003e\n\u003cdiv class=\"wlj-label\"\u003eEFFORTLESS DENIM STYLE\u003c\/div\u003e\n\u003ch2\u003eHigh Waist. Wide Legs. Easy Everyday Comfort.\u003c\/h2\u003e\n\u003cp class=\"wlj-lead\"\u003eA relaxed vintage-inspired pair made to work with the tops, sweaters, sneakers and everyday pieces already in your wardrobe.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"XHY","offers":[{"title":"DenimBlue \/ S","offer_id":49140081983673,"sku":"NC0207260914795-阔腿牛仔裤-升级版浅蓝-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"DenimBlue \/ M","offer_id":49140082016441,"sku":"NC0207260914795-阔腿牛仔裤-升级版浅蓝-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"DenimBlue \/ L","offer_id":49140082049209,"sku":"NC0207260914795-阔腿牛仔裤-升级版浅蓝-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"DenimBlue \/ XL","offer_id":49140082081977,"sku":"NC0207260914795-阔腿牛仔裤-升级版浅蓝-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"DenimBlue \/ 2XL","offer_id":49140082114745,"sku":"NC0207260914795-阔腿牛仔裤-升级版浅蓝-2XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ S","offer_id":49140196999353,"sku":"NC0207260914795-阔腿牛仔裤-升级版中蓝-S","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ M","offer_id":49140197032121,"sku":"NC0207260914795-阔腿牛仔裤-升级版中蓝-M","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ L","offer_id":49140197064889,"sku":"NC0207260914795-阔腿牛仔裤-升级版中蓝-L","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ XL","offer_id":49140197097657,"sku":"NC0207260914795-阔腿牛仔裤-升级版中蓝-XL","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ 2XL","offer_id":49140197130425,"sku":"NC0207260914795-阔腿牛仔裤-升级版中蓝-2XL","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/CUCT260816_6.jpg?v=1789354492","url":"https:\/\/fvaulity.com\/products\/wide-leg-jeans","provider":"fvaulity","version":"1.0","type":"link"}