.price .product-price__compare {
  text-decoration: line-through;
}
.price .product-price {
  display: flex;
  flex-direction: column-reverse;
}
.price .product-price .product-price__amount {
  font-size: 22px;
}
.price .product-price .product-price__compare {
  font-size: 16px;
  opacity: 1;
  text-decoration: line-through;
}
