#rec1497494391 .t-item:nth-child(-n+4) {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  overflow: hidden;
}

#rec1497494391 .t-item:nth-child(-n+4):hover {
  transform: scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
}

/* фон текста делаем прозрачным, но не трогаем картинки и иконки */
#rec1497494391 .t-item:nth-child(-n+4) .t-text,
#rec1497494391 .t-item:nth-child(-n+4) .t-descr,
#rec1497494391 .t-item:nth-child(-n+4) .t-name {
  background: transparent !important;
}
/* Мягкое премиум-свечение при наведении */
.t-store__card:hover {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.25),
              0 0 40px rgba(0, 255, 200, 0.15);
  transform: scale(1.03);
  transition: all 0.35s ease;
}

.t-store__card {
  transition: all 0.35s ease;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}


новый блок

/* ===== ВОССТАНОВЛЕНИЕ ПРЕМИУМ-КНОПКИ И МЕНЮ (надежный, компактный) ===== */
#rec1514460331 .t-btn {
  position: relative !important;
  color: #ffffff !important;
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(0,255,200,0.28) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  box-shadow: 0 0 18px rgba(0,255,200,0.28) !important;
  z-index: 10 !important;
  animation: uc-breathe-visible 4.2s ease-in-out infinite !important;
}

/* Hover — сильное, заметное свечение */
#rec1514460331 .t-btn:hover {
  background: rgba(255,255,255,0.16) !important;
  box-shadow:
    inset 0 0 18px rgba(0,255,200,0.6) !important,
    0 0 60px rgba(0,255,200,0.6) !important;
  transform: translateY(-3px) scale(1.06) !important;
  color: #ffffff !important;
  border-color: rgba(0,255,200,0.6) !important;
}


/* Меню — подсветка ссылок при hover (без изменения фона шапки) */
#rec1514460331 .t-menu__link-item:hover,
#rec1514460331 a:hover {
  color: #00ffc8 !important;
  text-shadow: 0 0 12px rgba(0,255,200,0.85) !important;
}
