.madamev-favorite-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #fff;
  color: #b66f76;
  font: 400 1.45rem/1 sans-serif;
  cursor: pointer;
}
.madamev-favorite-button.is-favorite { background: #fae9e7; }
.madamev-favorite-button.is-loading { opacity: .55; cursor: progress; }
.products .madamev-favorite-button { position: absolute; top: 12px; right: 12px; z-index: 4; }
.madamev-single-favorite { margin: 1rem 0; }

