.m-cart-item{gap:2rem;margin-bottom:3.5rem}@media screen and (min-width:768px){.m-cart-item{gap:6rem}}.m-cart-item__image{max-width:10rem}.m-cart-item__image img{display:block;height:auto;height:100%;object-fit:cover;width:100%}.m-cart-item__content{flex:1;flex-direction:column}.m-cart-item__title{margin-bottom:.8rem}.m-cart-item__title a{text-decoration:none}.m-cart-item__quantity.a-input{margin:0}.m-cart-item__price .m-price{font-weight:700}.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{flex-direction:column;gap:.8rem;justify-content:space-between}.m-cart-item__actions{justify-content:space-between;margin-top:auto;padding-top:1.5rem}.m-cart-item__remove{color:rgb(var(--color-accent))}.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}