/* index.html ile yasal sayfalar: menü / sepet / favori / arama panel süreleri (site-navbar-home-mirror.css kullanır) */
:root {
    --ph-pane-duration: 1.12s;
    --ph-pane-ease: cubic-bezier(0.22, 0.88, 0.04, 1);
    --ph-pane-overlay-duration: 1.12s;
    --ph-pane-overlay-ease: cubic-bezier(0.22, 0.88, 0.06, 1);
    --ph-nav-search-width-dur: 0.92s;
    --ph-nav-search-width-ease: cubic-bezier(0.2, 0.85, 0.05, 1);
}

@media (prefers-reduced-motion: reduce) {
    :root {
        --ph-pane-duration: 0.22s;
        --ph-pane-overlay-duration: 0.22s;
        --ph-nav-search-width-dur: 0.22s;
    }
}
