/* AUPHA Pet Shop v62 — carrossel restaurado da capa. */
.mimi-home-hero .hero-visual.hero-gallery {
  position: relative;
  isolation: isolate;
}

.mimi-home-hero .hero-gallery-media {
  background: linear-gradient(145deg, #005b63, #003c42) !important;
  border: 1px solid rgba(255, 224, 130, .34) !important;
  box-shadow: 0 32px 80px rgba(0, 31, 35, .42),
              0 0 0 1px rgba(255, 255, 255, .15),
              0 0 0 7px rgba(255, 255, 255, .055) !important;
}

.mimi-home-hero .hero-gallery-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.mimi-home-hero .hero-gallery-media > .hero-slide {
  object-fit: cover !important;
  object-position: center center !important;
  transition: opacity 1s cubic-bezier(.22, .61, .36, 1),
              visibility 1s, transform 7s ease !important;
  transform: scale(1.035) !important;
}

.mimi-home-hero .hero-gallery-media > .hero-slide.active {
  transform: scale(1) !important;
}

.mimi-home-hero .hero-gallery-shade {
  background: linear-gradient(180deg, rgba(0, 28, 31, .02) 35%, rgba(0, 28, 31, .72) 100%),
              linear-gradient(90deg, rgba(0, 28, 31, .10), transparent 35%) !important;
}

.mimi-home-hero .hero-photo-caption {
  max-width: min(72%, 480px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.mimi-home-hero .hero-photo-caption small {
  letter-spacing: .18em;
  font-weight: 800;
}

.mimi-home-hero .aupha-v62-carousel-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
}

.aupha-v62-carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.aupha-v62-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: width .35s ease, background .35s ease, box-shadow .35s ease;
}

.aupha-v62-carousel-dots button.active {
  width: 29px;
  background: #fec714;
  box-shadow: 0 0 18px rgba(254, 199, 20, .62);
}

@media (max-width: 560px) {
  .mimi-home-hero .hero-gallery-media { aspect-ratio: 1.38 !important; }
  .mimi-home-hero .hero-photo-caption { max-width: calc(100% - 30px); }
  .mimi-home-hero .aupha-v62-carousel-nav { padding-top: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .mimi-home-hero .hero-gallery-media > .hero-slide,
  .aupha-v62-carousel-nav * { transition-duration: .01ms !important; }
}
