/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.whishlist-button {
  all: unset;
  display: block;
  cursor: pointer;
  color: red;
  transition: transform 150ms ease;
}

.whishlist-button:hover,
.whishlist-button:focus {
  background: transparent;
  color: red;
  transform: scale(1.2);
}

.whishlist-button svg {
  height: 100%;
  width: 100%;
}
