.product-box{
    width: 100% !important;
}
.product-box h2 {
    font-size: 16px;
    line-height: 1.4em;
    max-height: calc(1.4em * 3);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.max-height-250 {
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
    width: 100% !important;
}
.filter-badge {
    display: inline-flex;
    align-items: center;
    background-color: #f1f3f4;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    margin-right: 8px;
}

.filter-close {
    background: none;
    border: none;
    color: #666;
    font-weight: bold;
    margin-left: 8px;
    font-size: 16px;
    cursor: pointer;
}

.filter-close:hover {
    color: #000;
}
.blank-search-text {
    display: none;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 8px;
}
@media only screen  and (max-width: 800px) {
    .breadcrumb .list {
        display: flex;
        gap: 4px;
        float: left;
        width: 100%;
    }
}