.cart-items{width:100%;display:flex;flex-direction:column}.cart-items .cart-item{display:flex;gap:1em;min-width:100%;border-top:1px solid var(--color-grey-1);padding:1em 0}.cart-items .cart-item:last-child{border-bottom:1px solid var(--color-grey-1)}.cart-items .cart-item__media{width:8em;min-width:8em}.cart-items .cart-item__details{width:100%;display:flex;flex-direction:column;gap:.75em;justify-content:center}.cart-items .cart-item__title .title{text-decoration:none;font-weight:600}.cart-items .cart-item__variant{display:flex;justify-content:space-between;gap:1em;align-items:flex-start}.cart-items .cart-item__variant ul{padding-top:.15em}.cart-items .cart-item__variant span{display:block;line-height:1.3;font-size:.75em}.cart-items .cart-item__variant .remove{display:flex;width:1.25em;height:1.25em;justify-content:center;align-items:center}.cart-items .cart-item__variant .remove span{display:none}.cart-items .cart-item__variant .remove svg{width:1em;height:auto}.cart-items .cart-item__variant .remove svg circle,.cart-items .cart-item__variant .remove svg line,.cart-items .cart-item__variant .remove svg path,.cart-items .cart-item__variant .remove svg polygon{fill:none;stroke:var(--color-black);stroke-width:1;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.cart-items .cart-item__properties ul{padding-bottom:.15em}.cart-items .cart-item__properties span{display:block;line-height:1.3;font-size:.75em}.cart-items .cart-item__footer{display:flex;justify-content:space-between;align-items:center}.cart-items .cart-item__footer span{display:block;line-height:1}.cart-items .cart-item__price span{font-size:.75em;font-weight:600}