/* Wishlist heart controls (cards + product detail) */
.mn-wish-btn {
    color: #9CA3AF;
}

.mn-wish-btn.is-active,
.mn-wish-detail-btn.is-active {
    color: #E11D48 !important;
}

.mn-wish-btn__icon {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}

.mn-wish-btn.is-active .mn-wish-btn__icon,
.mn-wish-detail-btn.is-active .mn-wish-btn__icon {
    fill: #E11D48 !important;
    stroke: #E11D48 !important;
    stroke-width: 0 !important;
}

.mn-wish-detail-btn .mn-wish-btn__icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}
