.js-store-prod-descr em , .js-store-prod-text  em{
    color: transparent;
    margin-right: 12px;
    display: inline-block;
    margin-top: 5px;
}
/*ниже для вставки картинок в описание для карточек товара */
.js-store-prod-descr em:nth-of-type(1):before, .js-store-prod-text em:nth-of-type(1):before{
    background-image: url(https://img.icons8.com/?size=100&id=O7awUhKup7cP&format=png&color=000000);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.js-store-prod-descr em:nth-of-type(2):before, .js-store-prod-text em:nth-of-type(2):before{
    background-image: url(https://img.icons8.com/?size=100&id=8023&format=png&color=000000);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.js-store-prod-descr em:nth-of-type(3):before, .js-store-prod-text em:nth-of-type(3):before{
    background-image: url(https://img.icons8.com/?size=100&id=11485&format=png&color=000000);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.js-store-prod-descr em:nth-of-type(4):before, .js-store-prod-text em:nth-of-type(4):before{
    background-image: url(https://img.icons8.com/?size=100&id=pJlAs7ovaTig&format=png&color=000000);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
/*чтобы цена была справа от названия*/
