{"product_id":"patagonia-womens-utility-pants","title":"Patagonia Women's Utility Pants","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWomen's Utility Pants\u003c\/title\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800\u0026family=Barlow:wght@300;400;500;600\u0026display=swap');\n:root { --black: #0a0a0a; --white: #ffffff; --mid: #f5f5f5; --border: #e8e8e8; --muted: #999; --body: #222; }\n* { box-sizing: border-box; margin: 0; padding: 0; }\n.spur-wrap { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--black); max-width: 1100px; margin: 0 auto; padding: 48px 24px; }\n.spur-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; border-bottom: 1px solid var(--border); padding-bottom: 24px; flex-wrap: wrap; gap: 12px; }\n.spur-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1; text-transform: uppercase; }\n.spur-meta { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }\n.tab-radio { display: none; }\n.tab-nav { display: flex; gap: 4px; margin-bottom: 32px; flex-wrap: wrap; }\n.tab-nav label { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 24px; background: var(--mid); color: var(--muted); border: 1px solid var(--border); cursor: pointer; transition: all 0.15s; border-radius: 2px; display: inline-block; user-select: none; }\n.tab-nav label:hover { color: var(--black); border-color: #aaa; }\n.spur-panels .tab-panel { display: none; }\n#tab-desc:checked ~ .tab-nav label[for=\"tab-desc\"],\n#tab-key:checked ~ .tab-nav label[for=\"tab-key\"],\n#tab-specs:checked ~ .tab-nav label[for=\"tab-specs\"],\n#tab-care:checked ~ .tab-nav label[for=\"tab-care\"] { background: var(--black); color: var(--white); border-color: var(--black); }\n#tab-desc:checked ~ .spur-panels .desc-panel { display: block; }\n#tab-key:checked ~ .spur-panels .key-panel { display: block; }\n#tab-specs:checked ~ .spur-panels .specs-panel { display: block; }\n#tab-care:checked ~ .spur-panels .care-panel { display: block; }\n.spur-panel p { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--body); margin-bottom: 16px; }\n.desc-intro { font-size: 16px; font-weight: 400; line-height: 1.65; color: var(--body); margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }\n.key-section { border-bottom: 1px solid var(--border); padding: 16px 0; }\n.key-section:last-child { border-bottom: none; }\n.key-title { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }\n.key-desc { font-size: 14px; font-weight: 300; color: var(--body); line-height: 1.5; }\n.spec-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--border); }\n.spec-key { font-size: 12px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); padding: 12px 16px 12px 0; }\n.spec-val { font-size: 14px; font-weight: 300; color: var(--body); padding: 12px 0; line-height: 1.5; }\n.spec-category { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin: 24px 0 8px 0; color: var(--muted); }\n.spec-category:first-child { margin-top: 0; }\n@media (max-width: 600px) { .spec-row { grid-template-columns: 1fr; } .spec-key { padding-bottom: 2px; } .spec-val { padding-top: 0; padding-bottom: 12px; } }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"spur-wrap\"\u003e\n\u003cdiv class=\"spur-header\"\u003e\n\u003cdiv class=\"spur-title\"\u003eWomen's Utility Pants\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003ePants\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cinput type=\"radio\" name=\"spur-tabs\" id=\"tab-desc\" class=\"tab-radio\" checked\u003e\n\u003cinput type=\"radio\" name=\"spur-tabs\" id=\"tab-key\" class=\"tab-radio\"\u003e\n\u003cinput type=\"radio\" name=\"spur-tabs\" id=\"tab-specs\" class=\"tab-radio\"\u003e\n\u003cinput type=\"radio\" name=\"spur-tabs\" id=\"tab-care\" class=\"tab-radio\"\u003e\n\n\u003cdiv class=\"tab-nav\"\u003e\n\u003clabel for=\"tab-desc\"\u003eDescription\u003c\/label\u003e\n\u003clabel for=\"tab-key\"\u003eKey Features\u003c\/label\u003e\n\u003clabel for=\"tab-specs\"\u003eSpecifications\u003c\/label\u003e\n\u003clabel for=\"tab-care\"\u003eCare\u003c\/label\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var names = ['desc','key','specs','care'];\n  function show(n){\n    names.forEach(function(t){\n      var panel = document.querySelector('.' + t + '-panel');\n      if(panel) panel.style.setProperty('display', (t === n) ? 'block' : 'none', 'important');\n    });\n  }\n  names.forEach(function(t){\n    var input = document.getElementById('tab-' + t);\n    if(input) input.addEventListener('change', function(){ show(t); });\n    var label = document.querySelector('label[for=\"tab-' + t + '\"]');\n    if(label) label.addEventListener('click', function(){\n      show(t);\n      var inp = document.getElementById('tab-' + t);\n      if(inp) inp.checked = true;\n    });\n  });\n  show('desc');\n})();\n\u003c\/script\u003e\n\n\u003cdiv class=\"spur-panels\"\u003e\n\u003c!-- DESCRIPTION PANEL --\u003e\n\u003cdiv class=\"tab-panel desc-panel\"\u003e\n\u003cp class=\"desc-intro\"\u003eDesigned for everyday wear and versatility, the Women’s Utility Pants are built with comfy yet durable 68% organic cotton\/30% TENCEL™ lyocell\/2% spandex comfort-stretch twill. Two deep pockets in front and two patch pockets in back keep your essentials handy when you’re on the go. Inseam length is 30in. Made in a Fair Trade Certified™ factory.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES PANEL --\u003e\n\u003cdiv class=\"tab-panel key-panel\"\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eMade from durable yet comfortable 68% organic cotton\/30% TENCEL™ lyocell\/2% spandex comfort-stretch twill with a peached face\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eClassic zip fly with a button closure\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eTwo deep, utility-style front pockets and two patch back pockets with flaps and button closures keep your essentials secure and accessible\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eRegular-fit, mid-rise pants with roomy, straight legs create a timeless, utilitarian design that can be dressed up or down\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eInseam is 30in\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eMade in a Fair Trade Certified™ factory, which means the people who made this product earned a premium for their labor\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eTechnology\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eFair Trade Certified, E-fibers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECIFICATIONS PANEL --\u003e\n\u003cdiv class=\"tab-panel specs-panel\"\u003e\n\u003cp class=\"spec-category\"\u003eGeneral\u003c\/p\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRegular fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCategory\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eTechnology\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFair Trade Certified, E-fibers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eGender\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWomen's\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eAvailable Sizes\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e0, 10, 12, 14, 16, 18, 2, 20, 22, 4, 6, 8\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-category\"\u003eMaterials \u0026amp; Construction\u003c\/p\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e484.78 g (17.1 oz)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e7.8-oz 68% organic cotton\/30% TENCEL™ lyocell\/2% spandex comfort-stretch twill with a peached face. Made in a Fair Trade Certified™ factory\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CARE PANEL --\u003e\n\u003cdiv class=\"tab-panel care-panel\"\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eWashing\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eMachine wash cold with like colors. Use mild detergent.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDrying\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eTumble dry low. Do not bleach.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eIroning\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eCool iron if needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Patagonia","offers":[{"title":"Canopy Green \/ 0","offer_id":52889772261696,"sku":"21925-CNGR-0","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 2","offer_id":52889772294464,"sku":"21925-CNGR-2","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 4","offer_id":52889772327232,"sku":"21925-CNGR-4","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 6","offer_id":52889772360000,"sku":"21925-CNGR-6","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 8","offer_id":52889772392768,"sku":"21925-CNGR-8","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 10","offer_id":52889772425536,"sku":"21925-CNGR-10","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 12","offer_id":52889772458304,"sku":"21925-CNGR-12","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 14","offer_id":52889772491072,"sku":"21925-CNGR-14","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 16","offer_id":52889772523840,"sku":"21925-CNGR-16","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 18","offer_id":52889772556608,"sku":"21925-CNGR-18","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 20","offer_id":52889772589376,"sku":"21925-CNGR-20","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Canopy Green \/ 22","offer_id":52889772622144,"sku":"21925-CNGR-22","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 0","offer_id":52889772654912,"sku":"21925-SNBE-0","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Sunken Blue \/ 2","offer_id":52889772687680,"sku":"21925-SNBE-2","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Sunken Blue \/ 4","offer_id":52889772720448,"sku":"21925-SNBE-4","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 6","offer_id":52889772753216,"sku":"21925-SNBE-6","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 8","offer_id":52889772785984,"sku":"21925-SNBE-8","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 10","offer_id":52889772818752,"sku":"21925-SNBE-10","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 12","offer_id":52889772851520,"sku":"21925-SNBE-12","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 14","offer_id":52889772884288,"sku":"21925-SNBE-14","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 16","offer_id":52889772917056,"sku":"21925-SNBE-16","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Sunken Blue \/ 18","offer_id":52889772949824,"sku":"21925-SNBE-18","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Sunken Blue \/ 20","offer_id":52889772982592,"sku":"21925-SNBE-20","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Sunken Blue \/ 22","offer_id":52889773015360,"sku":"21925-SNBE-22","price":108.0,"currency_code":"USD","in_stock":true},{"title":"Weathered Stone \/ 0","offer_id":52889773048128,"sku":"21925-WSTO-0","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 2","offer_id":52889773080896,"sku":"21925-WSTO-2","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 4","offer_id":52889773113664,"sku":"21925-WSTO-4","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 6","offer_id":52889773146432,"sku":"21925-WSTO-6","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 8","offer_id":52889773179200,"sku":"21925-WSTO-8","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 10","offer_id":52889773211968,"sku":"21925-WSTO-10","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 12","offer_id":52889773244736,"sku":"21925-WSTO-12","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 14","offer_id":52889773277504,"sku":"21925-WSTO-14","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 16","offer_id":52889773310272,"sku":"21925-WSTO-16","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 18","offer_id":52889773343040,"sku":"21925-WSTO-18","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 20","offer_id":52889773375808,"sku":"21925-WSTO-20","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Weathered Stone \/ 22","offer_id":52889773408576,"sku":"21925-WSTO-22","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 0","offer_id":52889773441344,"sku":"21925-WLFB-0","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 2","offer_id":52889773474112,"sku":"21925-WLFB-2","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 4","offer_id":52889773506880,"sku":"21925-WLFB-4","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 6","offer_id":52889773539648,"sku":"21925-WLFB-6","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 8","offer_id":52889773572416,"sku":"21925-WLFB-8","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 10","offer_id":52889773605184,"sku":"21925-WLFB-10","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 12","offer_id":52889773637952,"sku":"21925-WLFB-12","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 14","offer_id":52889773670720,"sku":"21925-WLFB-14","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 16","offer_id":52889773703488,"sku":"21925-WLFB-16","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 18","offer_id":52889773736256,"sku":"21925-WLFB-18","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 20","offer_id":52889773769024,"sku":"21925-WLFB-20","price":108.0,"currency_code":"USD","in_stock":false},{"title":"Wolf Brown \/ 22","offer_id":52889773801792,"sku":"21925-WLFB-22","price":108.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/21925-CNGR_2644d48f-f41e-4028-8d0d-c78581179975.jpg?v=1785548737","url":"https:\/\/spokex.com\/products\/patagonia-womens-utility-pants","provider":"SX Collective","version":"1.0","type":"link"}