
/* Убираем заливку у иконки "избранное", оставляем только контур */
.t-store__card__fav svg path {
    fill: none !important;
    stroke: #000000 !important;
    stroke-width: 1.5;
}

/* Когда товар в избранном — можно сделать заливку чёрной */
.t-store__card__fav.t-store__card__fav_active svg path {
    fill: #000000 !important;
}



@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 0px;
}
}
