/* Title Case for headings, buttons and labels across the site - every word
   starts with a capital ("View All Beds", "Other Fabric Beds"). Loaded on
   every page by includes/NavBar.php. Body text, descriptions and prices are
   left alone. Labels styled in capitals (e.g. the key feature labels) keep
   their own text-transform. */

/* Headings */
h1, h2, h3, h4, h5, h6,
.pdp-sec-toggle, .cat-faq summary, .menu-title-heading { text-transform: capitalize; }

/* Buttons and calls to action */
button, .btn, input[type="submit"], input[type="button"],
.pdp-primary-cta, .pdp-secondary-cta, .pdp-mobile-cta, .pdp-more-cta,
.pdp-teaser-btn, .gf-link-btn,
.cat-filter-btn, .cat-apply, .cat-clear, .cat-more-toggle,
.categorylink, .site-topbar a { text-transform: capitalize; }

/* Labels: menu links, breadcrumbs, pills, chips, filters, tiles, captions */
.menu-item-sub-cat, .pdp-links-group a, .pdp-stat-text b, .pdp-stat-cta,
.pdp-crumbs a, .pdp-crumbs [aria-current], .cat-crumbs a, .cat-crumbs [aria-current],
.pdp-kf-value, .pdp-counter-cap, .pdp-hot b, .pdp-dd-tab,
.gf-cat-circle-label, .gf-cat-circle-off,
.cat-chip, .cat-active-chip, .cat-opt-label, .cat-tile-name, .cat-tile-off,
.cat-sort, .cat-sort select, .cat-sort option { text-transform: capitalize; }

/* Kept in sentence case: the question on the last gallery slide */
.pdp-teaser-title { text-transform: none; }

/* Kept in capitals on purpose */
.pdp-kf-label, .pdp-key-features h3, .pdp-option-label, .pdp-merchant-category, .cat-filter-title { text-transform: uppercase; }
