:root {
  --product-single-font-size: 2.25rem;
}

/**
 * Product Loop Title
 */

.product-loop-title {
/*   font-size: var(--product-loop-font-size); */
/*   letter-spacing: -0.4px; */
/*   line-height: 175%; */
/*   font-weight: 400; */
  border-top: 1px solid var(--color-grey-300);
  margin-top: 2rem;
  padding-top: 2rem;
/*   margin-bottom: 0.25rem !important; */
/*   white-space: nowrap; */
/*   text-overflow: ellipsis; */
/*   overflow: hidden; */
}

/**
 * Product Single Title
 */

.product_title {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-size: var(--product-single-font-size)
}

