.card-1 {
  height: 240px;
  border: 0 !important;
  border-radius: 18px;
  box-shadow: 18px 18px 37px 0px var(--box-shadow-color);
  background-color: var(--grey-body-bg);
}
.card-img-top-1 {
  height: 120px;
  border-radius: 18px;
  object-fit: cover;
}
.card-body-1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
}
.item-price-1 {
  background-color: #fff;
  min-width: 75px;
  height: 30px;
  text-align: center;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 1px;
}
.card-body-text-1 {
  padding-top: 3px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.card-bottom-1 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.add-mode-btn {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  background-color: var(--quantity-button-bg);
  padding: 2px 6px 2px 6px;
}
.add-mode-btn-quantity {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-color);
}
.text-height{
  max-height: 2em;
  overflow: hidden;
}
.hoverable--button:hover  {
  background-color: var(--primary-color) !important;
  color: white !important;
}
.hoverable--button:active{
  background-color: var(--primary-color) !important;
  color: white !important;
}