.t-store__card__textwrapper {
    padding-left: 16px;
    padding-right: 16px;
}



.js-product.t-store__card {
    border: 1px solid #F5F5F5;
    border-radius: 24px;
    box-sizing: border-box;
}



.t-typography__title {
    text-align: center;
}

.t-store__card__btns-wrapper {
    margin-top: 20px;
    padding-bottom: 16px;
}


.t-align_left {
    text-align: left;
}

.js-store-price-wrapper {
  display: flex; /* Включаем flexbox */
  justify-content: space-between; /* Разделяем блоки равномерно */
  align-items: center; /* Выравниваем по вертикали */
}


.js-store-price-wrapper {
    display: flex
;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.t-store__prod-popup__price_old {
    color: #242424;
    position: relative;
}


.t-store__card__price_old:after, .t-store__prod-popup__price_old:after {
    border-top: 0px solid;
}


.t-store__card__btns-wrapper  {
    margin-right: 16px !important;
    margin-left: 16px !important;
}





/* иконки */

/* Стили для иконок рядом с ценами */
.custom-icon-wrapper {
  display: flex;
  justify-content: space-between;
}

.custom-icon-wrapper .icon1, 
.custom-icon-wrapper .icon2 {
  width: 24px; /* Укажите нужный размер */
  height: auto;
}


/* иконки */



.product-icons {
  display: flex; /* Включаем flexbox */
  justify-content: space-around; /* Разделяем блоки равномерно */
  align-items: center; /* Выравниваем по вертикали */
}





.t-store__card .t-typography__title {
    margin-bottom: 12px;
}




.t-store__card__imgwrapper {
    aspect-ratio: 16 / 9; /* Соотношение сторон 16:9 */
    width: 100%;
    max-height: 270px; /* Можно ограничить высоту */
    overflow: hidden;
    padding-bottom: 0%;
}

.t-store__card__bgimg,
.t-store__card__bgimg_second {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обрезает изображение по контейнеру */
}


@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 0;
        padding-right: 0;
    }
}


.t-store__card__title {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px; /* Можно добавить отступ для улучшения визуального восприятия */
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 0;
        padding-right: 0;
    }
}


.t942__content {
    padding: 0px 0;

}
