body{

background:#f8f9fa;

}

.cart-item{

background:white;

border-radius:15px;

padding:20px;

margin-bottom:20px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.cart-item img{

width:120px;

height:120px;

object-fit:cover;

border-radius:10px;

}

.qty-btn{

width:35px;

height:35px;

border:none;

background:#198754;

color:white;

border-radius:50%;

}

.remove-btn{

background:#dc3545;

color:white;

border:none;

padding:8px 18px;

border-radius:8px;

}

.price{

font-size:22px;

font-weight:bold;

color:#198754;

}