.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-prod-descr {
    flex-grow: 1;
}

.js-store-price-wrapper {
    margin-bottom: 20px;
}


.limit-text {
    color: #adadad;
    font-weight: 500;
    text-align: left;
}

.limit-wrapper {
    margin-top: 40px;
    font-size: 15px;
    margin-top: auto;
}

.limit-text span span {
    color: #000;
}


.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}


.t-store__prod__price-portion {
    display: none;
}

.t706__product-title__portion {
    display: none;
}

span.t706__product-portion {
    display: none !important;
}


.popup_img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 15px auto;
}    

/* ========== МОБИЛЬНЫЕ ФИЛЬТРЫ — ВСЕГДА РАЗВЕРНУТЫЕ =========== */

@media (max-width: 767px) {
    /* Скрываем кнопку "Фильтры" */
    .js-store-filter-mob-btn {
        display: none !important;
    }

    /* Принудительно показываем контейнер с фильтрами */
    .t-store__filter {
        display: block !important;
        opacity: 1 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* Показываем все опции фильтра */
    .t-store__filter__options {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 10px 0 !important;
    }

    /* Стили для каждого фильтра */
    .t-store__filter__item {
        margin: 0 !important;
        padding: 8px 12px !important;
        border: 1px solid #fff !important;
        border-radius: 15px !important;
        background: #fff !important;
        font-size: 14px !important;
        cursor: pointer !important;
        text-align: center !important;
        flex: 1 1 auto !important;
        min-width: 120px !important;
        box-sizing: border-box !important;
    }

}


/* Стили ТОЛЬКО для кнопки "Дата экскурсии" */
.t-store__filter__options > div:nth-child(2) .t-store__filter__item-title.js-store-filter-item-title{
    font-weight: 700;
    border: 7px solid #fff864; /* желтая окантовка */
    padding: 12px 20px; /* отступы внутри */
    border-radius: 25px;
    background-color: #fff864; /* 🟡 ФОН УБРАН — теперь прозрачный */
    display: inline-block;
    transition: all 0.2s ease;
    color: #000; /* чёрный текст */
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

.t-store__filter__options > div:nth-child(1) .t-store__filter__item-title.js-store-filter-item-title{
    font-weight: 700;
    border: 7px solid #fff; /* желтая окантовка */
    padding: 12px 20px; /* отступы внутри */
    border-radius: 25px;
    background-color: #fff; /* 🟡 ФОН УБРАН — теперь прозрачный */
    display: inline-block;
    transition: all 0.2s ease;
    color: #000; /* чёрный текст */
    cursor: pointer;
    font-size: 16px;
    position: relative;
}