/* LudLudotheque 1.6.0 - fiche produit uniquement */

.fav-card .ludotheque-button {
    color: var(--button);
}

.fav-card .ludotheque-button.icon-active {
    color: var(--ludum);
}

.ludotheque-button {
    font-size: 14px;
    gap: 8px;
}

.fav-card.fav-card-ludotheque {
    left: 187px;
}

.ludotheque-button svg {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 40px;
    pointer-events: none;
}

.ludotheque-button.icon-active svg {
    fill: currentColor;
    color: inherit;
}

.ludotheque-button-remove,
.product-in-ludotheque .ludotheque-button-add {
    display: none;
}

.ludotheque-button-add,
.product-in-ludotheque .ludotheque-button-remove {
    display: flex;
}

.js-ludotheque-product-action[data-busy="1"] {
    opacity: .65;
    pointer-events: none;
}
