/* Add custom CSS styles below */ 
/* Product page title */
.product-single h1 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

/* Main price */
.product-single .total-price {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}

/* Strikethrough original price */
.product-single .before-price {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}