﻿
.tm-product .price {
  font-size: 1.4rem; }

.tm-price__sale {
  display: none; }
.tm-price__regular .price-item--regular {
  font-size: 1.45rem;
  color: #000000; }
.tm-price__on-sale .tm-price__regular {
  display: none; }
.tm-price__on-sale .tm-price__sale {
  display: block; }
.tm-price__on-sale .price-item--sale {
  font-size: 1.45rem;
  color: #000000; }
