.t396 .tn-atom__html {
  height: 100%;
}

/*.t-store .js-store-grid-cont {
    display: flex !important;
}
.js-store-grid-cont > div {
    grid-template-columns: repeat(4, 1fr);
    border: 0 !important;
    row-gap: 20px;
}

.t-store__card {
    border: 1px solid rgb(252, 238, 234);
    border-radius: 12px;
}
.t-store__card__btns-wrapper {
    justify-content: center;
    margin-bottom: 10px;
}
.t-btnflex_sm, .t-btn.t-btnflex_sm {
    --height: 35px;
}

@media (max-width:960px) {
    .js-store-grid-cont > div {
        grid-template-columns: repeat(2, 1fr);
    }
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
        column-gap: 20px;
    }
}*/