.m-cart-item{gap:2rem;margin-bottom:2rem}.m-cart-item__image{max-width:10rem}.m-cart-item__image img{display:block;height:auto;width:100%}.m-cart-item__content{flex:1}.m-cart-item__title a{color:inherit;font-size:var(--product-title-fs);line-height:var(--product-title-lh);text-decoration:none}.m-cart-item__quantity.a-input{margin:0}.m-cart-item__price{padding-top:3.5rem;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__information{justify-content:space-between;padding-top:.6rem}.m-cart-item__actions{justify-content:space-between;margin-top:auto}.m-cart-item__left{order:1}.m-cart-item__middle{order:3}@media screen and (min-width:990px){.m-cart-item__middle{order:2}}.m-cart-item__right{order:2;padding-right:0}@media screen and (min-width:990px){.m-cart-item__right{order:3;padding-right:2rem}}.m-cart-item__remove{text-align:right}.m-cart-item__remove button{padding:0}.m-cart-item__remove .icon{width:2rem}.m-cart-item__error{color:var(--color-state-error);margin-top:.5rem}.m-cart-item__discounted-prices .m-cart-item__old-price,.m-cart-item__sale-prices .m-cart-item__old-price{margin-right:.5rem}