.t-store__card__descr {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #rec1203794161 .t-store__card {
    margin-bottom: 20px !important; /* Уменьшает расстояние между карточками */
  }

  #rec1203794161 .t-store__grid-cont {
    row-gap: 10px !important; /* Снижает вертикальный отступ */
  }

  #rec1203794161 .t-store__col {
    padding-bottom: 0 !important; /* Убирает нижний внутренний отступ */
  }
}
/* Обнуляем все отступы у блока текста (название + цена) */
#rec1203794161 .t-store__card__textwrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Название товара — 0px от картинки, 5px до цены */
#rec1203794161 .js-product-name {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  line-height: 1.3;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Цена — без лишнего отступа */
#rec1203794161 .t-store__card__price-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

#rec1203794161 .t-store__filter {
  margin-bottom: 10px !important;
  margin-left: 10px !important;
  margin-right: 20px !important;
}

/* Если у тебя отображается старая цена (зачёркнутая) */
#rec1203794161 .t-store__card__price_old {
  font-size: 12px !important;
  line-height: 14px !important;
}

/* Стили для мобильных (до 640px) */
@media screen and (max-width: 640px) {
  #rec1203794161 .t-store__card__price-wrapper {
    font-size: 10px !important;
    line-height: 1 !important;
  }

  #rec1203794161 .t-store__card__price_old {
    font-size: 10px !important;
    line-height: 1 !important;
  }
}
#rec1203794161 .t-store__filter__prods-number {
  display: none !important;
}



.t-product__option-item.t-product__option-item_simple {
  background-color: #F9F9F9 !important;
  border: 1px solid #C5C5C5 !important;
  border-radius: 100px !important;
  height: 45px !important;
  width: 100px !important;
  min-height: 45px !important;
  min-width: 100px !important;
  padding: 0 10px !important;
  margin-right: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C5C5C5 !important;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.t-product__option-item.t-product__option-item_simple.t-product__option-item_active {
  border: 1px solid #005DB5 !important; /* синий бордер */
  color: #005DB5 !important; /* цвет текста тоже можно поменять */
  margin-right: 10px !important;
}

.t-store__prod__quantity {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F9F9F9;
  border: 1px solid #005DB5;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #005DB5;
  height: 45px !important;
  margin: 0 10px 8px 0;
  vertical-align: top;
}
  .t-store__prod-popup__btn {
    height: 45px !important;
    align-items: center !important;
    justify-content: center !important;
}
    .t1002__addBtn {
    margin: 0 !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    margin-left: 10px !important;
}

.t-store__prod__quantity__minus,
.t-store__prod__quantity__plus {
  background-color: #F9F9F9; /* фон кнопок */
  background-image: linear-gradient(#005DB5, #005DB5), linear-gradient(#005DB5, #005DB5); /* линии */
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% 1px, 1px 50%; /* горизонтальная и вертикальная линии */
  border-radius: 50px;
  display: inline-block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Для минус — только горизонтальная линия */
.t-store__prod__quantity__minus {
  background-image: linear-gradient(#005DB5, #005DB5);
  background-size: 50% 1px;
}

#rec1159097876 .t706__cartwin-content {
    border-radius: 0px !important;
}

@media (max-width: 767px) {
  .t-popup__container.t-popup__container-static.t-popup__container-animated {
    margin-top: 0 !important;
  }
 .t-slds__container{
    background-color:#ffffff;
    width: calc(100% - 40px);
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 0px;
  }
}  

#rec1260323451 .t-popup__close,
#rec1260350991 .t-popup__close,
#rec1260351021 .t-popup__close,
#rec1260351061 .t-popup__close,
#rec1260351091 .t-popup__close,
#rec1260351211 .t-popup__close {
    background-color: #C3001A !important;
    border: 0px !important;
    border-radius: 100px !important;
}

  /* Паддинг сверху для десктопа */
  .t-store.t-store__prod-snippet__container {
    padding-top: 30px !important;
  }

  /* Адаптивный паддинг для экранов до 560px */
  @media screen and (max-width: 560px) {
    .t-store.t-store__prod-snippet__container {
      padding-top: 10px !important;
    }
  }