/* TERRAVIVE — Product page title size reduction */
.template-product .product-details h1,
.template-product .product-details .h1,
.product-details__title,
.product-details h1 {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem) !important;
  line-height: 1.2 !important;
}
