.product-info-actions-favorite.is-added {
    color: #1A1A18;
    opacity: 1 !important;
}

.cart-table-product-actions-heart.is-added > svg > path {
    fill: #1A1A18 !important;
}

.cart-table-product-actions-heart.is-added:hover > svg > path,
.product-info-actions-favorite.is-added:hover > svg > path {
    stroke: rgb(26, 26, 24) !important;
}

.product-info-text-buttons button.button-accent[disabled] {
    background-color: rgb(255, 111, 111);
    opacity: 0.6;
    cursor: default;
    color: white;
    border: none;
}

.product-added-modal .modal-wrapper {
    border: 3px solid #FF6F6F;
}
.product-added-modal .modal-title {
    margin-top: 10px;
}