 
.js-product .t-product__option-item:hover { 
    color: #ffa07a !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid rgba(0,0,0,.5);
    background: #f9c439;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: calc(100% + -0px);
    height: calc(100% + -0px);
    border: 2px solid #f9c439
}

.js-product .t-product__option-title_radio {
    overflow: hidden;
    display: block;
    max-width: 100%;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
}
 
.js-product .t-product__option-title_radio:hover { 
    color: #f9c439 !important;
}

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: #f9c439;
}

.js-product .t-store__prod-popup__brand .t-descr .t-descr_xxs {
    font-family: 'TildaSans',Arial,sans-serif;
    font-weight: 400;
    color: white;
}

