/* Стили для основного элемента */
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 26px!important;
    width: 26px!important;
    position: relative; /* Добавьте, если псевдоэлемент позиционируется абсолютно */
}
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {

    height: 28px;
    width: 28px;
}


/* Отдельное правило для псевдоэлемента */
.js-product .t-product__option-variants_buttons .t-product__option-input:checked + .t-product__option-checkmark_color:before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    content: "";
    height: calc(100% + 8px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 8px);
}

.js-product .t-product__option-select {
    -webkit-appearance: none;
    appearance: none;
    background: #F7F3ED;
    border: 1px solid #D7D3CE;
    border-radius: 0px;
    box-sizing: border-box;
    color: #891E06;
    cursor: pointer;
    overflow-x: hidden;
    padding: 2px 30px 2px 10px;
    width: 100%;
}


/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #FCF9F4; 
} 
body.t-body { 
 background-color: #FCF9F4 !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 
    


