.m-cart-item{gap:2rem;margin-bottom:2rem}.m-cart-item__image{background-color:rgb(var(--product_card_background));max-width:10rem}.m-cart-item__image img{aspect-ratio:2/3;display:block;height:auto;object-fit:cover;width:100%}.m-cart-item__link{height:100%}.m-cart-item__content{flex:1;flex-direction:column}.m-cart-item__title a{text-decoration:none}.m-cart-item__quantity.a-input{margin:0}.m-cart-item__quantity .m-quantity{border-radius:5rem}.m-cart-item__price{text-align:right}.m-cart-item__discount{font-size:var(--body-fs-xs);gap:.2rem;justify-content:flex-end;line-height:var(--body-lh-xs)}.m-cart-item__discount .icon{height:1.2rem;width:1.2rem}.m-cart-item__actions,.m-cart-item__information{justify-content:space-between}.m-cart-item__actions{margin-top:auto;padding-top:1.5rem}.m-cart-item__remove button{padding:0}.m-cart-item__remove .icon{width:2rem}.m-cart-item__error{color:rgb(var(--color-error));margin-top:.5rem}