@charset "UTF-8";
.tm-product .price {
  font-size: 1.4rem;
}
.tm-price__sale {
  display: none;
}
.tm-price__regular .price-item--regular {
  font-size: 22px;
  color: #1b1b1b;
}
.tm-price__on-sale .tm-price__regular {
  display: none;
}
.tm-price__on-sale .tm-price__sale {
  display: flex;
}
.tm-price__on-sale .price-item--sale {
  font-size: 22px;
  color: #ff0d00;
  background-image: linear-gradient(to right, #ff0d00, #ff6d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}