.uc-categories a[href="#addtofavorites"],
.uc-categories .t1301__price-wrapper {
    display: none!important;
}

.t1301__textwrapper {
  padding: unset!important;  
}

/* Скрыть хлебные крошки каталога над карточками на всех страницах.
   Крошки на странице товара и отдельные блоки крошек (ME605) не затрагиваются. */
.t-catalog__breadcrumbs_all,
.t-catalog__breadcrumbs_desktop,
.t-catalog__breadcrumbs_mobile { display: none !important; }

/* Страница товара: без своего отступа сверху — его даёт полоса-отступ в шапке (20px / 16px на мобильном) */
.t-catalog__prod-snippet__container { padding-top: 0; }
@media screen and (max-width: 560px) { .t-catalog__prod-snippet__container { padding-top: 0; } }

/* Счётчик количества везде как в карточках каталога */
.t-catalog__prod__quantity { border-radius: 999px !important; }

/* «Вам может понравиться»: ряды ровно под фото, отступы как в каталоге */
@media screen and (min-width: 961px) {
  .t-catalog__relevants-grid-cont { margin-left: 0 !important; margin-right: 0 !important; max-width: 1160px !important; }
  .t-catalog__relevants-grid-cont .t-catalog__card-list { display: grid !important; grid-template-columns: repeat(4, 1fr); column-gap: 20px; row-gap: 40px; margin: 0 !important; width: 100% !important; }
  .t-catalog__relevants-grid-cont .t-catalog__card-list .js-product { margin: 0 !important; width: auto !important; max-width: none !important; }
}

/* «Вам может понравиться»: кнопки на одном уровне независимо от длины названия */
.t-catalog__relevants-grid-cont .js-product { display: flex !important; flex-direction: column; }
.t-catalog__relevants-grid-cont .t-catalog__card__wrap_txt-and-btns { flex-grow: 1; }
/* фото в карточках 3:4, как в каталоге (Tilda ставит здесь своё ≈1:1,1) */
.t-catalog__relevants-grid-cont .t-catalog__card__imgwrapper { padding-bottom: 133.3333% !important; }
.t-catalog__relevants-grid-cont .t-catalog__card__btns-wrapper { margin-top: auto !important; }

/* Пустой контейнер кнопок разделов над товарами не даёт отступ (иначе двойной отступ на страницах разделов) */
.t-catalog-parts-above__container:empty { margin-bottom: 0; }
