/* ========== ШРИФТЫ ========== */
.t-store__card__title,
.t-store__card__price-item,
.t-notification__text,
.t-store__notification-text {
  font-family: "Mulish", sans-serif !important;
}

/* ========== КАТАЛОГ ========== */
.t-store__card {
  cursor: pointer;
}

.t-store__card__info {
  padding-bottom: 0 !important;
}

.t951__grid-cont .t-store__card-list {
  row-gap: 15px !important;
}

.t-store__card__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.t-store__card__price-item {
  font-weight: 500 !important;
  font-size: 15px !important;
}

/* Скрыть кнопки "В корзину" в каталоге */
.t951 .t-store__card__btn,
.t951 .t-store__card__addbtn {
  display: none !important;
}

/* ========== ИЗБРАННОЕ ========== */
.t1002__addBtn {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.t1002__addBtn:hover,
.t1002__addBtn_active {
  background: transparent !important;
}

.t1002__addBtn::before,
.t1002__addBtn::after {
  display: none !important;
}

/* ========== ИКОНКИ В ШАПКЕ ========== */
/* Прячем SVG */
.t-menuwidgeticons__img_wishlisticon svg,
.t-menuwidgeticons__img_carticon svg {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Иконка избранного */
.t-menuwidgeticons__img_wishlisticon {
  background: url('https://static.tildacdn.com/tild6266-6233-4736-b862-393736343430/favourite.svg') no-repeat center !important;
  background-size: 33px 33px !important;
  min-width: 33px !important;
  min-height: 33px !important;
}

/* Иконка корзины */
.t-menuwidgeticons__img_carticon {
  background: url('https://static.tildacdn.com/tild6534-3731-4037-b731-326338386534/bag.svg') no-repeat center !important;
  background-size: 33px 33px !important;
  min-width: 33px !important;
  min-height: 33px !important;
}

/* ================================
   2. СДВИГАЕМ ВСЕ ИКОНКИ БЛИЖЕ К МЕНЮ
   ================================ */

/* Способ 1: Сдвигаем всю группу иконок влево */
.t-menuwidgeticons {
  margin-left: -50px !important; /* Минус = движение ВЛЕВО */
}

/* Способ 2: Если не сработало - сдвигаем через transform */
.t-menuwidgeticons {
  transform: translateX(-50px) !important;
}

/* Способ 3: Сдвигаем каждую иконку отдельно */
.t-menuwidgeticons__img_wishlisticon {
  margin-right: -28px !important; /* Сдвигаем сердце вправо */
}

.t-menuwidgeticons__img_carticon {
  margin-left: -50px !important; /* Сдвигаем корзину влево (сильнее) */
}

/* ========== СОЦСЕТИ В ШАПКЕ: 33px ========== */

/* Контейнер соц-иконок */
.t-sociallinks,
.t-sociallinks__wrapper {
  gap: 10px !important;
}

/* SVG внутри */
.t-sociallinks__item svg {
  width: 19px !important;
  height: 19px !important;
}

/* ========== СДВИГ СОЦСЕТЕЙ БЛИЖЕ К МЕНЮ ========== */
.t-header__row .t-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* Группа: соцсети + иконки */
.t-header__row .t-col:first-child,
.t-header__row .t-col:last-child {
  display: flex !important;
  align-items: center !important;
}

/* Сдвигаем соцсети вправо */
.t-sociallinks {
  margin-right: -7px !important; /* ← регулируй это значение */
}

/* ========== СКРЫТЬ КНОПКИ В ЛЮБОМ КАТАЛОГЕ ========== */
.t-store__card__btn,
.t-store__card__addbtn,
.t-store__card-actions {
  display: none !important;
}
