html, body { 
   text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.t-feed__slider-grid__content {
    padding: 0px 0px 0px !important;
}
#rec794803035 .t-section__title {
    margin-bottom: 55px !important;
}
.t-radio__wrapper-delivery {
    margin-top: 10px !important;
}
.t951 .t-store__filter__chosen-bar {
    display: none;
}
.t-store__card__mark {
    width: 35px;
    height: 30px;
    padding: 2px 5px;
    box-sizing: unset;
    border-radius: 5px;
}
.t451__container.t451__panel {
    height: 45px!important;
}
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    right: 10px;
    top: 10px;
    border-radius: 10%;
}
.t1002__addBtn {
    width: 26px;
    height: 26px;
    box-sizing: unset;
}

#t-store__filter__prods-number.js-store-filters-prodsnumber-wrap.t-descr.t-descr_xxs {
    display: none;
}

#city-searchbox {
    display: none;
}

#delivery-full-address.t-descr {
    display: none;
}

.t706__cartwin-totalamount-wrap .delivery-full-address {
    display: none;
}

#field-title_1713345721932 {
    display: none;
}

#delivery-hint {
    font-weight: bold;
    color: black;
}

.t-store__load-more-btn-wrap {
    display: none;
}

/* Стили для больших экранов (больше или равно 768px) */
@media screen and (min-width: 768px) {
    .t-store__search-wrapper {
        display: none;
    }
    .t-container {
    max-width: 1250px;
    }
}
@media screen and (max-width: 960px) {
  #rec794852092 .t-section__title {
    margin-bottom: 5px !important;
  }
    .t-feed__container .t-feed__parts-switch-wrapper {
    margin-bottom: -20px !important;
    }
    .t-feed__buttons-wrapper {
    margin-top: -40px !important;
    }
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 10px !important;
  }
}

/* Стили для мобильных устройств (меньше 768px шириной) */
@media only screen and (max-width: 767px) {
    
    #rec735170749 {
        display: none;
    }
    .t-slds__bullet_wrapper {
    display: none;
    }
    .t-feed__container .t-feed__parts-switch-wrapper {
    margin-bottom: 0px !important;
    }
    .t-feed__button-wrapper:last-child {
    margin-top: 40px !important;
    }
    .t734__wrapper {
    padding: 20px 0 !important;
    }
    .t1002__addBtn {
    transform: scale(1) !important;
    }
    div.t-store__parts-switch-wrapper.t-align_center {
        display: none !important;
    }

    #rec735143144 {
        padding-top: 30px !important;
        padding-bottom: 5px !important;
    }

    .js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_left.t-item {
        margin-bottom: 30px !important;
    }
    
    .js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_center.t-item {
        margin-bottom: 30px !important;
    }

    .t-store__filter__prods-number.js-store-filters-prodsnumber-wrap.t-descr.t-descr_xxs {
        display: none;
    }

    .t-store__filter__chosen-wrapper.js-store-opts-chosen-wrapper {
        display: none;
    }

    .t1002__addBtn {
        transform: scale(0.7);
    }
}
.t975__list-item {
    padding: 2px 2px 2px;
}

/* Неактивное состояние */
.t-product__option-item {
  background-color: #fff !important;   /* Белый фон */
  color: #999 !important;              /* Серый текст */
  border: 1px solid #ddd !important;   /* Светло-серая рамка */
  transition: all 0.3s ease;           /* Плавный переход */
}

/* Активное состояние */
.t-product__option-item_active {
  background-color: #82aa2b !important; /* Зеленый фон */
  color: #fff !important;               /* Белый текст */
  border: 2px solid #82aa2b !important; /* Жирная рамка */
}

/* Дополнительно уточним цвет текста внутри активного варианта */
.t-product__option-item_active .t-product__option-title {
  color: #fff !important;
}

/* Скрывает блок с классом tmst-main__card-addresses */
section.tmst-main__card-addresses {
    display: none !important;
}

/* Скрывает ссылку в шапке или выпадающем меню с текстом "Мои адреса" */
a[href="/members/addresses"].tlk-userbar__popup-courses-link {
    display: none !important;
}

.js-saved-addresses-wrap {
    display: none !important;
}

.js-saved-addresses-warning {
    display: none !important;
}

.js-saved-addresses-wrap t-input-group t-input-group_nm {
    display: none !important;
}
.tlk-popup__container {
    background-color: white !important;
}