.bi-cart {
    position: relative;
}

.badge {
    font-size: 0.7rem;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
}
.produk-img-wrapper {
    width: 100%;
    height: 100%; /* Atur tinggi sesuai kebutuhan */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.produk-img-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: contain;    
}
    