/* ==========================================================================
   MakeAdera CATEGORY PAGE Stylesheet (product_cat archives only)
   Template: woocommerce/taxonomy-product_cat.php

   Rules that apply only to category pages go here. WordPress adds the
   body classes .tax-product_cat and .term-{slug} on these pages.

   Layout shared with the shop page lives in archive-product.css;
   card/search-bar/chip components live in catalog.css.
   Author: aderaDev
   ========================================================================== */

/* Term description under the hero title */
.ma-shop-hero-description {
	margin: 18px auto 0;
	max-width: 560px;
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--makeadera-color-gray-mid, #858689);
}

/* Term description when rendered inside the catalog body (legacy placement) */
.ma-catalog-description {
	margin: -20px 0 32px;
	max-width: 560px;
	font-size: 15px;
	line-height: 1.65;
	color: var(--makeadera-color-gray-mid, #858689);
}
