#product .product-name {
  font-size: clamp(2.125rem, 2.037rem + 0.2817vw, 2.375rem);
}
#product .price {
  color: #888;
}
#product .price .original-price {
  text-decoration: line-through;
  margin-right: 5px;
}
#product .price .price-without-discount {
  color: #000;
}
#product .price .discounted-price {
  color: #000;
}
#product .product-desc {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 25px;
  margin-bottom: 0px;
}/*# sourceMappingURL=show.css.map */