/* Перенос гамрошки */
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 440px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 490px;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 560px;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 620px;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid #c9c9c9 !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid #c9c9c9 !important;
}

.t-store__tabs__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.t-store__tabs__close::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('https://static.tildacdn.com/tild3565-3366-4736-b365-363961356531/arrow.svg') no-repeat center center;
    background-size: contain;
}

.t-store__tabs__close-icon {
    display: none;
}
.t-store .t-store__tabs__item_active .t-store__tabs__close {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    transition: all ease-in-out .3s;
}
.t-store .t-store__tabs__close:after { background-color: transparent !important; }
/* Перенос гамрошки End*/

.js-product .t-product__option-variants:after {
    bottom: 10px !important;
}


/* Отступ карточек */
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 10px !important;
    }
}
/* Отступ карточек End */




.t-store__card__sold-out-msg,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt{
    font-size: 0 !important;
}

.t-store__card__sold-out-msg:after,
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after{
    content: "СКОРО В ПРОДАЖЕ";
    font-size: 14px;
}

/* удаляем фон избранного и правим метки в карточке  */
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: transparent !important;
}
.t-store__card__mark {
    font-size: 10px; !important; 
    height: 40px !important; 
    width: 40px !important; 
}
/* удаляем фон избранного и правим метки в карточке End */