.product-grid .feature-list::after {
  content: ", ";
}
.product-grid .feature-list:last-of-type::after {
  display: none;
}
.product-grid.cursor-wait-override * {
  cursor: wait !important;
}

.favorite-toggle {
  @apply cursor-pointer w-10 h-10;
}

.text-heart-red {
  @apply text-[#ff7659];
}

.text-heart-red:hover {
  @apply fill-[#ff7659]/75;
}
