/* Фильтры */
@media screen and (min-width: 1000px) {
  .t-store__filter__search.t-store__filter__input, .t-store__sort-select {
          border-radius: 6px !important;
  }
  .t-store__filter__input, .t-store__sort-select {
          background: #fff !important;
  }
  .t-store__filter {
          margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
.t-store__grid-cont_col-width_stretch[data-col-gap='0'] .t-store__filter {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

}

.t1002__picture-wrapper .t1002__addBtn,.t-store__card__imgwrapper .t1002__addBtn  {
  /* background: #fff; */
  background: #fff0;
}


/* Плитка товара стили */
.t-store__card__textwrapper {
  padding-top: 10px;
  padding-left: 10px;
}

.t-store__card__descr {
    margin-top: 2px;
}

.t-store__card__price-wrapper {
    margin-top: 2px;
}


/* Стикеры на карточке товара */
@media screen and (min-width: 960px) {
.t-store__card__mark {
    font-weight: 500; 
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    display: table-cell;
    width: 60px; 
    height: 30px; 
    text-align: center; 
    vertical-align: middle;
    border-radius: 0px; 
}
}
@media screen and (max-width: 960px) {
.t-store__card__mark {
    font-weight: 500;
    font-size: 8px; 
    font-family: 'Unbounded',Arial,sans-serif;;
    display: table-cell;
    width: 40px;
    height: 25px; 
    text-align: center;
    vertical-align: middle;
    border-radius: 0px; 
}
.t-store__card__mark-wrapper {
    left: 10px!important; 
    top: 10px; 
}
.t1002__addBtn  {
    right:5px!important;
    width: 25px;
    height: 25px;
}
}
