/** Shopify CDN: Minification failed

Line 10:0 Unexpected "}"

**/
product-information > div > div > div > div:nth-child(2) > span > span {
  font-size: 17px;
}

}
.product-details-product-title {
  text-transform: lowercase; /* Convert all letters to lowercase first */
}

/* Capitalize the first letter only (works best for single-word titles) */
.product-details-product-title::first-letter {
  text-transform: uppercase;
}
