/* большая карточка товара на странице товара */
/* изменить внешний вид кнопок с выбором размера букета */

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DBDCCF;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 6px;
    margin-right: 4px;
    min-height: 40px;
    min-width: 40px;
    padding: 10px;
    border-radius: 40px;
}

/* отступы от кнопок выбора размера букета */

.t762__btn-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* изменить размер шрифта в кнопках выбора размера букета на мобильных устройствах */

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 16px;
    }
}

.t-descr {
    font-weight: 500;
    color: #676661;
}

.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
  color: #41403a;
  margin-top: 30px;
  margin-bottom: 4px;
}

/* кнопки в карточках товаров в блоке с товарами */

.t-store__card__btn {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
;
    max-width: 100%;
    min-width: 48%;
}

@media screen and (max-width: 920px) {
    .t-store__mobile-two-columns .t-store__card__btn.t-btn, .t-store__mobile-two-columns .t-store__card__btn.t-store__card__btn_second.t-btn {
        font-size: 16px;
    }
}

.t-store__card__price-wrapper {
    margin-top: 3px;
}

.t786 .t-store__card__btns-wrapper {
    margin-top: 10px;
}

/* замена цвета иконки избранное */

.t1002__addBtn svg path {
  fill: none;
  stroke: #41403A;
  transition: fill 0.3s ease;
}

.t1002__addBtn_active svg path {
  fill: #B6BE23;
  stroke: #B6BE23; /* зелёный цвет при активации */
}

/* шрифт, размер текста и цвет текста полей в корзине */

.t-text {
    font-family: 'manrope', Arial, sans-serif;
    font-weight: 500;
    color: #41403A;
}

.t-descr {
    font-weight: 500;
    color: #41403A;
}

@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 14px;
    }
}