/* Стили для блока ST320N */
.uc-custom-st320n .t-store__card__textwrapper {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.uc-custom-st320n .js-store-prod-name {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px; /* Настройте значение, если нужно больше пространства */

}

.uc-custom-st320n .t-store__card__btns-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.uc-custom-st320n .t-store__filter__list {
    max-height: 700px;
    height: auto;
    overflow-y: auto;
    padding: 10px;
    background-color: inherit;
    border-radius: 10px;
}

.uc-custom-st320n .t-store__filter__item {
    padding: 12px 15px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: inherit;
    background-color: inherit;
    border-radius: 5px;
}



