.CCProductRating__stars svg {
    fill: #878787 !important;
}

.CCReviewsList__title, .CCReviewsList__empty, .CCProjectLink a span {
  color: #ccc !important;
}

.tlk-userbar__user-image, .tlk-userbar_store .tlk-userbar__user-image {
  background-image: linear-gradient(0.25turn,rgb(255, 203, 168) 0%,rgb(230, 181, 140) 100%) !important;
}

.t898__btn_label {
    background-image: linear-gradient(0.25turn,rgb(255, 203, 168) 0%,rgb(230, 181, 140) 100%) !important;
}

    /* Скрытие артикула, стоимости и сроков доставки */
    .t-store__card__sku,
    .delivery-minimum-time,
    .delivery-minimum-price {
        display: none !important;
    }

    /* Обязательный показ кнопки в попапе */
    .t-store__prod-popup__btn {
        display: inline-block !important;
    }

    /* Скрытие ссылки покупки которая была вместо кнопки */
    .js-store-prod-all-text strong a {
        display: none !important;
    }

    /* Показ кнопки вместо ссылки */
    .js-store-prod-all-text strong u a {
        display: inline-block !important;
        background-color: #333;
        padding: 10px 34px;
        border: none;
        color: #fff !important;
        font-family: Roboto Condensed;
        font-weight: 400;
        text-transform: lowercase;
        transition-duration: 0.2s;
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* Наведение на кнопку из ссылки */
    .js-store-prod-all-text strong u a:hover {
        background-color: #ffbe56 !important;
        color: #333 !important;
    }

    /* Лейбл из наклонного текста */
    .js-store-prod-all-text em {
        color: #666 !important;
        background-color: #eee;
        padding: 10px;
        font-size: 12px;
        text-transform: lowercase;
    }

@media screen and (max-width: 960px) {
    .t-store__card__imgwrapper {
        padding-bottom: 80% !important;
    }

    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }

    .store__card__wrap_txt-and-opts.store__card__has-btns {
        margin-bottom: 10px !important;
    }

    .t-store__card .t-typography__title {
        line-height: 1.25 !important;
    }

    .t-store__card__price-wrapper {
        margin-top: 8px !important;
    }

    .t-store__card__imgwrapper .t1002__addBtn,
    .t1002__picture-wrapper .t1002__addBtn {
        right: 0px !important;
        top: 0px !important;
    }
    
    .t-store__card__btn {
 height: 36px !important;
}
}





@media screen and (max-width: 640px) {
.t-store__grid-cont_mobile-one-row .t-store__card-list, .t-store__grid-cont_mobile-one-row {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .t-store__prod-popup__container .t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card, .t-store__prod-snippet__container .t-store__grid-cont_mobile-one-row.t-store__relevants-grid-cont .t-store__card {
max-width: 48% !important;
    padding-bottom: 40px !important;
    margin: 0 !important;
}

.t-store__relevants__container .t-store__scroll-icon-wrapper {
	display: none !important;
}
  .t-store__relevants__title {
	margin: 40px 0 !important;
}
}