Видеоответы на вопросы по Tilda

Стилизуем карточку товара каталога в Tilda

<style>
.t-store__card__mark {
    font-size: 14px;
    background: none;
    text-align: left;
    padding-left: 30px;
}



.t-store__card__mark-wrapper {
    width: inherit;
    left: 0;
    right: auto;
    top: auto;
    bottom: 20px;
}

.js-product-img.t-store__card__bgimg {
    border-radius: 30px;
}

.t-store__card__textwrapper {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.js-product.t-store__card.t-col>a {
    position: relative;
}

.js-store-price-wrapper.t-store__card__price-wrapper {
    margin-top: auto;
    margin-bottom: 75px;
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    position: absolute;
    bottom: 70px;
    z-index: 20;
    right: 30px;
}


.js-product.t-store__card.t-col {
    position: relative;
}

span.t-store__card__btn-text {
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}
</style>
Made on
Tilda