.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 8px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border-radius: 8px;
}

.t-name_md {
    font-size: 26px;
}


.t-store__card__btn {
    max-width: 70%;
}
/*лого в навигации меню бургер*/
.t450__logoimg {
    border-radius: 8px;
    margin-top: 20px;
}

/* Залипание кнопок вверху*/
.uc-button-sticky-up {
	position: sticky;
	position: -webkit-sticky;
	z-index: 1999;
	top: 0px;
}
/* Залипание кнопок внизу*/
.uc-button-sticky-mob {
 width: 300px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 1000;
}

