<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product__price .old {
  font-size: 16px;
  text-decoration: line-through;
  color: #C4C4C4;
  position: relative;
}

.product__price .old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}

.product__price .new {
  color: #E2B6AA;
}</pre></body></html>