/* Catálogo de productos — móvil / tablet (≤992px) */
#productos_destacados_mobile {
    display: none;
}

@media (max-width: 992px) {
    #main_banner_section {
        height: auto !important;
        min-height: 55vh;
    }

    #productos_destacados_mobile {
        display: block;
    }

    #products {
        display: none !important;
    }

    .cta_img_productos {
        display: none !important;
    }

    #product_links {
        margin: 0 !important;
        padding: 14px 16px 30px;
        display: block !important;
    }

    .product-links-mobile-header {
        display: block;
        text-align: center;
        margin-bottom: 18px;
    }

    .product-links-mobile-header__title {
        font-family: 'Poppins', 'GothamBold 2', sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #1c252b;
        margin: 0;
        line-height: 1.3;
    }

    .product-links-mobile-header__title-accent {
        color: #0e7a86;
    }

    .product-links-mobile-header__subtitle {
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-size: 12.5px;
        color: #8a949b;
        margin: 7px 0 0;
    }

    #product_links .difuminado-rd,
    #product_links .label-susucripcion-mensual-rd,
    #product_links .productCard_rd_price,
    #product_links .productCard_rd_price_accent,
    #product_links .pleca-verde-rd {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .product-links-mobile-header {
        display: none;
    }

    #productos_destacados_mobile {
        display: none;
    }
}
