<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.lazy{
  opacity: 0;
}
img.lazy.lazy_loaded{
  opacity: 1;
}
#smp_main_content.catalog .catalogList_item img{
  transition: .3s ease;
}</pre></body></html>