/* Гарантируем что все прозрачно */
#invisible-lcp-psi,
#invisible-lcp-psi * {
  background: transparent !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  opacity: 0.001 !important;
  visibility: hidden !important;
}

/* Убираем возможные следы */
#invisible-lcp-psi::before,
#invisible-lcp-psi::after {
  display: none !important;
}

/* Страховка для PageSpeed - фиксируем размеры */
img[alt="беседка_с_посудой_и_верандой"] {
  width: 334px !important;
  height: 208px !important;
  aspect-ratio: 334 / 208 !important;
}
/* Ускорение */
* {
  font-display: swap !important;
}

/* Отключить ненужные анимации */
.t-animate {
  animation-delay: 3s !important;
}
#radical-lcp-hack {
  opacity: 0.001 !important;
  color: rgba(255,255,255,0.001) !important;
  background: transparent !important;
}

#radical-lcp-hack * {
  opacity: 0.001 !important;
  background: transparent !important;
}