.t-store__scroll-icon-wrapper {
    display: none !important;
}

.t983__scroll-icon-wrapper {
    display: none !important;
}

.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    background: none;
}


.t994__descr
{
    margin-bottom: -38px;
    margin-left: -26px;
}

.t994__descr span
{
background-color: #f2ede7;
padding: 5px;
}

.t-text_sm span 
{
    font-size: 14px;    
    
}

.t-store__prod-popup__brand {
    display: none !important;
}


/*
.js-store-prod-popup-buy-btn-txt {
  visibility: hidden;
}
.js-store-prod-popup-buy-btn-txt:after {
  content: "Скоро в продаже"; 
  visibility: visible;
  display: block;
  color: #333;
  transform: translateY(-50%);
}
*/


.js-store-prod-sold-out {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content: "Sold out"; 
  visibility: visible;
  display: block;
  color: #333333;
  
  transform: translateY(-50%)
}




.t-store__prod-popup__btn_disabled {
  visibility: hidden;
}

.t-store__prod-popup__btn_disabled:after {
  content: "Sold out"; 
  visibility: visible;
  display: block;
  color: #333;
  transform: translateY(-160%);
}


.js-product-controls-wrapper div:nth-child(1) {
    display: none !important;
}
/*
.js-store-prod-all-charcs p:nth-child(1) {
    display: none !important;
}*/

.js-store-prod-all-charcs p:nth-child(2) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(4) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(5) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(6) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(7) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(8) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(9) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(10) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(11) {
    display: none !important;
}

/*Скрыть артикулы в каталоге*/
.js-store-prod-descr {
    display: none !important;
}


/*Меняем цвет плашки на карточках*/
.t-store__card__mark {
    color: #393737 !important;
    background-color: #f2ede7 !important;
}

/*Меняем размер плашки на карточках на телефоне*/
@media (max-width: 960px) {
  .t-store__card__mark-wrapper .t-store__card__mark {
    font-size: 10px !important;
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
    line-height: 27px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
}

/*Меняем размер и положение избранного на карточках на телефоне*/
@media (max-width: 960px) {
  .t1002__addBtn {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .t1002__addBtn svg {
    width: 25px !important;
    height: 25px !important;
    display: block;
  }
  .t1002__addBtn svg path {
    stroke: #393737 !important;
  }
}

