/*
 * Cart code goes here.
 * A template should always ship with an empty cart.css
 */

 .cart-grid-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
 }

 li.cart-item-header {
   position: sticky;
   top: 0;
   background: #ffffff;
   z-index: 1;
}