/*
 * Single-product type scale — matches the live original,
 * insightful.market/product/iboga/, measured at 1280px.
 *
 * The 1140px content container is handled site-wide in content-layout.css
 * (single products are non-archive, so they get it there). Only the product's
 * own type scale is restored here: the title/price mods the original carries via
 * emoza settings that this Elementor-free build does not.
 */

/* Product title: 24px / 1.2 / uppercase (emoza default is 32px / none). */
.product-gallery-summary h1.product_title {
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Price: 19px (emoza default is 24px). */
.product-gallery-summary p.price {
	font-size: 19px;
	line-height: 1.68;
}
