.t-store__prod-popup__btn td {
    color: #ffffff !important;
}

.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 20px; /* Значение для десктопов по умолчанию */
}

@media (max-width: 600px) {
    .t-store__prod-snippet__container {
        padding-top: 0px;
        padding-bottom: 25px;
    }
}

.t-store__relevants-grid-cont .t-store__card__btn,
.t-store__relevants-grid-cont .t-store__card__btn_second {
    flex: 1 !important; /* Равномерное распределение пространства */
    width: 50% !important;
    background-color: transparent !important;
    border: 2px solid black !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 7px !important;
    margin: 0 2px !important; /* Небольшой отступ между кнопками */
}

.t-store__relevants-grid-cont .t-store__card__btn {
    margin-bottom: 10px !important;
}

@media (max-width: 640px) {
.t-store__relevants-grid-cont .t-store__card__btn,
.t-store__relevants-grid-cont .t-store__card__btn_second {
    flex: 1 !important; /* Равномерное распределение пространства */
    width: 50% !important;
    background-color: transparent !important;
    border: 1px solid black !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 7px !important;
    margin: 0 2px !important; /* Небольшой отступ между кнопками */
}

.t-store__relevants-grid-cont .t-store__card__btn {
    margin-bottom: 10px !important;
}
}
}
