
.animation-favorite-button {
    border: 2px solid #c7c7c7;
    border-radius: 40px;
    padding: 0.45rem 0.75rem;
    color: #878787;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: grayscale(100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.animation-favorite-button.animation-favorited {
    color: #ff6e6f;
    border-color: currentColor;
    filter: grayscale(0);
}
.animation-favorite-button:hover {
    border-color: currentColor;
}

.animation-favorite-icon {
    width: 18px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin-right: 0.25em;
    font-size: 1.5rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    -webkit-animation: animation-favorite-un 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-un 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.animation-favorited .animation-favorite-icon {
    -webkit-animation: animation-favorite-un-pulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-un-pulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.animation-favorited .animation-favorite-icon [class^=animation-favorite-heart-animation-] {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
}
.animation-favorited .animation-favorite-icon [class^=animation-favorite-heart-animation-]::before, .animation-favorited .animation-favorite-icon [class^=animation-favorite-heart-animation-]::after {
    content: "";
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-1 {
    -webkit-animation: animation-favorite-heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-1::before, .animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-1::before {
    opacity: 0.6;
    -webkit-animation: animation-favorite-heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-1::after {
    -webkit-animation: animation-favorite-heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.75;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-2 {
    -webkit-animation: animation-favorite-heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-2::before, .animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-2::before {
    -webkit-animation: animation-favorite-heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.25;
}
.animation-favorited .animation-favorite-icon .animation-favorite-heart-animation-2::after {
    -webkit-animation: animation-favorite-heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: animation-favorite-heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.4;
}

@-webkit-keyframes animation-favorite-un-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

@keyframes animation-favorite-un-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
@-webkit-keyframes animation-favorite-un {
    50% {
        transform: scale(0.75);
    }
}
@keyframes animation-favorite-un {
    50% {
        transform: scale(0.75);
    }
}
@-webkit-keyframes animation-favorite-heartFloatMain-1 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@keyframes animation-favorite-heartFloatMain-1 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@-webkit-keyframes animation-favorite-heartFloatMain-2 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: 0.9;
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@keyframes animation-favorite-heartFloatMain-2 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: 0.9;
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@-webkit-keyframes animation-favorite-heartFloatSub-1 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@keyframes animation-favorite-heartFloatSub-1 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@-webkit-keyframes animation-favorite-heartFloatSub-2 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@keyframes animation-favorite-heartFloatSub-2 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@-webkit-keyframes animation-favorite-heartFloatSub-3 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        transform: translate(-50px, 0);
    }
}
@keyframes animation-favorite-heartFloatSub-3 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        transform: translate(-50px, 0);
    }
}
@-webkit-keyframes animation-favorite-heartFloatSub-4 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(2px, -18px) rotate(-25deg);
    }
}
@keyframes animation-favorite-heartFloatSub-4 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(2px, -18px) rotate(-25deg);
    }
}