/* === Карточка: фон, тень, равная высота, сетка 3 в ряд === */
#rec1230906071 .t778__wrapper{
  background:#fff;
  border-radius:16px;
  box-shadow:0 12px 36px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
  height:100%;
  display:flex;
  flex-direction:column;
  padding:18px 18px 22px;
}

/* Верх: изображение в собственной «рамке» */
#rec1230906071 .t778__imgwrapper{
  background:#f7f6f8;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
  padding:14px;
  margin-bottom:16px;
  min-height:210px;               /* фикс высота под фото */
  display:flex;align-items:center;justify-content:center;
}
#rec1230906071 .t778__bgimg{
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  width:100%; height:180px;       /* контроль размера картинки */
}

/* Заголовок */
#rec1230906071 .t778__title{
  text-align:center;
  font-weight:700;
  font-size:18px;
  line-height:1.35;
  color:#0f172a;
  margin:2px 0 8px;
}

/* Описание — превращаем в аккуратные буллеты */
#rec1230906071 .t778__descr{margin:0 0 16px;padding:0;}
#rec1230906071 .t778__descr ul{
  margin:0; padding-left:18px; text-align:left; color:#111827;
}
#rec1230906071 .t778__descr li{ margin:6px 0; }

/* Цена/SALE скрыть (как на примере) */
#rec1230906071 .t778__price-wrapper,
#rec1230906071 .t778__markwrapper{ display:none; }

/* Кнопки: оставляем одну основную и прижимаем вниз */
#rec1230906071 .t778__btn-wrapper{
  margin-top:auto; display:flex; justify-content:center; gap:12px;
}
#rec1230906071 .t778__btn.t-btnflex_type_button{
  border-radius:999px;
  padding:12px 22px;
  font-weight:600;
  background:#2F80ED;
  color:#fff;
  border:none;
}
#rec1230906071 .t778__btn.t-btnflex_type_button:hover{ filter:brightness(.92); }
#rec1230906071 .t778__btn_second{ display:none; } /* вторую (Buy now) скрываем */

/* Убираем подчёркивание с кликабельных частей */
#rec1230906071 a.js-product-link,
#rec1230906071 a.js-product-link:hover{ text-decoration:none; }

/* Мобильные правки */
@media (max-width: 640px){
  #rec1230906071 .t778__imgwrapper{min-height:170px;}
  #rec1230906071 .t778__bgimg{height:150px;}
}
