/* Фильтры */
@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;
}
