.js-product .t-product__option-select {
-webkit-appearance: none;
appearance: none;
background: var(--uc-typo-color-dYg8fKW2n);
border: 1px solid #0c1027;
border-radius: 5px;
box-sizing: border-box;
color: #000;
cursor: pointer;
overflow-x: hidden;
padding: 2px 30px 2px 10px;
width: 100%;
    
.t-name_xs {
font-size: 20px !important;
line-height: 1.1 !important;
}

.t-store .t-product__option-title {
padding-bottom: 10px!important;
}
.t-name {
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 500;
    color: #0c1027 !important;
}
.t-text {
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 300;
    color: #0c1027;
}
.t-text_xs {
    font-size: 13px;
    line-height: 1.55;
}