.t-store__prod__quantity {border: 1px solid #B31A26;!important;}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 2px solid #B31A26;
    border-radius: 5px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 5px;
    background-color: #f5f5f5;
}
.t-slds__container  {
border-radius: 18px;
}
.t-slds__img, .t760__img, .t-slds__bgimg {
    border-radius: 18px !important;
}

/* Скругление углов у картинок в Блоге */
.t-feed__post-popup__img, .t-feed__post-popup__relevants-bgimg  {
border-radius: 18px;
}
/* Скругление углов у блока TX20 */
.t265__wrapper {
    border-radius: 18px;
    margin: 0px !important;
}
/* видимость белой стрелки у блока подвала на мобильном */
.t452__icon  {
opacity: 0;
}
/* Кнопка в КОРЗИНУ на всю ширину карточки */
.js-store-prod-btn2 {
    width: 100%;
}