.product-card-badge-row {
    min-width: 0;
    min-height: 1.35rem;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.cart-qty-on-card-badge,
.previously-purchased-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.28rem 0.55rem;
    border-radius: 0.35rem;
    white-space: nowrap;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-qty-on-card-badge {
    background-color: #5c2578;
    color: #fff;
}

.previously-purchased-badge {
    background-color: #ede4f0;
    color: #5c2578;
    border: 1px solid #b89bc8;
}
