/* Entrada limpa das fichas de imóveis: sem vídeo, linhas animadas ou clarões. */
.smar-portal-v2__video,
.smar-portal-v2__glow,
.smar-portal-v2__frame,
.smar-portal-v2__goldline,
.smar-portal-v2__rail,
.smar-portal-v2__flash {
  display: none !important;
  opacity: 0 !important;
  animation: none !important;
  transition: none !important;
}

.smar-portal-v2__photo {
  transform: scale(1.035) !important;
  filter: brightness(.94) saturate(1) !important;
  will-change: transform, opacity !important;
}

.smar-portal-v2.is-ready .smar-portal-v2__photo {
  animation: smarPropertyCleanReveal .82s cubic-bezier(.16,1,.3,1) both !important;
}

.smar-portal-v2.is-climax .smar-portal-v2__photo {
  filter: brightness(.94) saturate(1) !important;
}

.smar-portal-v2__badge,
.smar-portal-v2__eyebrow,
.smar-portal-v2 h1,
.smar-portal-v2__tagline,
.smar-portal-v2__location,
.smar-portal-v2__price,
.smar-portal-v2__chips,
.smar-portal-v2__actions,
.smar-portal-v2__signature {
  transform: translateY(10px) !important;
  transition: opacity .42s ease, transform .58s cubic-bezier(.16,1,.3,1) !important;
}

.smar-portal-v2.is-ready .smar-portal-v2__badge { transition-delay: .04s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__eyebrow { transition-delay: .08s !important; }
.smar-portal-v2.is-ready h1 { transition-delay: .12s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__tagline { transition-delay: .16s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__location { transition-delay: .20s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__price { transition-delay: .24s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__chips { transition-delay: .27s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__actions { transition-delay: .30s !important; }
.smar-portal-v2.is-ready .smar-portal-v2__signature { transition-delay: .33s !important; }

@keyframes smarPropertyCleanReveal {
  from {
    opacity: .62;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .smar-portal-v2__photo,
  .smar-portal-v2.is-ready .smar-portal-v2__photo,
  .smar-portal-v2__badge,
  .smar-portal-v2__eyebrow,
  .smar-portal-v2 h1,
  .smar-portal-v2__tagline,
  .smar-portal-v2__location,
  .smar-portal-v2__price,
  .smar-portal-v2__chips,
  .smar-portal-v2__actions,
  .smar-portal-v2__signature {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
