/*Скругление карточки товара*/
.t-store__card__bgimg, .t-store__card__bgimg_second {
      border-radius: 15px !important;
}

.t-name_xs {
    font-size: 14px;
    line-height: 1.0; !important;
}

.t-descr {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 500;  !important;
    color: #1C1B29;  !important;
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #a49ae3;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #fff;
    border: 1px solid #ebebf0;
}



/* Фильтры */

@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;
}



/* Для десктопа стили КАРТОЧКА ТОВАРА */
@media screen and (min-width: 1000px) {
    
h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 20px !important;
    line-height: 1.35;
    text-transform: uppercase;
}

.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
    width: 300px;
}

.t-name_xs {
  /* font-size: 16px; */
  font-size: 14px;
}




