Как вывести списком блок ST305N в Tilda

Как вывести списком блок ST305N в Tilda

1
Создали блок ST305N
2
Добавили стиль в блок Другое - Т123
Библиотека для примера

<style>
.t776 .js-store-grid-cont .t-store__card {
    display: flex !important;
    align-items: flex-start;
    padding-left: 0;
    width: inherit !important;
    max-width: none;
    margin-bottom: 20px;
    flex-direction: row !important;
}
.t776 .js-store-grid-cont .t-store__card__textwrapper {
    height: auto !important;
}
.t776 .js-store-grid-cont .js-product.t-store__card a {
    display: flex;
    width: 100%;
}
.t776 .js-store-grid-cont  .t-store__card__imgwrapper {
    width: 70px;
    height: 70px;
    padding-bottom: 0px !important;
    margin-right: 40px;
}
.t776 .js-store-grid-cont .t-store__card__textwrapper {
    padding-top: 0px;
    width: 600px;
    position:relative;
    margin-top: 0;
}
.t776 .js-store-grid-cont .t-store__card__btns-wrapper {
    margin-right: 36px;
    margin-top: 0;
}
.t776 .js-store-grid-cont .js-store-price-wrapper {
    position: absolute;
    right: -220px;
    top: 0;
    width: 140px;
}
.t776 .js-store-grid-cont .t-store__grid-separator {display: none}
.t776 .js-store-grid-cont  .js-product.t-store__card:hover .js-store-prod-btn2 {
    background-color: #fcb42f;
    color: #fff !important;
    border-color: transparent !important;
}
.t776 .js-store-grid-cont .js-product.t-store__card:hover {
    box-shadow: -7px 0px 0px 0px rgb(252 180 47);
}
@media screen and (max-width:1200px){
.t776 .js-store-grid-cont .t-store__card__textwrapper { width: 400px}
}
@media screen and (max-width:980px){
.t776 .js-store-grid-cont .t-store__card__textwrapper {width: 70%}
.t776 .js-store-grid-cont .js-store-price-wrapper {position: static}
.t776 .js-store-grid-cont .t-store__card__imgwrapper {margin-right: 25px}
.t776 .js-store-grid-cont .t-store__card__btns-wrapper {margin-right: 0px}
}
@media screen and (max-width:640px){
.t776 .js-store-grid-cont .js-product.t-store__card { flex-wrap: wrap}
.t776 .js-store-grid-cont .t-store__card__btns-wrapper {
    margin-left: 95px;
    margin-top: 20px;
    display: none;
}
.t776 .js-store-grid-cont .t-store__card__imgwrapper {
    width: 70px;
    height: 70px;
}
.t776 .js-store-grid-cont .js-product.t-store__card:hover .t-store__card__btns-wrapper {
    display: block !important;
}
}
</style>
Made on
Tilda