/*КНОПКИ В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 20px 15px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 8px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: #25D366;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F3F4F8;
    color: #28283B !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #BC2649!important;
    border-radius: 3px; !important;
}

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 500; !important;
    font-size: 11px; !important;
    width: 35px; !important;
    height: 35px; !important;
    border-radius: 10px; !important;
}

/* Для десктопа стили КАРТОЧКА ТОВАРА */
@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;
}


/*скругление фотографии */
.js-product-img {
    top: 0px !important;
    border-radius: 15px; !important;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    padding: 0px 25px 0px 10px !important;
}


/*СКРУГЛЕНИЕ В ПОП-АП*/
.t-popup__container {
    border-radius: 20px; !important;
}

.t390__img {
    border-radius: 20px; !important;
}