/* HS Category Contrast v1
   Only improves readability of category/home supporting text.
   Does not alter layout dimensions or product configurators. */

:root{
  --hs-category-text-dark:#28342e;
  --hs-category-muted-dark:#4c5751;
}

/* Category/subcategory labels */
.hs-refine-title,
#content .hs-refine-title{
  color:var(--hs-category-muted-dark) !important;
  font-weight:800 !important;
  opacity:1 !important;
}

.hs-refine-grid a,
#content .hs-refine-grid a,
.hs-category-card a,
.hs-category-card h2,
.hs-category-card h3,
.hs-category-card h4,
.hs-category-product-copy h2,
.hs-category-product-copy h2 a{
  color:#1d2923 !important;
  font-weight:700 !important;
  opacity:1 !important;
}

/* Supporting copy that was reading too pale */
.hs-category-product-copy p,
.hs-category-description,
.hs-category-description p,
.hs-category-copy p,
.category-description,
.category-description p,
.hs-home .hs-servicebar span,
.hs-home .hs-section p{
  color:var(--hs-category-muted-dark) !important;
  opacity:1 !important;
}

/* Standard OpenCart category/list text fallback */
#content .caption p,
#content .description,
#content .product-thumb .caption p{
  color:#46514b !important;
  opacity:1 !important;
}
