#rec1811644433 .t-product__option-select{
    color: #151515;
}
/* FIX: вкусы (select/option) на страницах товара tproduct */
.t-store .t-product__option select,
.t-store .t-product__option select option,
.t-store .js-product-option select,
.t-store .js-product-option select option,
.t-store .t-product__option-variants select,
.t-store .t-product__option-variants select option {
  color: #111 !important;
  background: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

/* Чтобы сам select (закрытый) тоже был читаемый */
.t-store .t-product__option select,
.t-store .js-product-option select,
.t-store .t-product__option-variants select {
  border: 1px solid rgba(0,0,0,0.25) !important;
}
/* FIX 2: если бледность идет от обертки попапа товара */
#allrecords .t-store__prod-popup,
#allrecords .t-popup,
#allrecords .t-popup__container,
#allrecords .t-popup__content,
#allrecords .t-store__prod-popup__container,
#allrecords .t-store__prod-popup__content {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* На всякий — элементы внутри попапа тоже */
#allrecords .t-store__prod-popup * {
  filter: none !important;
  opacity: 1 !important;
}

