.product-header-price{
  font-size: 2em; 
  font-family:'Instrument Serif';
}

.collection-banner-description{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.see-more{
  font-weight: bold;
  cursor: pointer;
}

.see-less{
  font-weight: bold;
  cursor: pointer;
  display: none;
}