/* Title styling */
.custom-loop-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    color: #181818 !important;
    font-size: 20px !important;
    margin: 0;
    line-height: 1.2;
}
.custom-loop-title a {
    color: inherit;
    text-decoration: none;
}

/* Excerpt styling (kept same as you asked) */
.product-excerpt {
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.35 !important;
    margin-top: 0.35rem !important;
    margin-bottom: 0.6rem !important;
}

/* Small layout tweak so price doesn't jump */
.custom-loop-title-excerpt { margin-bottom: .25rem; }
