/* Sale*/ 
.t-store__card__mark {
    border-radius: 8px !important;
    height: 26px !important;
}
.t-store__card__mark-wrapper {
    top: 0px;
}
/*Избр*/ 
.t1002__picture-wrapper .t1002__addBtn {
    background: transparent;
    top: -2px;
}
.t1002__addBtn { 
    padding-top: 0px;
}
.t-store__prod-popup__btn-wrapper .t1002__addBtn {
  align-self: center;
}
.t1002__addBtn svg path {
    stroke-width: 2px !important;
}

/*Ховер пункты*/
.d-menu-link {
  position: relative;
}
.d-menu-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  pointer-events: none;
}
.d-menu-link:hover::after {
  width: 100%;
}
/*Отступы между карточками смарт*/
.t-store__card-list {
    --t-store-mobile-col-gap: max(var(--t-store-col-gap) / 2, 0px);
}
@media screen and (max-width: 960px) {
.t-store__grid-cont,
.t-store__grid-cont_indent {
  padding: 0 10px;
}
.t-store__filter {
        padding: 0px 10px 0px 10px;
    }
.uc-main .t-section__title,
.uc-main .t-section__title {
    padding: 0px 10px 30px 10px;
}
}