.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{
position: relative;
z-index: 3;
color: #E9D6AA !important;
opacity: 1 !important;
text-shadow: 0 2px 10px rgba(0,0,0,.70);
} .woocommerce ul.products li.product-category h2.woocommerce-loop-category__title mark.count,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark.count,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count{
background: rgba(215,180,106,.18) !important;
color: #E9D6AA !important;
border: 1px solid rgba(215,180,106,.35) !important;
border-radius: 999px !important;
padding: .15em .55em !important;
font-weight: 700 !important;
} .woocommerce ul.products li.product-category a{
position: relative;
}
.woocommerce ul.products li.product-category a::after{
content: "";
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
height: 55%;
border-radius: 18px;
background: linear-gradient(to top, rgba(0,0,0,.60), rgba(0,0,0,0));
pointer-events: none;
z-index: 2;
} .woocommerce ul.products li.product-category a img{
position: relative;
z-index: 1;
} .hero-trust-pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.hero-trust-pill {
display: inline-flex;
align-items: center;
gap: 6px;
color: rgba(154,163,178,0.9);
font-size: 13px;
font-weight: 500;
background: rgba(255,255,255,0.04);
border: 1px solid rgba(255,255,255,0.09);
border-radius: 100px;
padding: 6px 13px 6px 9px;
transition: color .2s, border-color .2s, background .2s;
}
.hero-trust-pill svg {
width: 15px;
height: 15px;
color: rgba(215,180,106,0.7);
flex-shrink: 0;
}
.hero-trust-pill:hover {
color: #D7B46A;
border-color: rgba(215,180,106,0.25);
background: rgba(215,180,106,0.06);
}
.hero-trust-pill:hover svg {
color: #D7B46A;
}
@media (max-width: 480px) {
.hero-trust-pills { gap: 8px; }
.hero-trust-pill { font-size: 12px; padding: 5px 11px 5px 8px; }
}