/* Increase breadcrumb text size */
.theme-product-breadcrumb a,
.theme-product-breadcrumb span {
    font-size: 15px !important;
    font-weight: 500;
}

/* Optional: add spacing */
.theme-product-breadcrumb {
    margin-bottom: 15px;
}



