/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.add-to-favorite[data-v-92fb7967] {
  --icon-white: #ffffff;
  --icon-active: #000000;
  --icon-loader: #000000;
}
@media (max-width: 767px) {
.add-to-favorite[data-v-92fb7967] {
    --icon-active: #ffffff;
    --icon-loader: #ffffff;
}
}
.add-to-favorite[data-v-92fb7967] {
  margin-bottom: 16px;
}
.error-msg[data-v-92fb7967] {
  margin-top: 4px;
  text-transform: none;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .error-msg[data-v-92fb7967], .-bg-section-dark .error-msg[data-v-92fb7967], .-bg-page-dark .-bg-section-transparent .error-msg[data-v-92fb7967] {
  color: #ffffff;
  fill: #ffffff;
}
.error-msg a[data-v-92fb7967] {
  color: #000000;
}
.-bg-dark .error-msg a[data-v-92fb7967], .-bg-section-dark .error-msg a[data-v-92fb7967], .-bg-page-dark .-bg-section-transparent .error-msg a[data-v-92fb7967] {
  color: #ffffff;
  fill: #ffffff;
}
.error-msg[data-v-92fb7967] {
  color: #990611;
}
@media (min-width: 768px) {
.error-msg[data-v-92fb7967] {
    margin-top: 8px;
}
}
@media (max-width: 767px) {
.error-msg[data-v-92fb7967] {
    font-size: 12px;
}
}
#favoriteButton[data-v-92fb7967] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}
#favoriteButton[data-v-92fb7967]:focus {
  outline: 3px solid #395775;
}
#favoriteButton[data-v-92fb7967] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark #favoriteButton[data-v-92fb7967], .-bg-section-dark #favoriteButton[data-v-92fb7967], .-bg-page-dark .-bg-section-transparent #favoriteButton[data-v-92fb7967] {
  color: #ffffff;
  fill: #ffffff;
}
#favoriteButton a[data-v-92fb7967] {
  color: #000000;
}
.-bg-dark #favoriteButton a[data-v-92fb7967], .-bg-section-dark #favoriteButton a[data-v-92fb7967], .-bg-page-dark .-bg-section-transparent #favoriteButton a[data-v-92fb7967] {
  color: #ffffff;
  fill: #ffffff;
}
#favoriteButton[data-v-92fb7967] {
  width: 100%;
  padding: 12px 16px;
  transition: background-color 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-transform: none;
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  background: #ffffff;
}
@media (min-width: 768px) {
#favoriteButton[data-v-92fb7967]:hover {
    background-color: #f3f3f3;
}
}
#favoriteButton[data-v-92fb7967]:disabled {
  background-color: #f3f3f3;
  color: #c9c9c9;
  cursor: not-allowed;
}
#favoriteButton[data-v-92fb7967] {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0px;
  z-index: 500;
  line-height: 0;
  right: 32px;
}
@media (min-width: 1025px) {
#favoriteButton[data-v-92fb7967] {
    right: 52px;
}
}
#favoriteButton .svg-icon--heart[data-v-92fb7967] {
  fill: #000000;
  stroke: #000000;
  height: 28px;
  width: 28px;
  align-self: center;
}
#favoriteButton .favorites-icon[data-v-92fb7967] {
  width: 20px;
  height: 20px;
}
#favoriteButton[data-v-92fb7967] .favorites-icon--unselected path:first-child {
  fill: none;
  opacity: 0;
}
#favoriteButton[data-v-92fb7967] .favorites-icon--unselected path:last-child {
  fill: #000000;
}
@media (max-width: 767px) {
#favoriteButton[data-v-92fb7967] .favorites-icon--unselected path:last-child {
    fill: #ffffff;
}
}
.button-check[data-v-92fb7967] {
  height: 10px;
  width: 14px;
}
.svg-icon--heart-filled-red[data-v-92fb7967] {
  height: 34px;
  width: 34px;
  align-self: center;
  fill: #c41320;
  stroke: #c41320;
}
.svg-icon--loader-favorite[data-v-92fb7967] {
  height: 16px;
  width: 16px;
  align-self: center;
  animation: rotation-92fb7967 4s infinite linear;
}
@keyframes rotation-92fb7967 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}