{"product_id":"bell-3qtr-air-mips","title":"Bell 3QTR-Air MIPS","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003e3QTR-Air MIPS\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\"\u003e3QTR-Air MIPS\u003c\/div\u003e\n\u003cdiv class=\"spur-meta\"\u003eHelmet · Mountain\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\u003cdiv class=\"tab-panel desc-panel\"\u003e\n\u003cp class=\"desc-intro\"\u003eAthletic on the way up, aggressive on the way down: the 3Qtr-Air Mips offers cooling and confidence in equal measure. The 3Qtr-Air Mips is based on the design features and technologies of the Full-Air MIPS but without the chin bar, making it even more adapted to keeping you cool and comfortable when pedaling. With the Fidlock® magnetic closure buckle, Dual Flow Ventilation™ and lightweight construction, this helmet offers a half-shell construction while providing reassuring coverage around the upper neck and jaw. This extra protection, plus trusted Mips® technology, keeps safety at the forefront for those not wishing to wear a full-face. A quick-release action camera mount under the visor gives the perfect angle for POV runs, and a removable, washable antimicrobial liner makes it easy to stay fresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tab-panel key-panel\"\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eAdvanced Mips® Evolve System\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eMulti-directional impact protection that helps reduce rotational forces from angled impacts — adds a low-friction layer between the head and the EPS foam.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDual Density EPS Liner\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eTwo layers of EPS foam tuned to different impact speeds deliver more comprehensive energy management across the range of crash scenarios.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eDual Flow Ventilation™\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eIntake ports draw cool air in and circulate it through internal channels for active cooling on long, hot climbs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eFidlock® Magnetic Buckle\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eSnap closed with one hand, even with gloves on. The magnetic guide pulls the strap into place for fast, secure fastening.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eFlying Bridge Visor\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eTwo-position adjustable visor adapts to sun, rain, or stows goggles without obstruction to fit or airflow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eAction Camera \u0026amp; Light Mount\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eQuick-release mount under the visor gives the perfect angle for POV video and lights, integrated without compromising shell integrity.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"tab-panel specs-panel\"\u003e\n\u003cp class=\"spec-category\"\u003eConstruction \u0026amp; Features\u003c\/p\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eConstruction\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFusion In-Mold Polycarbonate Shell\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eEPS\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDual Density EPS foam\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eVentilation\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDual Flow Ventilation™\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBuckle\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFidlock® magnetic buckle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eVisor\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e2-Position Flying Bridge Visor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLiner\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eRemovable, washable anti-microbial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eExtras\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSweat Guide™ padding, removable temple pads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMount\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eUnder-Visor Action Camera\/Light Mount\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e~400g size Medium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNTA 8776 (E-Bike), US CPSC, CE EN 1078-2012, AS\/NZ 2063\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\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\"\u003eHand wash with mild soap and cold water. Do not immerse the helmet in water or machine wash.\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\"\u003eAir dry at room temperature. Do not use a dryer, hair dryer, or direct sunlight\/heat sources.\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 in a cool, dry place. Avoid leaving in direct sunlight, car trunks, or near chemicals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-section\"\u003e\n\u003cdiv class=\"key-title\"\u003eReplacement\u003c\/div\u003e\n\u003cdiv class=\"key-desc\"\u003eReplace after any significant impact. Replace every 3-5 years regardless of visible damage, following manufacturer's recommendation.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Bell","offers":[{"title":"Electric Blue \/ S","offer_id":52877791166784,"sku":"7203498","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ M","offer_id":52877791199552,"sku":"7203499","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ L","offer_id":52877791232320,"sku":"7203500","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Electric Blue \/ XL","offer_id":52877791265088,"sku":"7203501","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Grey\/Pink \/ M","offer_id":52877791297856,"sku":"7203515","price":279.95,"currency_code":"USD","in_stock":false},{"title":"Grey\/Pink \/ L","offer_id":52877791330624,"sku":"7203516","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Grey\/Pink \/ XL","offer_id":52877791363392,"sku":"7203517","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ S","offer_id":52877791396160,"sku":"7203522","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ M","offer_id":52877791428928,"sku":"7203523","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ L","offer_id":52877791461696,"sku":"7203524","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ XL","offer_id":52877791494464,"sku":"7203525","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Rootbeer \/ S","offer_id":52877791527232,"sku":"7203530","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Rootbeer \/ M","offer_id":52877791560000,"sku":"7203531","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Rootbeer \/ L","offer_id":52877791592768,"sku":"7203532","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Rootbeer \/ XL","offer_id":52877791625536,"sku":"7203533","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Steel Grey \/ S","offer_id":52877791658304,"sku":"7203534","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Steel Grey \/ M","offer_id":52877791691072,"sku":"7203535","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Steel Grey \/ L","offer_id":52877791723840,"sku":"7203536","price":279.95,"currency_code":"USD","in_stock":true},{"title":"Steel Grey \/ XL","offer_id":52877791756608,"sku":"7203537","price":279.95,"currency_code":"USD","in_stock":true},{"title":"White\/Black \/ M","offer_id":52877791789376,"sku":"7203503","price":279.95,"currency_code":"USD","in_stock":true},{"title":"White\/Black \/ L","offer_id":52877791822144,"sku":"7203504","price":279.95,"currency_code":"USD","in_stock":true},{"title":"White\/Black \/ XL","offer_id":52877791854912,"sku":"7203505","price":279.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0446\/7487\/5549\/files\/7203498_78ed6098-4678-4ae1-bbf2-a73ab5e007db.jpg?v=1785284501","url":"https:\/\/spokex.com\/products\/bell-3qtr-air-mips","provider":"SX Collective","version":"1.0","type":"link"}