/*Стили отметки на карточке*/
.t-catalog__card__mark {
  border-radius: 10px;
  font-size: 10px;
  height: auto;
  padding: 5px 10px;
  width: auto;
}

/*Стили иконки «Избранное» на карточке товара*/
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    background: transparent;
}
    
.t1002__addBtn {
    top: 0px !important;
    right: 0px !important;
    padding-top: 0px;
}
