/*КАРТОЧКА ТОВАРА*/
/*КАТАЛОГ*/

/*Общие стили каталога*/
.t-store__card__sku,
.t-store__card__price_old,
.t-store__card__sold-out-msg {
    display: none;
}
.t-store__stretch-col {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.t-store__card,
.t-store__card > a {
    position: relative;
    overflow: hidden;
}
.t-store__card__textwrapper {
    background-color: #fff;
    padding-bottom: 20px;
}

/*Стили версия 2*/
.t-store__card {
    display: inline-block;
}
.t-store__card__btns-wrapper {
    display: block;
}
.t-store__card > a {
    display: block;
}
.t-store__card__textwrapper {
    position: relative;
    z-index: 10;
    transition: all .3s ease-out;
}

/*Смотрите также*/

}
.t-store__relevants-grid-cont .t-store__card > a {
    background-color: #fff;

}
}
@media (min-width: 641px) {
.t-store__relevants__container .t-container {
    max-width: 100%;
}
.t-store__relevants__container .t-container > .t-col {
    margin: 0;
}
.t-store__relevants__container .t-store__card {
    max-width: calc(25% - 4px) !important;
    margin: 0 2px;
}
}



/*Кнопка*/
a.t-store__card__btn {
    margin: 0 !important;
    width: 100%;
    height: 42px;
}
.t-store__card__btns-wrapper {
    position: absolute;
    width: calc(100% - 4px);
    bottom: -42px;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-out;
}
.t-store__relevants__container .t-store__card__btns-wrapper {
    width: 100%;
}

/*Ховеры*/
@media (min-width: 1200px) {
.t-store__card > a:hover .t-store__card__textwrapper {
    transform: translateY(-32px);
}
.t-store__card:hover .t-store__card__btns-wrapper {
    bottom: 0px;
}
}

