/*
 * Ana sayfa: section scroll animasyonları kapalı — içerik anında görünür.
 */
body.sellzy-index-page .wow.animate__animated {
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}
