/**
 * Copyright (c) 2026 DNA Genics, S.L. All rights reserved.
 *
 * Product pages: disable section/content fade-in and scroll-reveal entrance
 * animations so marketing content is visible immediately on first paint.
 * Loaded from _Layout_PublicHome_v2.cshtml when the route action starts with "Product".
 * Does not blanket-disable spinners, loading overlays, modals, or hover transitions.
 */

body.product-page .fade-in,
body.product-page .fade-in-up,
body.product-page .fade-in-visible,
body.product-page .animate-on-scroll,
body.product-page .animate-visible,
body.product-page .animate-fade-in,
body.product-page .animate-fade-in-up,
body.product-page .animate-fade-in-left,
body.product-page .dnagenics-fade-in-up,
body.product-page .dng-fade-in,
body.product-page .dng-fade-in-up,
body.product-page .dng-fade-in-down,
body.product-page .bio-animate-on-scroll,
body.product-page .cib-animate,
body.product-page .g25-animate,
body.product-page .hero-price-display,
body.product-page [data-aos],
body.product-page [class*="-animate-fade-in"],
body.product-page [class*="-animate-fade-in-up"],
body.product-page [class*="-animate-delay-"],
body.product-page [class*="-delay-"],
body.product-page [class$="-animate"],
body.product-page .delay-1,
body.product-page .delay-2,
body.product-page .delay-3,
body.product-page .delay-4,
body.product-page [class$="-hero-label"],
body.product-page [class$="-hero-title"],
body.product-page [class$="-hero-subtitle"],
body.product-page [class$="-hero-lead"],
body.product-page [class$="-hero-cta"],
body.product-page [class$="-hero-stats"],
body.product-page [class$="-hero-badge"],
body.product-page [class$="-hero-prelude"],
body.product-page [class$="-hero-price"],
body.product-page [class$="-trust-badges"] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}
