a,
button,
.product-card,
.filter-btn,
.nav-link,
.swatch,
.slider-btn,
.fab-whats,
.fab-ig,
.card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    filter 0.2s ease;
}

a:hover,
button:hover,
.product-card:hover,
.filter-btn:hover,
.nav-link:hover,
.swatch:hover,
.slider-btn:hover,
.fab-whats:hover,
.fab-ig:hover,
.card:hover {
  transform: translateY(-2px);
}

.btn-grad:hover,
.btn-ol:hover,
.btn-ghost:hover,
.slider-btn:hover,
.card:hover {
  box-shadow: var(--shadow-md);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
