@media (max-width: 480px)
.t1002__addBtn !important {
    width: 40px;
    height: 40px;
}

.js-product-controls-wrapper div:nth-child(1) {
    display: none !important;
}

.js-product-controls-wrapper div:nth-child() {
    display: none !important;
}

.js-product-controls-wrapper div:nth-child(3) {
    display: none !important;
}

.js-product-controls-wrapper div:nth-child(4) {
    display: none !important;
}


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




/*Замена Нет в наличии на Под заказ*/
/*В каталоге*/
.js-store-prod-sold-out {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content: "Под заказ"; 
  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: "Под заказ"; 
  visibility: visible;
  display: block;
  color: #333;
  transform: translateY(-160%);
}

*/


/*аккордион в карточке товара- смещение вправо*/
@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion.t-col.t-col_12
.t-store .t-store__tabs__controls .t-store__tabs__button, .t-store .t-store__tabs__item
{
    max-width: 560px;
    margin-left: 600px;
}

.t-store .t-store__tabs .t-store__tabs__button, .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    margin-top: -200px;}