
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */
/* ===================================================
   CORRECCIÓN DE MENÚ MÓVIL EN STANDARD VIEW (BLUEPRINT)
   =================================================== */
@media screen and (max-width: 767px) {
    
    /* 1. Ocultar enlaces informativos del menú lateral (Footer / Pages) */
    .mobile-menu .PagesMenu,
    #SideContainer .PagesMenu,
    .mobile-menu-inner > ul {
        display: none !important;
    }

    /* 2. Forzar visualización de categorías de productos */
    .mobile-menu #SideCategoryList,
    .mobile-menu .CategoryList,
    #SideCategoryListFlyout,
    #SideCategoryList {
        display: block !important;
    }

    /* 3. Estilo de alto contraste para las categorías */
    .mobile-menu li a,
    #SideCategoryList a {
        color: #FFFFFF !important;
        background-color: #111111 !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        padding: 14px 18px !important;
        border-bottom: 1px solid #222222 !important;
        display: block !important;
    }

    /* Resaltar promociones clave en amarillo fosforescente */
    .mobile-menu a[href*="sale"],
    .mobile-menu a[href*="new"],
    #SideCategoryList a[href*="sale"],
    #SideCategoryList a[href*="new"] {
        color: #FFFF00 !important;
    }
}