/*
Theme Name: Kadence Child — MyJollyBox
Theme URI: https://myjollybox.com
Description: Child theme of Kadence for myjollybox.com customisations (CSS fixes, PHP hooks). Do not edit the parent theme.
Author: MyJollyBox
Template: kadence
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: kadence-child
*/

/* ------------------------------------------------------------------
   Site-specific CSS goes below this line.
   ------------------------------------------------------------------ */

/* Category description block below the product grid (see functions.php) */
.mjb-category-description {
	max-width: var(--global-content-width, 1180px);
	margin: 2.5em auto 3em;
	padding: 0 var(--global-content-edge-padding, 1.5rem);
}
.mjb-category-description h2 {
	font-size: 1.5em;
}
.mjb-category-description h3 {
	font-size: 1.1em;
	margin-top: 1.5em;
}
