.m-item {
  padding: 0.5rem;
  border: var(--dborder);
}

.m-img {
  height: 250px;
  width: 250px;
  image-rendering: optimizeSpeed;
  object-fit: cover;
  object-position: center;
}

.m-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--lbrown);
}

.m-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-price, .m-icon {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  color: var(--lbrown);
}

.m-item-a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  border-radius: 20px;
  background-color: #d6cbba;
}

.m-icon {
  font-size: 16px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--lborder);
  border-radius: 50%;
  color: var(--lbrown);
  background-color: var(--cream);
  cursor: pointer;
}

.m-num {
  flex: 1;
  text-align: center;
  font-size: 16px;
}

.m-item .cta {
  width: 100%;
}