Cart

The cart table may scroll horizontally on a narrow screen.

Items in your cart
Product Color Size Price Quantity Total
Glossy black XL $199
$398
Pacific blue $150
$300
Space gray 13" $65
$130

Important pattern

Keep the summary after the table in source order so sticky positioning does not strand keyboard users.

<div class="cart-layout">
  <section class="table-scroll" tabindex="0" aria-label="Shopping cart table">
    <table class="data-table">...</table>
  </section>
  <aside class="order-summary">...</aside>
</div>