/****************12.11.2025**************/
@media (max-width: 2000px) {
  div.t-store__grid-cont .t-store__card-list {
    row-gap: 0px !important;
  }
}

.t-store__card__wrap_txt-and-btns {
  position: relative;
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 99999999999;
}

.t-btn.t-btnflex.t-btnflex_type_button2.t-btnflex_sm.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second {
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper a + a {
  max-width: 40%;
  margin-left: auto;
  
  border-radius: initial;
  z-index: 99999999999;

  height: 70%;
}
.t706__bubble-container {
  display: none;
}

.js-store-price-wrapper:not(.t-store__prod-popup__info .js-store-price-wrapper)::after{
  content:'';
  width: 60px;
  height: 30px;
  background-image: url("https://static.tildacdn.com/tild3531-6434-4732-b165-656233663463/__.svg");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #1c1b29;
  /*background-color: #a49ae3;*/
  border-radius: 30px;
}
.js-store-price-wrapper:not(.t-store__prod-popup__info .js-store-price-wrapper) {
  display: flex;
  justify-content: space-evenly;
}
.js-store-prod-name.js-product-name:not(h1) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.t-store__card__btns-wrapper:not(.t-store__prod-popup__info .js-store-price-wrapper){
display: flex;
  opacity: 0;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
/***************** ↓↓↓↓↓↓ много синтаксических ошибок перепроверьте ↓↓↓↓↓↓ **********************/

/*Кнопки карточки товара*/
.t-btn_sm {
    height: 50px; !important;
    font-size: 12px; !important;
    padding-left: 20px; !important;
    padding-right: 20px; !important;
}

.t-store__mobile-two-columns .t-store__card__btn.t-btn {
    font-size: 12px;
}

.t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
    font-size: 12px;
}

.t-store__prod__quantity {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 4px 8px 0;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    height: 50px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/*Скругление карточки товара*/
.t-store__card__bgimg, .t-store__card__bgimg_second {
      border-radius: 25px !important;
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.0; !important;
}

.t-descr {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 500;  !important;
    color: #1C1B29;  !important;
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #a49ae3;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #fff;
    border: 1px solid #ebebf0;
}

/*Размер иконки Скидки и Избранрго в моб.*/
.t1002__addBtn {
    width: 35px;
    height: 35px;
}

.t-store__card__mark {
    font-weight: 500;
    font-size: 8px;
    width: 35px;
    height: 35px;
}

/*Стиль табов в карточке товара*/
.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid rgb(235 235 240);  !important;
    
    
    /* Убираем стандартный бордер и обводку кнопки */
.js-store-buy-btn.t-icon-btn {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow .2s ease, transform .15s ease;
}

/* Hover-состояние (можешь изменить под стиль сайта) */
.js-store-buy-btn.t-icon-btn:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transform: translateY(-1px);
}

/* Заменяем текст "В корзину" на иконку */
.t-store__card__btn-text {
  font-size: 0 !important; /* скрываем текст, не ломая высоту кнопки */
  line-height: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Добавляем SVG-иконку (цвет #A49AE3) */
.t-store__card__btn-text::after {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #A49AE3;
  -webkit-mask: url("https://static.tildacdn.com/tild3063-3432-4634-b132-336534383833/icon_bag.svg") no-repeat center;
          mask: url("https://static.tildacdn.com/tild3063-3432-4634-b132-336534383833/icon_bag.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: opacity .2s ease;
}

/* Hover — затемняем иконку */
.t-store__card__btn:hover .t-store__card__btn-text::after {
  opacity: .7;
}








