.t-descr_xxs {
    font-size: 14px;
}
.js-product .t-product__option-item {
    border-radius: 10px;
}
.js-product .t-product__option-select {
    width: 100%;
    border: 1px rgb(0 0 0 / 50%) solid;
    background: rgb(255 255 255 / 80%);
    color: #000;
    padding: 2px 30px 2px 10px;
    border-radius: 10px;
}
.js-product .t-product__option-selected_select {
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 50%);
    color: #000;
    border-radius: 10px;
}
.js-product .t-product__option-selected_image .t-product__option-selected-checkmark, .js-product .t-product__option-variants_select .t-product__option-checkmark_image {
    border-radius: 50%;
}
.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    position: absolute;
    content: '';
    border-radius: 50%;
}
.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;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.t-store__card__textwrapper {
    padding-top: 15px;
}
.t-store__card__descr {
    margin-top: 8px;
}
.t-store__card__price-wrapper {
    margin-top: 8px;
}