{"product_id":"cotopaxi-womens-pacaya-2-0-insulated-hooded-jacket","title":"Cotopaxi Women's Pacaya 2.0 Insulated Hooded Jacket","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003eWomen's Pacaya 2.0 Insulated Hooded Jacket\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,\n#tab-key:checked ~ .spur-panels .key-panel,\n#tab-specs:checked ~ .spur-panels .specs-panel,\n#tab-care:checked ~ .spur-panels .care-panel { display: block; }\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 Pacaya 2.0 Insulated Hooded Jacket\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003eHybrid Insulation · Recycled Wool · Stretch Panels · Packable\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\"\u003eNot too warm, not too cold—that's the perfection the Pacaya 2.0 Insulated Hooded Jacket brings to chillier active days. This movement-friendly and breathable layer features a 100% recycled shell and recycled insulation made from pre-consumer wool scraps that regulates heat when you're out exploring landscapes on ski or foot. It's also an ideal layer under a waterproof shell on stormy days.\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\n\u003cdiv class=\"key-title\"\u003eAdjustable Hood\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eCinchable hood dials in a close, secure fit at the crown — seals in heat around the head and neck without obstructing peripheral vision.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eInterior Chest Pocket\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eInternal chest pocket stashes phone, snacks, or a key without competing for hand pocket space — sits against the body for security and stays out of the way under pack straps.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003ePacks Into Itself\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eJacket stuffs into its own pocket and zips shut — turns into a self-contained stuff sack for stashing in a pack, clipping to a harness, or tossing in a carry-on.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003e2 Zippered Hand Pockets\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eTwo zip hand pockets warm cold fingers and secure phone, keys, or a hat — zips keep contents in place through active movement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eAdjustable Hem\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eDrawcord hem dials the fit to seal out drafts or loosen up for venting — keeps the recycled insulation working at the core where you want it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eHybrid Stretch Panels\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eStretch panels run from the side seam through the sleeve, giving the jacket full mobility for high steps, reaching, and skiing — eliminates the binding feel of a fully quilted insulated piece in active use.\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\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHybrid Insulated Hooded Jacket\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\"\u003eSizes\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eXS, S, M, L, XL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eActivity\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHike \/ Ski \/ Active Cool-Weather\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRegular\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-category\"\u003eMaterials\u003c\/p\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMain Body\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e100% recycled nylon with C0 DWR 80\/10 finish (38 gsm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSecondary Body\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e97% recycled polyester, 3% spandex with C0 DWR 70\/20 finish (215 gsm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eInsulation\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eImbotex Millefiori — 40% recycled wool, 60% recycled low-melting polyester (60 gsm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePFAS\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMade without intentionally added PFAS chemicals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"spec-category\"\u003eConstruction\u003c\/p\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCenter front zipper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHood\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eAdjustable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eStretch Panels\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSide seam through sleeve\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePockets\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eInterior chest, 2 zippered hand (packable into one)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHem\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eAdjustable drawcord\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\"\u003eCleaning\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eMachine wash cold with like colors. Use a mild, technical-fabric or wool-safe detergent. Close zippers before washing. Avoid bleach, fabric softener, and enzyme-based detergents — they can damage the recycled wool insulation and strip the C0 DWR finish on the face fabric.\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 on low heat. The Imbotex Millefiori wool blend insulation benefits from a low-heat tumble to re-loft the fibers — high heat can scorch the wool content and damage the low-melt polyester binder.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eWool Insulation Care\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eThe Imbotex Millefiori insulation is a recycled wool + low-melt polyester blend that naturally resists odor — air out between wears instead of washing every time, and spot-clean small marks rather than running the full jacket through the wash.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDWR Maintenance\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eIf the face fabric starts wetting out (water soaking into the nylon instead of beading), tumble dry on low to reactivate the C0 DWR finish, or apply a C0\/PFAS-free DWR refresh spray rated for nylon face fabrics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eStore loosely hung or folded in a cool, dry place away from direct sunlight. Avoid long-term compression in a stuff sack — the recycled wool insulation needs room to maintain its loft and thermal performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\u003c\/style\u003e\n\u003c\/body\u003e","brand":"Cotopaxi","offers":[{"title":"Cotopaxi Black \/ XS","offer_id":52874833035584,"sku":"PCHJ-F25-CPBLK-W-XS","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Cotopaxi Black \/ S","offer_id":52874833068352,"sku":"PCHJ-F25-CPBLK-W-S","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Cotopaxi Black \/ M","offer_id":52874833101120,"sku":"PCHJ-F25-CPBLK-W-M","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Cotopaxi Black \/ L","offer_id":52874833133888,"sku":"PCHJ-F25-CPBLK-W-L","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Cotopaxi Black \/ XL","offer_id":52874833166656,"sku":"PCHJ-F25-CPBLK-W-XL","price":245.0,"currency_code":"USD","in_stock":true},{"title":"Juniper \/ XS","offer_id":52874833199424,"sku":"PCHJ-F26-JP-W-XS","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Juniper \/ S","offer_id":52874833232192,"sku":"PCHJ-F26-JP-W-S","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Juniper \/ M","offer_id":52874833264960,"sku":"PCHJ-F26-JP-W-M","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Juniper \/ L","offer_id":52874833297728,"sku":"PCHJ-F26-JP-W-L","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Juniper \/ XL","offer_id":52874833330496,"sku":"PCHJ-F26-JP-W-XL","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Pitaya \/ XS","offer_id":52874833363264,"sku":"PCHJ-F26-PIT-W-XS","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Pitaya \/ S","offer_id":52874833396032,"sku":"PCHJ-F26-PIT-W-S","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Pitaya \/ M","offer_id":52874833428800,"sku":"PCHJ-F26-PIT-W-M","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Pitaya \/ L","offer_id":52874833461568,"sku":"PCHJ-F26-PIT-W-L","price":245.0,"currency_code":"USD","in_stock":false},{"title":"Pitaya \/ XL","offer_id":52874833494336,"sku":"PCHJ-F26-PIT-W-XL","price":245.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/PCHJ-F25-CPBLK-W_857b841b-a1ed-4f20-b8df-bfe16c9f6e99.jpg?v=1785190414","url":"https:\/\/spokex.com\/products\/cotopaxi-womens-pacaya-2-0-insulated-hooded-jacket","provider":"SX Collective","version":"1.0","type":"link"}