/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* ISHA teacher bundle product typography. */
body.single-product:is(.postid-1222, .postid-1223, .postid-1224)
	.woocommerce-product-details__short-description
	:where(p, li),
body.single-product:is(.postid-1222, .postid-1223, .postid-1224)
	.woocommerce-Tabs-panel--description
	:where(p, li) {
	font-size: 1.125rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	body.single-product:is(.postid-1222, .postid-1223, .postid-1224)
		.woocommerce-product-details__short-description
		:where(p, li),
	body.single-product:is(.postid-1222, .postid-1223, .postid-1224)
		.woocommerce-Tabs-panel--description
		:where(p, li) {
		font-size: 1.25rem;
	}
}
