/*карточки товара на главной странице*/

.t-store__card__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    border-radius: 20px;
}


/*вертикальный отступ между карточкамитовара на главной*/

.t754__separator {
    margin-bottom: 1px;
}

/*вертикальный отступ между рядами карточкек товара на главной*/

.t-store__grid-separator {
    margin-bottom: 30px;
}

/*размещение ярлыка на карточке на главной*/

.t-store__card__mark-wrapper {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    display: table;
}

/*высота ярлыка на карточке на главной*/

@media screen {
    .t-store__card__mark {
        font-weight: 400;
        font-size: 12px;
        font-family: Roboto,Arial,sans-serif;
        display: table-cell;
        width: 50px;
        height: 43px;
        text-align: center;
        vertical-align: middle;
        border-radius: 50px;
        background-color: #111;
        color: #fff;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

/*отступ в поиске и кнопке*/

.t838 .t838__blockbutton {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-left: 10px;
}

/*отступ в карточках мобильной версии*/

@media screen and (max-width:960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 10px;
    }
}


