.line1px {
    height: 1px !important;
}
.t-store__card__textwrapper {
    padding-top: 5px;
    margin-bottom: auto;
}
.t-store__card__price-wrapper {
    margin-top: 5px;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    border-radius: 2px;
}
.t-store__filter.js-store-filter {
    margin-bottom: 20px;
}