.t-product__option-input[value*="Покраска в любой цвет"] + div {
    background-image: url(https://static.tildacdn.com/tild6266-3437-4865-b739-633135663831/Rectangle_76_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/*Стиль значения варианта*/
.t-product__option-item {
    border: none !important;    /*Удаляем стандартный бордер*/
    outline: 1px solid #A4A4A4; /*Добавляем свой бордер*/
    border-radius: 4px; /*Скругление углов*/
    padding: 8px 16px !important;   /*Отступы внутри кнопки*/
}

.t-product__option-item_active {
    outline: 1px solid #000000; /*обводка активной кнопки*/
}
.t-product__option-item .t-product__option-title {
    font-size: 12px;    /*Размер текста внутри кнопки*/
}
.js-store-prod-all-charcs {
    display: none;  /*Скрываем характеристики*/
}
.js-product .t-product__option-item_radio .t-product__option-input +.t-product__option-checkmark.t-product__option-checkmark_color:before {
    display: none;
}
.js-product .t-product__option-item_radio .t-product__option-input:checked +.t-product__option-checkmark.t-product__option-checkmark_color:after {
    display: none;
}
.js-product .t-product__option-variants_custom.t-product__option-variants_radio {
    flex-direction: row !important;
}
form.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_radio.t-product__option-variants_color {
    margin: 5px 5px 20px 0px;
    gap: 10px;
}
form.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_buttons {
    padding-top: 5px;
}
label.t-product__option-item.t-product__option-item_radio.t-product__option-item_color {
    width: 150px;
    margin-bottom: 0px;
}
label.t-product__option-item.t-product__option-item_radio.t-product__option-item_color:last-child {
    width: 310px;
}
.js-product-edition-option-name.t-product__option-title.t-typography__options.t-descr.t-descr_xxs {
    font-weight: 700;
}
a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_xs {
    width: 100% !important;
    height: 40px !important;
}
span.t-product__option-title.t-product__option-title_radio.t-product__option-title_color.t-typography__options.t-descr.t-descr_xxs {
    font-weight: 400;
}
.t-store__prod-popup__info .t1002__addBtn {
    border-radius: 5px !important;
    border: 1px solid #000000 !important;
}
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: #ffffff00 !important;
}
.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
    font-size: 16px;
}
@media screen and (max-width: 480px) {
.t450__right_buttons_but {
    width: 100%;
}
.t450__right_buttons_but a.t-btn.t-btn_sm {
    width: 100% !important;
}
}
@media screen and (max-width: 439px) {
.t1002__picture-wrapper .t1002__addBtn {
    right: -3px !important;
    top: -3px !important;
}
}
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}
}
.t-store__prod-snippet__container {
    padding-top: 0px;
}