{"product_id":"cotopaxi-womens-encima-fleece-pullover","title":"Cotopaxi Women's Encima Fleece Pullover","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003eWomen's Encima Fleece Pullover\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 Encima Fleece Pullover\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003eMidlayer · Lightweight Everyday Fleece\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\" style=\"display: block !important;\"\u003e\n\u003cp class=\"desc-intro\"\u003eYou won't ever want to take off this 100% recycled midlayer. The Encima Fleece Pullover is a snap-front, lightweight fleece that pairs perfectly with your favorite tee and down jacket, but is also awesome worn solo.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- KEY FEATURES PANEL --\u003e\n\u003cdiv class=\"tab-panel key-panel\" style=\"display: none !important;\"\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eSnap Placket\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eQuarter-snap front closure for easy venting and quick on\/off\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003e365 Everyday Fleece\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eSoft, lightweight 180gsm fleece built for daily wear — layer it or wear it solo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eBinding at Cuffs\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eStretch binding at the cuffs keeps the fit dialed and the lines tidy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDrawcord at Hem\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eAdjustable drawcord at the hem lets you seal in warmth or loosen up for venting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SPECIFICATIONS PANEL --\u003e\n\u003cdiv class=\"tab-panel specs-panel\" style=\"display: none !important;\"\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\"\u003eMidlayer Fleece\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\"\u003eActivity\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eEveryday \/ Layering\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\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e100% recycled polyester\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFabric Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e180 gsm\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\"\u003eSnap placket\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCuffs\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eStretch binding\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\"\u003eDrawcord adjustable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eGarment Length\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e66 cm \/ 26\" (HPS to CB)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CARE PANEL --\u003e\n\u003cdiv class=\"tab-panel care-panel\" style=\"display: none !important;\"\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 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. Remove promptly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eBleach\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eDo 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\"\u003eDo not iron.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDry Clean\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eDo not dry clean.\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":"Cinder and Charcoal \/ XS","offer_id":52874823172416,"sku":"ECFP-F26-CNCHR-W-XS","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Cinder and Charcoal \/ S","offer_id":52874823205184,"sku":"ECFP-F26-CNCHR-W-S","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Cinder and Charcoal \/ M","offer_id":52874823237952,"sku":"ECFP-F26-CNCHR-W-M","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Cinder and Charcoal \/ L","offer_id":52874823270720,"sku":"ECFP-F26-CNCHR-W-L","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Cinder and Charcoal \/ XL","offer_id":52874823303488,"sku":"ECFP-F26-CNCHR-W-XL","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Deep Ocean and Firefly \/ XS","offer_id":52874823336256,"sku":"ECFP-F26-DOFF-W-XS","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Deep Ocean and Firefly \/ S","offer_id":52874823369024,"sku":"ECFP-F26-DOFF-W-S","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Deep Ocean and Firefly \/ M","offer_id":52874823401792,"sku":"ECFP-F26-DOFF-W-M","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Deep Ocean and Firefly \/ L","offer_id":52874823434560,"sku":"ECFP-F26-DOFF-W-L","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Deep Ocean and Firefly \/ XL","offer_id":52874823467328,"sku":"ECFP-F26-DOFF-W-XL","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Log Cabin and Chalk \/ XS","offer_id":52874823500096,"sku":"ECFP-F26-LCC-W-XS","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Log Cabin and Chalk \/ S","offer_id":52874823532864,"sku":"ECFP-F26-LCC-W-S","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Log Cabin and Chalk \/ M","offer_id":52874823565632,"sku":"ECFP-F26-LCC-W-M","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Log Cabin and Chalk \/ L","offer_id":52874823598400,"sku":"ECFP-F26-LCC-W-L","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Log Cabin and Chalk \/ XL","offer_id":52874823631168,"sku":"ECFP-F26-LCC-W-XL","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Mystic and Honeycomb \/ XS","offer_id":52874823663936,"sku":"ECFP-F26-MYSHC-W-XS","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Mystic and Honeycomb \/ S","offer_id":52874823696704,"sku":"ECFP-F26-MYSHC-W-S","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Mystic and Honeycomb \/ M","offer_id":52874823729472,"sku":"ECFP-F26-MYSHC-W-M","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Mystic and Honeycomb \/ L","offer_id":52874823762240,"sku":"ECFP-F26-MYSHC-W-L","price":95.0,"currency_code":"USD","in_stock":true},{"title":"Mystic and Honeycomb \/ XL","offer_id":52874823795008,"sku":"ECFP-F26-MYSHC-W-XL","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Slate and Chalk \/ XS","offer_id":52874823827776,"sku":"ECFP-F26-SLCLK-W-XS","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Slate and Chalk \/ S","offer_id":52874823860544,"sku":"ECFP-F26-SLCLK-W-S","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Slate and Chalk \/ M","offer_id":52874823893312,"sku":"ECFP-F26-SLCLK-W-M","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Slate and Chalk \/ L","offer_id":52874823926080,"sku":"ECFP-F26-SLCLK-W-L","price":95.0,"currency_code":"USD","in_stock":false},{"title":"Slate and Chalk \/ XL","offer_id":52874823958848,"sku":"ECFP-F26-SLCLK-W-XL","price":95.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/ECFP-F26-CNCHR-W_19c544ef-19a0-4c9d-8e1e-5803b22ef40e.jpg?v=1785190327","url":"https:\/\/spokex.com\/products\/cotopaxi-womens-encima-fleece-pullover","provider":"SX Collective","version":"1.0","type":"link"}