/* ==========================================================
Clever Cubes - Craft Kits heading accent
Scoped to this ONE section's exact id, so it cannot affect
any other heading (Bestsellers, Categories, Reviews) on the
site, even though they share the same general title class.
Add to the END of your existing Advanced custom CSS box.
========================================================== */
#tile-category-products-kd7qYA .ins-tile__title {
display: inline-block;
padding-bottom: 14px;
position: relative;
}
#tile-category-products-kd7qYA .ins-tile__title::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 64px;
height: 4px;
margin-left: -32px;
background: #E8714A;
border-radius: 2px;
}
/* ==========================================================
Clever Cubes - additional CSS (best guess, needs testing)
Add to the END of your existing Advanced custom CSS box.
If this has no visible effect, the class name is wrong for
your site - send an Inspect screenshot of the review text
and I'll correct it.
========================================================== */
/* Review text: force plain left-aligned text with comfortable
line spacing, in case the "jumbled" look on mobile was from
justified text stretching short lines awkwardly. */
.ins-component--reviews p,
.ins-component--reviews .ins-component__text,
.ins-component--reviews .ins-component__description {
text-align: left !important;
line-height: 1.6 !important;
}































