/* Texto solo para lectores de pantalla */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Botón flotante 360° sobre la imagen */
.product-360-btn {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 3;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
  padding: .5rem;
  cursor: pointer;
  transition: all .3s ease;
}

.product-360-btn:hover {
  background: rgba(255,255,255,1);
}

/* Foco visible accesible */
.btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Oculto genérico del visor inline */
.is-hidden { display: none !important; }
