/* DIMACEA | Extraído de index.html | bloque CSS 4 */

@media (max-width: 768px) {

            #weeklyHitsCard,
            #deliveryControlCard,
            #buyCard,
            #noBuyCard,
            #topProductsCard,
            #top10Card {
                content-visibility: auto;
                contain-intrinsic-size: 600px;
            }

            .animate-slide-in,
            .live-swing {
                animation: none !important;
            }

            * {
                -webkit-tap-highlight-color: transparent;
            }
        }

        body.theme-switching *,
        body.theme-switching *::before,
        body.theme-switching *::after {
            transition: none !important;
        }
