.m-cart-drawer-item{gap:1.5rem;margin-bottom:2rem}.m-cart-drawer-item__image{background:rgb(var(--color-product-card));height:12.5rem;width:12.5rem}@media screen and (min-width:768px){.m-cart-drawer-item__image{height:15rem;width:15rem}}.m-cart-drawer-item__image img{display:block;height:100%;object-fit:cover;width:100%}.m-cart-drawer-item__content{flex:1;flex-direction:column}.m-cart-drawer-item__title{margin-bottom:.5rem}.m-cart-drawer-item__title a{text-decoration:none}.m-cart-drawer-item__price{margin-top:auto}.m-cart-drawer-item__quantity.a-input{margin:0}.m-cart-drawer-item__badges{font-size:var(--body-fs-xs);gap:.2rem;justify-content:flex-end;line-height:var(--body-lh-xs)}.m-cart-drawer-item__badges .icon{height:1.2rem;width:1.2rem}.m-cart-drawer-item__options .product-option{color:rgb(var(--color-secondary-text))}.m-cart-drawer-item__options .product-option:after{content:"|";display:inline-block;padding:0 .2rem}.m-cart-drawer-item__options .product-option:last-child:after{content:none;display:none}.m-cart-drawer-item__actions{justify-content:space-between;padding-top:.5rem}@media screen and (min-width:768px){.m-cart-drawer-item__actions{padding-top:1.5rem}}.m-cart-drawer-item__remove button{padding:0}.m-cart-drawer-item__remove .icon{width:2rem}.m-cart-drawer-item__error{color:rgb(var(--color-error))}.m-cart-drawer-item__error-text{display:block;margin-top:.5rem}.m-cart-drawer-item__error-text:empty{display:none;margin-top:0}