/* Убираем фон у сердечка T1002 (Избранное) */
.t1002__addBtn,
.t1002__addBtn:hover,
.t1002__addBtn.t1002__addBtn_active {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* На всякий случай — если фон задан через псевдоэлемент */
.t1002__addBtn::before,
.t1002__addBtn::after {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Если вдруг на SVG навешан фон — убираем и его */
.t1002__addBtn svg {
  background: transparent !important;
  fill: none !important;
}




/* Скрываем полностью пагинацию (номера страниц + стрелки) */
.t-store__pagination {
  display: none !important;
}

/* Скрываем кнопку "Загрузить ещё" */
.t-store__more {
  display: none !important;
}










/* Уменьшаем плашку Покупали ранее? */
.t706__auth {
  margin: 20px 0;
  padding: 12px;

  display: flex;
  align-items: center;
  justify-content: flex-start; /* ключевое изменение */
  flex-wrap: wrap;

  font-family: 'Onest', sans-serif;
  font-size: 12px;
  line-height: 16px;

  background-color: #f1f1f1;
  border-radius: 5px;

  text-align: left;
}

.t706__auth__link {
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;

  text-decoration: none;
  color: inherit;

  margin-left: 4px;
  white-space: nowrap;
}

.t706__auth__link:hover {
  opacity: 0.7;
}