/*Стили миниатюр в карточке товара*/
.js-product .t-product__option-variants_buttons .t-product__option-item_image:hover .t-product__option-title {
    inline-size: max-content;
    bottom: 77px;
    padding: 6px 6px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    height: 67px;
    background-position: center;
}

/*Стили отметки на карточке*/
.t-store__card__mark {
    border-radius: 0px;
    font-family: 'Onest';
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 30px;
    width: auto;
}
    
.t-store__card__mark-wrapper {
    top: 2px;
    left: 2px !important;
}

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

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