.cart-items{width:100%;display:flex;flex-direction:column;gap:1em}.cart-items .cart-item{display:flex;gap:1em;min-width:100%;border-bottom:1px solid var(--color-white);padding-bottom:1.625em}.cart-items .cart-item:last-of-type{border-bottom:none}.cart-items .cart-item__price{font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;color:var(--color-white)}.cart-items .cart-item__media{width:8em;min-width:8em;height:8em;min-height:8em;border-radius:10px;background:var(--color-oat);display:flex;align-items:center;justify-content:center}.cart-items .cart-item__media a{width:5em;max-width:5em;height:5em;max-width:5em}.cart-items .cart-item__details{width:100%;display:flex;align-items:center;flex-flow:row wrap}.cart-items .cart-item__title{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.cart-items .cart-item__title .title{text-decoration:none;font-weight:700;color:var(--color-white);font-style:italic}.cart-items .cart-item__title .remove{display:flex;width:1.25em;height:1.25em;justify-content:center;align-items:center}.cart-items .cart-item__title .remove span{display:none}.cart-items .cart-item__title .remove svg{width:.875em;height:auto}.cart-items .cart-item__title .remove svg path{fill:var(--color-white)}.cart-items .cart-item__variant{width:100%}.cart-items .cart-item__variant ul{display:flex}.cart-items .cart-item__variant ul li{position:relative;font-weight:400;font-size:.75em;color:var(--color-white);margin-right:1em}.cart-items .cart-item__variant ul li::after{content:"/";top:0;right:-8px;position:absolute;color:var(--color-white)}.cart-items .cart-item__variant ul li:last-of-type::after{display:none}