.mg-favorite-toggle {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #1f382e;
    font: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.mg-favorite-toggle svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: fill .18s ease, color .18s ease, transform .18s ease;
}

.mg-favorite-toggle:hover { color: #a43f3b; }
.mg-favorite-toggle:hover svg { transform: scale(1.06); }

.mg-favorite-toggle.is-active,
.mg-favorite-toggle.is-active:hover { color: #b4443f; }

.mg-favorite-toggle.is-active svg { fill: currentColor; }

.mg-favorite-toggle:focus-visible {
    outline: 2px solid #b79258;
    outline-offset: 2px;
}

.mg-favorite-toggle[disabled] { cursor: wait; opacity: .62; }

.nc-product-card__favorite .mg-favorite-toggle span,
.nc-editorial-product__quick-actions .mg-favorite-toggle span { display: none; }

.nc-product-buy__favorite .mg-favorite-toggle { min-width: 44px; min-height: 44px; }
.nc-product-buy__favorite .mg-favorite-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
