/* Dual price — витрина (наличные / макс. tier) */

.se-dual-price-hint {
  margin: 6px 0 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #6b7280;
  max-width: 28rem;
}

/* Страница товара: одна красная линия (отключаем дубль ::after у ProStore) */
.sku__price-del::after,
.sku__price .sku__price-del::after,
.sku__price del.sku__price-del::after {
  display: none !important;
  content: none !important;
}

.sku__price-del,
.sku__price .sku__price-old,
.sku__price del,
.sku__price .sku__price-del {
  color: #9ca3af;
  font-weight: 400;
  text-decoration: line-through !important;
  text-decoration-color: #f45656 !important;
  text-decoration-thickness: 0.2rem;
  -webkit-text-decoration-color: #f45656 !important;
  margin-left: 0.35em;
}

.sku__price .sku__price-ins,
.sku__price ins {
  text-decoration: none;
  font-weight: 700;
}

/* Карточки в листинге */
.products__item-price del::after,
.price-old::after {
  display: none !important;
  content: none !important;
}

.products__item-price del,
.price-old {
  color: #9ca3af;
  font-weight: 400;
  text-decoration: line-through !important;
  text-decoration-color: #f45656 !important;
  text-decoration-thickness: 0.15rem;
  -webkit-text-decoration-color: #f45656 !important;
}

.products__item-price ins {
  text-decoration: none;
  font-weight: 600;
}
