Home News
NEWS

New shoe drops, updated rubber compounds, surprise colourways — we're tracking it all.

">GUIDES
La Sportiva Skwama climbing shoe

Opinion

La Sportiva Skwama Review & Sizing Guide (2026)

I climbed in the Skwama for years — here's how they actually fit, stretch, and perform. An honest sizing guide and real-world review.

READ MORE
Close up of climbing shoe rubber on rock

Guide

Climbing Shoe Rubber Explained

Soft, hard, Stealth, Vibram — what the rubber compounds actually mean for your climbing.

READ MORE
Worn climbing shoe sole showing rubber wear

Guide

When to Resole Your Climbing Shoes

How to spot the signs before you damage the rand, and why resoling is almost always worth it.

READ MORE
Climber putting on a climbing shoe

Guide

The Real Guide to Climbing Shoe Sizing

Half size down or two? Leather or synthetic? Here's how to actually figure out what fits.

READ MORE
// Tab filtering document.getElementById('news-tabs').addEventListener('click', function(e) { var btn = e.target.closest('.news-tab'); if (!btn) return; var filter = btn.dataset.filter; document.querySelectorAll('.news-tab').forEach(function(t) { t.classList.remove('active'); }); btn.classList.add('active'); var featured = document.querySelector('.news-featured'); var cards = document.querySelectorAll('.news-card'); if (filter === 'all') { featured.style.display = ''; cards.forEach(function(c) { c.style.display = ''; }); } else { featured.style.display = featured.dataset.type === filter ? '' : 'none'; cards.forEach(function(c) { c.style.display = c.dataset.type === filter ? '' : 'none'; }); } }); // Nav (function(){ var wrap=document.getElementById('nav-brands-wrap'),btn=document.getElementById('nav-brands-btn'),dd=document.getElementById('nav-brands-dropdown'); if(!wrap)return; var t; wrap.addEventListener('mouseenter',function(){clearTimeout(t);dd.classList.add('open');btn.setAttribute('aria-expanded','true');}); wrap.addEventListener('mouseleave',function(){t=setTimeout(function(){dd.classList.remove('open');btn.setAttribute('aria-expanded','false');},120);}); dd.addEventListener('mouseenter',function(){clearTimeout(t);}); dd.addEventListener('mouseleave',function(){t=setTimeout(function(){dd.classList.remove('open');btn.setAttribute('aria-expanded','false');},120);}); btn.addEventListener('click',function(e){e.stopPropagation();dd.classList.contains('open')?(dd.classList.remove('open'),btn.setAttribute('aria-expanded','false')):(dd.classList.add('open'),btn.setAttribute('aria-expanded','true'));}); document.addEventListener('click',function(e){if(!wrap.contains(e.target)){dd.classList.remove('open');btn.setAttribute('aria-expanded','false');}}); })(); (function(){ var ham=document.getElementById('nav-hamburger'),close=document.getElementById('nav-hamburger-close'),menu=document.getElementById('mobile-menu'); function open(){menu.classList.add('open');menu.setAttribute('aria-hidden','false');ham.setAttribute('aria-expanded','true');ham.classList.add('active');if(close)close.classList.add('active');document.body.style.overflow='hidden';} function shut(){menu.classList.remove('open');menu.setAttribute('aria-hidden','true');ham.setAttribute('aria-expanded','false');ham.classList.remove('active');if(close)close.classList.remove('active');document.body.style.overflow='';} ham.addEventListener('click',open);if(close)close.addEventListener('click',shut); })(); (function(){ var btn=document.getElementById('mm-brands-btn'),body=document.getElementById('mm-brands-body'),row=document.getElementById('mm-brands-row'); if(btn&&body)btn.addEventListener('click',function(){var o=body.classList.toggle('open');btn.setAttribute('aria-expanded',o);btn.classList.toggle('active',o);row.classList.toggle('open',o);}); })();