/* AUPHA PET SHOP V52
   Área restrita discreta no topo + hero único sem numeração. */

.mimi-home-hero .hero-gallery-controls {
  display: none !important;
}

.nav-shell .nav-actions .restricted-link {
  background: rgba(7, 59, 61, .065) !important;
  color: #0b6668 !important;
  -webkit-text-fill-color: #0b6668 !important;
  border: 1px solid rgba(7, 91, 94, .20) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  opacity: .92 !important;
}

.nav-shell .nav-actions .restricted-link:hover {
  background: rgba(7, 91, 94, .10) !important;
  color: #064f51 !important;
  -webkit-text-fill-color: #064f51 !important;
  border-color: rgba(7, 91, 94, .34) !important;
  box-shadow: 0 6px 16px -12px rgba(4, 60, 62, .7) !important;
  opacity: 1 !important;
}

.nav-shell .nav-actions .restricted-link:focus-visible {
  outline: 2px solid rgba(7, 145, 149, .32) !important;
  outline-offset: 2px !important;
}

@media (max-width: 650px) {
  .nav-shell .nav-actions .restricted-link {
    min-height: 34px !important;
    padding: 8px 10px !important;
    font-size: 8px !important;
  }
}
