.js-store-prod-all-text ul {
    list-style: none;
    padding-left: 25px;
}

.js-store-prod-all-text ul li::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://static.tildacdn.com/tild3136-6430-4839-a566-653161366565/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-right: 5px;
    vertical-align: middle;
}
/* Верхний и нижний отступы раздельно */
.js-store-prod-all-text ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.js-store-prod-descrul li::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('https://static.tildacdn.com/tild3136-6430-4839-a566-653161366565/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-right: 5px;
    vertical-align: middle;
}
.js-store-prod-descrul ul {
    list-style: none;
    padding-left: 25px;
}
.t706__product-imgdiv {
    display: none !important;
}