.cart-item-card {
  border: 1px solid #e8edf3;
  border-radius: 14px;
}

.cart-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.qty-group .btn {
  width: 32px;
  height: 32px;
  padding: 0;
}

.qty-value {
  min-width: 20px;
  text-align: center;
  font-weight: 600;
}

.summary-card {
  border: 1px solid #e8edf3;
  border-radius: 14px;
  top: 16px;
}

.empty-state {
  border: 1px dashed #c8d6e5;
  border-radius: 14px;
}

@media (max-width: 575px) {
  .cart-thumb {
    width: 68px;
    height: 68px;
  }
}
