.t-store__card__sku {
    display: none;
}

.t-store__card__descr {
  display: none;
}
    

.js-store-prod-all-charcs {
  display: none;
}


/* Скрыть хлебные крошки в катеогрии товаров  */

  .t-catalog__breadcrumbs_desktop {
    display: none !important;
  }
  
  .t-catalog__breadcrumbs_mobile {
    display: none !important;
  }



/* Скругление в картчоке товара опций  */
  .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border-radius: 10px !important;
  }


/* Скругление фильтры  */
  .t-catalog__filter__range_bg {
    background-color: #000000 !important;
  }

  .t-catalog__filter__item_price .t-catalog__filter__input {
    border-radius: 10px !important;
  }

  .t-catalog .t-checkbox__indicator {
    border-radius: 10px !important;
  }



/* Отступ от хлебных крошек сверху в картчоке товара  */
.t-catalog__prod-snippet__container {
    padding-top: 20px;
}

 @media screen and (max-width: 640px) {
.t-catalog__prod-snippet__container {
    padding-top: 0px;
}
 }


/* КОЛИЧЕСТВО ОСТАТКА ТОВАРА В КАРТОЧКЕ
.t-store__card::after {
    content: attr(data-product-inv) " шт в наличии";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    color: #878787;
    margin-top: 4px;
    width: 250px;
}
.t-store__card__btns-wrapper {
    margin-top: 0px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт в наличии";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ededed;
    margin-left: 20px;
    padding: 3px 8px;
    top: -5px;
}



.t-store__prod-popup__name{
    margin-top: 5px;
}


.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 80px);
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::before {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before  {
    margin-left: calc(50% - 10px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(-200px);
    top: 45px;
}
}

@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    margin-left: -50px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 60px;
}
}
*/