{"product_id":"the-kit","title":"The Kit","description":"\u003cdiv style=\"border:1px solid currentColor;border-radius:2px;padding:16px 18px;margin:0 0 18px;\"\u003e\n\u003cdiv style=\"font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.55;margin-bottom:10px;\"\u003eWhat you get\u003c\/div\u003e\n\u003cdiv style=\"display:flex;gap:14px;align-items:center;\"\u003e\n\u003cdiv style=\"flex:1;text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/6104\/3735\/files\/KIT-THUMB-hat.jpg?v=1789080558\" alt=\"Camo Hat\" style=\"width:100%;max-width:150px;display:block;margin:0 auto 6px;\"\u003e\u003cdiv style=\"font-size:.85em;font-weight:600;\"\u003eCamo Hat\u003c\/div\u003e\n\u003cdiv style=\"font-size:.8em;opacity:.6;\"\u003e$50 · one size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size:1.6em;font-weight:700;opacity:.5;\"\u003e+\u003c\/div\u003e\n\u003cdiv data-kit=\"tee\" style=\"flex:1;text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/6104\/3735\/files\/KIT-THUMB-tee.jpg?v=1789080558\" alt=\"Performance Tee\" style=\"width:100%;max-width:150px;display:block;margin:0 auto 6px;\"\u003e\u003cdiv style=\"font-size:.85em;font-weight:600;\"\u003ePerformance Tee\u003c\/div\u003e\n\u003cdiv style=\"font-size:.8em;opacity:.6;\"\u003e$55 · your size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-kit=\"tank\" style=\"flex:1;text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0941\/6104\/3735\/files\/KIT-THUMB-tank.jpg?v=1789080558\" alt=\"Performance Tank\" style=\"width:100%;max-width:150px;display:block;margin:0 auto 6px;\"\u003e\u003cdiv style=\"font-size:.85em;font-weight:600;\"\u003ePerformance Tank\u003c\/div\u003e\n\u003cdiv style=\"font-size:.8em;opacity:.6;\"\u003e$55 · your size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size:.9em;opacity:.75;line-height:1.55;margin-top:12px;\"\u003e$105 worth of kit for \u003cstrong\u003e$89\u003c\/strong\u003e, shipped free across Canada. \u003cspan data-kit=\"tee\"\u003eWant the tank instead? Switch to Tank above.\u003c\/span\u003e\u003cspan data-kit=\"tank\"\u003eWant the tee instead? Switch to Tee above.\u003c\/span\u003e Pick your size, add to cart — the $16 is already off, no code.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eThe hat.\u003c\/strong\u003e Built for wherever you want to take it. Embroidered Durare trail mark and \"For Those Who Can't.\" side panel. Extremely lightweight perforated polyester. One size fits all.\u003c\/p\u003e\n\u003cp data-kit=\"tee\"\u003e\u003cstrong\u003eThe tee.\u003c\/strong\u003e Built for the miles that hurt. 85% polyester, 15% spandex. Partial seamless construction with reinforced stitching at the stress points. Moves with you, dries fast, holds its shape through the wash cycle it's going to live in.\u003c\/p\u003e\n\u003cp data-kit=\"tank\"\u003e\u003cstrong\u003eThe tank.\u003c\/strong\u003e For the days it's too hot for sleeves. 85% polyester, 15% spandex. Partial seamless construction with reinforced stitching at the stress points. Cut close without restricting. Dries fast, stays put.\u003c\/p\u003e\n\u003cp data-kit=\"tee\"\u003e\u003cstrong\u003eFit:\u003c\/strong\u003e Athletic cut. Between sizes? Size up. Jax is 6'0\", 168 lbs, wearing a Medium.\u003c\/p\u003e\n\u003cp data-kit=\"tank\"\u003e\u003cstrong\u003eFit:\u003c\/strong\u003e Athletic cut. Between sizes? Size up. Stir is 6'0\", 180 lbs, wearing a Large.\u003c\/p\u003e\n\u003cp\u003eSmall batch. When they're gone, the Kit's gone.\u003c\/p\u003e\n\u003cscript\u003e\n(function(){\n  if (window.__durareKit) { window.__durareKit(); return; }\n  var TANK = {\"55171205464343\":1,\"55171205497111\":1,\"55171205529879\":1,\"55171205562647\":1,\"55171205595415\":1};\n  function top(){\n    var id = null;\n    var inp = document.querySelector('.shopify-section[id$=\"__main\"] form[action*=\"\/cart\/add\"] input[name=\"id\"]') || document.querySelector('form[action*=\"\/cart\/add\"] input[name=\"id\"]');\n    if (inp \u0026\u0026 inp.value) id = inp.value;\n    if (!id) { try { id = new URLSearchParams(location.search).get('variant'); } catch(e){} }\n    return TANK[id] ? 'tank' : 'tee';\n  }\n  function tagOf(el){\n    var img = el.querySelector ? (el.tagName === 'IMG' ? el : el.querySelector('img')) : null;\n    var a = img \u0026\u0026 img.alt ? img.alt : '';\n    if (a.indexOf('Tee Kit') === 0) return 'tee';\n    if (a.indexOf('Tank Kit') === 0) return 'tank';\n    return null;\n  }\n  function apply(){\n    var t = top();\n    document.querySelectorAll('[data-kit]').forEach(function(el){\n      el.style.display = (el.getAttribute('data-kit') === t) ? '' : 'none';\n    });\n    document.querySelectorAll('media-gallery').forEach(function(g){\n      var slides = g.querySelectorAll('slideshow-slide');\n      var hiddenIdx = {};\n      slides.forEach(function(s, i){\n        var tag = tagOf(s); if (!tag) return;\n        var hide = tag !== t; s.style.display = hide ? 'none' : ''; if (hide) hiddenIdx[i] = 1;\n      });\n      g.querySelectorAll('.media-gallery__grid \u003e li, .dialog-zoomed-gallery \u003e li, .dialog-thumbnails-list__thumbnail').forEach(function(li){\n        var tag = tagOf(li); if (!tag) return;\n        li.style.display = (tag === t) ? '' : 'none';\n      });\n      g.querySelectorAll('slideshow-controls').forEach(function(c){\n        var dots = c.querySelectorAll('.slideshow-controls__dots \u003e li');\n        if (dots.length === slides.length) dots.forEach(function(d, i){ d.style.display = hiddenIdx[i] ? 'none' : ''; });\n      });\n      var current = -1, firstVisible = -1;\n      slides.forEach(function(s, i){ if (s.getAttribute('aria-hidden') === 'false' \u0026\u0026 current \u003c 0) current = i; if (!hiddenIdx[i] \u0026\u0026 firstVisible \u003c 0 \u0026\u0026 tagOf(s)) firstVisible = i; });\n      if (current \u003e= 0 \u0026\u0026 hiddenIdx[current] \u0026\u0026 firstVisible \u003e= 0) {\n        var track = slides[firstVisible].parentElement;\n        if (track \u0026\u0026 track.scrollWidth \u003e track.clientWidth) track.scrollTo({ left: track.scrollLeft + (slides[firstVisible].getBoundingClientRect().left - track.getBoundingClientRect().left), behavior: 'instant' });\n      }\n    });\n  }\n  window.__durareKit = apply;\n  apply();\n  document.addEventListener('variant:update', function(){ setTimeout(apply, 0); setTimeout(apply, 250); setTimeout(apply, 800); });\n  document.addEventListener('change', function(e){ if (e.target \u0026\u0026 (e.target.type === 'radio' || e.target.tagName === 'SELECT')) { setTimeout(apply, 0); setTimeout(apply, 300); } });\n  var timer = null;\n  new MutationObserver(function(){ clearTimeout(timer); timer = setTimeout(apply, 40); }).observe(document.body, {childList:true, subtree:true});\n})();\n\u003c\/script\u003e\n","brand":"DURARE","offers":[{"title":"Tee \/ S","offer_id":55171205300503,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tee \/ M","offer_id":55171205333271,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tee \/ L","offer_id":55171205366039,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tee \/ XL","offer_id":55171205398807,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tee \/ 2XL","offer_id":55171205431575,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tank \/ S","offer_id":55171205464343,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tank \/ M","offer_id":55171205497111,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tank \/ L","offer_id":55171205529879,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tank \/ XL","offer_id":55171205562647,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Tank \/ 2XL","offer_id":55171205595415,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0941\/6104\/3735\/files\/KIT-WHATSINIT-tee-v2_eddfa9e2-e819-4eec-95e6-de6fede8a3aa.jpg?v=1789148237","url":"https:\/\/durare.ca\/products\/the-kit","provider":"DURARE","version":"1.0","type":"link"}