{"product_id":"patagonia-kids-retro-x-jacket","title":"Patagonia Kids' Retro-X Jacket","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\u003eKids' Retro-X 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 { 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\"\u003eKids' Retro-X Jacket\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003eJackets\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\"\u003eThe Kids’ Retro-X® Jacket is windproof, warm and built of soft 100% recycled polyester ¼in-pile fleece that's lined with 100% recycled polyester taffeta. We've cleaned up this heritage style, for both adults and kids, by using 100% Repreve® recycled polyester certified by OceanCycle and sourced from coastal communities at risk of plastic pollution. 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\"\u003eSoft, cozy, windproof jacket made of 100% Repreve® recycled polyester ¼in-pile fleece certified by OceanCycle and sourced from coastal communities at risk of plastic pollution; lined with 100% recycled polyester taffeta for additional wind protection\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eSoft stand-up collar with roll-out fleece lining; Y-Joint sleeves allow easy movement\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eDurable NetPlus® 100% postconsumer recycled nylon faille on the outer collar and the left-chest pocket\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eTwo zippered handwarmer pockets and one zippered left-chest pocket, all with webbing zipper pulls\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eNonchafing flat seams throughout\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eElastic binding at the collar, center-front zipper, cuffs and hem keeps out the cold\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\u003cdiv class=\"key-title\"\u003eBuilt with wear to spare, this style has our hand-it-down ID label; this garment is made 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\"\u003eRelaxed 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\"\u003eJackets\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\"\u003eUnisex\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\"\u003eXS, S, M, L, XL, XXL\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\"\u003eBody: 10.3-oz 100% Repreve® recycled polyester ¼in-pile fleece certified by OceanCycle and sourced from coastal communities at risk of plastic pollution. Lining: 2.2-oz 100% recycled polyester taffeta with a durable water repellent (DWR) finish made without intentionally added PFAS. Trim: 4-ply, 4.9-oz NetPlus® 100% postconsumer recycled nylon faille made from recycled fishing nets to help reduce ocean plastic pollution; with a DWR finish made without intentionally added PFAS. Lining and trim fabrics are certified as bluesign® approved. 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":"Dark Natural w\/Canopy Green \/ XS","offer_id":52889167233344,"sku":"65626-DNCA-XS","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Dark Natural w\/Canopy Green \/ S","offer_id":52889167266112,"sku":"65626-DNCA-S","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Dark Natural w\/Canopy Green \/ M","offer_id":52889167298880,"sku":"65626-DNCA-M","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Dark Natural w\/Canopy Green \/ L","offer_id":52889167331648,"sku":"65626-DNCA-L","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Dark Natural w\/Canopy Green \/ XL","offer_id":52889167364416,"sku":"65626-DNCA-XL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Dark Natural w\/Canopy Green \/ XXL","offer_id":52889167397184,"sku":"65626-DNCA-XXL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ XS","offer_id":52889167429952,"sku":"65626-HNTV-XS","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ S","offer_id":52889167462720,"sku":"65626-HNTV-S","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ M","offer_id":52889167495488,"sku":"65626-HNTV-M","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ L","offer_id":52889167528256,"sku":"65626-HNTV-L","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ XL","offer_id":52889167561024,"sku":"65626-HNTV-XL","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Hut Tripper Label: Natural w\/Vellum Green \/ XXL","offer_id":52889167593792,"sku":"65626-HNTV-XXL","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ XS","offer_id":52889167626560,"sku":"65626-LCDN-XS","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ S","offer_id":52889167659328,"sku":"65626-LCDN-S","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ M","offer_id":52889167692096,"sku":"65626-LCDN-M","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ L","offer_id":52889167724864,"sku":"65626-LCDN-L","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ XL","offer_id":52889167757632,"sku":"65626-LCDN-XL","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Let's Chat: Den Brown \/ XXL","offer_id":52889167790400,"sku":"65626-LCDN-XXL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ XS","offer_id":52889167823168,"sku":"65626-NLFI-XS","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ S","offer_id":52889167855936,"sku":"65626-NLFI-S","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ M","offer_id":52889167888704,"sku":"65626-NLFI-M","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ L","offer_id":52889167921472,"sku":"65626-NLFI-L","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ XL","offer_id":52889167954240,"sku":"65626-NLFI-XL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Berry Fig \/ XXL","offer_id":52889167987008,"sku":"65626-NLFI-XXL","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Natural w\/Virtually Blue \/ XS","offer_id":52889168019776,"sku":"65626-NLVB-XS","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Virtually Blue \/ S","offer_id":52889168052544,"sku":"65626-NLVB-S","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Virtually Blue \/ M","offer_id":52889168085312,"sku":"65626-NLVB-M","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Virtually Blue \/ L","offer_id":52889168118080,"sku":"65626-NLVB-L","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Virtually Blue \/ XL","offer_id":52889168150848,"sku":"65626-NLVB-XL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Natural w\/Virtually Blue \/ XXL","offer_id":52889168183616,"sku":"65626-NLVB-XXL","price":116.0,"currency_code":"USD","in_stock":false},{"title":"Snowshoe Hare: Natural \/ XS","offer_id":52889168216384,"sku":"65626-SHNL-XS","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Snowshoe Hare: Natural \/ S","offer_id":52889168249152,"sku":"65626-SHNL-S","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Snowshoe Hare: Natural \/ M","offer_id":52889168281920,"sku":"65626-SHNL-M","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Snowshoe Hare: Natural \/ L","offer_id":52889168314688,"sku":"65626-SHNL-L","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Snowshoe Hare: Natural \/ XL","offer_id":52889168347456,"sku":"65626-SHNL-XL","price":116.0,"currency_code":"USD","in_stock":true},{"title":"Snowshoe Hare: Natural \/ XXL","offer_id":52889168380224,"sku":"65626-SHNL-XXL","price":116.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/65626-DNCA_5c5cba00-2127-4320-826d-150cf622f895.jpg?v=1785544018","url":"https:\/\/spokex.com\/products\/patagonia-kids-retro-x-jacket","provider":"SX Collective","version":"1.0","type":"link"}