/* убрать ценник упаковки на главных списках товаров
.t-store__card__price-wrapper {
    margin-top: 12px;
    display: none;
}
*/
/* убрать выпадающий список упаковки в карточке товара
.t-store .t-product__option-variants {
    position: relative;
    display: none;
    min-width: 150px;
}
*/
/* В упаковці: 75 одиниць ціна одного виробу 36грн
.t-store .t-product__option-title {
    padding-bottom: 3px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}
*/