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

Как добавить дополнительную иконку в карточку товара

<style>

[class*="card__imgwrapper"] {
    position: relative;
}

.js-product[data-product-part-uid*="868967431273"] [class*="card__imgwrapper"]:after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-image: url(https://static.tildacdn.com/lib/icons/tilda/-/paint/2ec9f3-ffffff-3-50-77/snowflake_pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}    
     
    
</style>
Made on
Tilda