/* ============================================
   OPCards — Animations
   Subtle and professional
   ============================================ */

@keyframes opcardsFadeIn {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

.opcards-card,
.opcards-product-card,
.opcards-featured-section .wp-block-heading {
	animation: opcardsFadeIn 0.4s ease-out both;
}

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