/* 1) Прячем цену только в карточках витрины (grid-представление) */
.t786__col.t-item .t786__price-wrapper {
  display: none !important;
}

/* 2) Показываем цену строго внутри попапа */
.t-popup__container .t786__price-wrapper {
  display: block !important;
}

#rec1114293306 .t1056__text a {
  text-decoration: none;
  transition: all 0.2s ease;
}

#rec1114293306 .t1056__text a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}