/* Тусклый вид для недоступных вариантов доставки */
.delivery-disabled {
  opacity: 0.4;
  color: #999;
  cursor: not-allowed;
}

.t-store__card__price,
.t-store__prod-popup__price,
.t-store__price,
.t-product__price {
    display: none !important;
}