/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 07:24:05 */
/* Natáhne oficiální AOS styly (už nemusíš dávat <link> na AOS do HTML) */
@import url("https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css");

/* Jemné vylepšení výkonu během animace */
.wc-temp { will-change: transform, opacity; }

/* Respekt k preferencím sníženého pohybu */
@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
