.t-store [data-col-gap='40'] .t-store__stretch-col {
    position: relative;
    padding: 20px;
}
.t-store [data-col-gap='40'] .t-store__stretch-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #d4d4d4;
    margin: 5px;
}
.t-store [data-col-gap='40'] .t-store__stretch-col .t-store__card__btns-wrapper {
    position: relative;
}

.t-store [data-col-gap='40'] .t-store__stretch-col .t-store__card__textwrapper {
    position: relative;
}