Cart button had no name a screen reader could read
Announced as “button”, with nothing to say what it does. A blind customer could not find the way to their basket.
−<button class="cart-toggle">
− <svg viewBox="0 0 24 24">…</svg>
+<button class="cart-toggle" aria-label="Basket, 2 items">
+ <svg viewBox="0 0 24 24" aria-hidden="true">…</svg>