/**
 * Product page type floor: no <p> or <span> smaller than 16px.
 * Larger inherited sizes (prices, etc.) stay larger.
 */
body.single-product p,
body.single-product span:not(.screen-reader-text):not(.visually-hidden) {
	font-size: max(16px, 1em) !important;
}
