/* Заголовок на главной — белый */
#rec898439320 .t778__content .t778__title{
  color:#fff!important;
  font-weight:600!important;
  font-family:'Intro',Arial,sans-serif!important;
}

/* Попап: названия/заголовки/цены — чёрные */
.t-popup .t778__title,
.t-popup .t-store__prod-popup__name,
.t-popup .t-store__prod-popup__name.js-store-prod-name,
.t-popup .js-store-prod-name,
.t-popup .js-product-price,
.t-popup .t778__price-currency,
.t-popup .t-product__option-title,
.t-popup .js-product-edition-option-name,
.t-popup .js-product-edition-option-name *{
  color:#000!important;
  font-family:'Intro',Arial,sans-serif!important;
}

.t-popup .t778__title,
.t-popup .t-store__prod-popup__name,
.t-popup .js-store-prod-name,
.t-popup .js-product-price,
.t-popup .t778__price-currency{
  font-weight:600!important;
}

.t-popup .js-product-edition-option-name,
.t-popup .js-product-edition-option-name *{
  font-weight:500!important;
}

/* Убрать отступы у блока */
.t-rec .t778{
  margin-top:0!important;
  padding-top:0!important;
}

/* Контейнер характеристик */
.t-popup .t778__text-wrapper ul{
  list-style:none;
  padding:0;
  margin:20px 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 30px;
}

.t-popup .t778__text-wrapper ul li{
  background:#f9f9f9;
  padding:10px 14px;
  border-radius:8px;
  font-size:14px;
  color:#232323;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
}

.t-popup .t778__text-wrapper ul li strong{
  font-weight:600;
  color:#ed4220;
  margin-right:8px;
}

/* Селект */
.t-product__option-variants{ position:relative!important; }

.t-product__option-select{
  width:100%!important;
  padding:10px 40px 10px 14px!important;
  border:1px solid #ccc!important;
  border-radius:6px!important;
  background:#fff!important;
  font-size:14px!important;
  color:#333!important;
  cursor:pointer!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  background-image:none!important;
  line-height:1.4!important;
  height:44px!important;
}

.t-product__option-variants::after{
  content:"▼";
  font-size:12px;
  color:#666;
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  pointer-events:none;
}

/* Размер названия товара */
.t-store__prod-popup__name{
  font-size:36px!important;
  line-height:1.3!important;
}

/* Кнопка */
.t-store__prod-popup__btn{
  display:inline-block;
  width:50%!important;
  text-align:center;
}
