/* Display titles only: category and product labels use a consistent title
   presentation, without affecting technical specifications or descriptions. */
.bd-all-menu-grid a,
.bd-category-grid a,
.bd-product-card h3,
.bd-special-card h3,
.bd-configurator-option > span,
.bd-configurator-quantity,
.categoryListBoxContents > a,
.centerBoxContentsProducts .productTitle,
.centerBoxContentsSpecials .productTitle,
.centerBoxContentsFeatured .productTitle,
.centerBoxContentsAlso .productTitle {
  text-transform: capitalize;
}
