.favorites-page{
    flex-grow: 1;
}
.js-favorite-btn .img-active {
    display: none !important;
}

.js-favorite-btn .img-default {
    display: inline-block !important;
}


.js-favorite-btn.active .img-active {
    display: inline-block !important;
}

.js-favorite-btn.active .img-default {
    display: none !important;
}

.js-favorite-btn.is-loading {
    opacity: 0.6;
    pointer-events: none; /* Запрещает любые клики и ховеры на уровне браузера */
}

.favorites-grid .product-card__img:hover a img {
    transform: scale(1.05);
}

.product-card__img a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.fav-collection::first-letter,
.collection-link::first-letter
{
    text-transform: uppercase;
}