.blacklist-button {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 400;
    color: #dc3545;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 28px;
    transition: all 0.2s ease-in-out;
    background: 0;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

.blacklist-button i {
    transform: scale(1.8);
    margin-top: -2px;
}

.blacklist-button.blacklist-button--floating {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
}

.blacklist-button:hover {
    color: #ee5c6c;
}

.blacklist-button.blacklist-button--loading {
    opacity: .8;
    pointer-events: none;
}

.blacklist-button.blacklist-button--initial {
    pointer-events: none;
    color: #ccc;
}

.blacklist-button.blacklist-button--active {
    color: #dc3545;
}

.blacklist-toast-container{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1080;
    width: 320px;
}

.blacklist-toast + .blacklist-toast{
    margin-top: 10px;
}

.blacklist-actions--hidden .favorite-button,
.blacklist-actions--hidden .blacklist-button{
    display: none !important;
}

.product-view.blacklist-favorite-hidden .favorite-button{
    display: none !important;
}

.blacklist-alert-container {
    position: absolute;
    top: 4px;
    right: 4px;
}