.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.search-area{position:relative;z-index:120}
.search-area .buscador{appearance:none;-webkit-appearance:none;background:#fff;color:#111827}
.search-area .buscador::-webkit-search-cancel-button{cursor:pointer}
.buscador-resultados{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 50px rgba(0,0,0,.25);overflow:hidden;z-index:9999;color:#111827;max-height:min(520px,70vh)}
.buscador-resultados[hidden]{display:none!important}
.buscador-resultados-encabezado{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eef0f3;background:#fafafa}
.buscador-resultados-encabezado span{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.buscador-resultados-encabezado small{font-size:12px;color:#6b7280}
.buscador-resultados-lista{max-height:400px;overflow-y:auto}
.buscador-resultado-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 14px;text-decoration:none;color:#111827;border-bottom:1px solid #f0f1f3;transition:background .18s ease}
.buscador-resultado-item:hover,.buscador-resultado-item.activo{background:#faf5ff;color:#111827}
.buscador-resultado-item img{width:64px;height:64px;object-fit:contain;background:#fff;border:1px solid #edf0f3;border-radius:8px}
.buscador-resultado-info{display:flex;flex-direction:column;min-width:0;gap:5px}
.buscador-resultado-info strong{font-size:14px;line-height:1.3;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.buscador-resultado-info small{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.buscador-resultado-precio{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}
.buscador-resultado-precio b{font-size:15px;color:#111827}
.buscador-precio-anterior{font-size:11px;color:#9ca3af;text-decoration:line-through}
.buscador-ver-todos{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;text-decoration:none;font-size:13px;font-weight:700;color:#9c1ccc;background:#fff}
.buscador-ver-todos:hover{background:#faf5ff;color:#7e16a8}
.buscador-estado,.buscador-sin-resultados{display:flex;align-items:center;gap:13px;padding:22px 18px;color:#4b5563}
.buscador-estado i,.buscador-sin-resultados>i{font-size:22px;color:#b720eb}
.buscador-sin-resultados div{display:flex;flex-direction:column;gap:4px}
.buscador-sin-resultados strong{font-size:14px;color:#111827}
.buscador-sin-resultados span{font-size:12px;color:#6b7280}
@media(max-width:768px){.search-area{z-index:150}.buscador-resultados{position:fixed;top:auto;left:12px;right:12px;margin-top:8px;max-height:60vh}.buscador-resultado-item{grid-template-columns:54px minmax(0,1fr);padding:10px}.buscador-resultado-item img{width:54px;height:54px}.buscador-resultado-precio{grid-column:2;align-items:flex-start;flex-direction:row;gap:8px}.buscador-resultado-info strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}

/* El desplegable debe quedar por encima del menú principal */
.header{
    position:relative;
    z-index:300;
    overflow:visible;
}

.header .container,
.header-wrapper,
.search-area{
    overflow:visible;
}

.search-area{
    z-index:320;
}

.buscador-resultados{
    top:calc(100% + 8px);
    z-index:5000;
}

.menu-principal{
    position:relative;
    z-index:60;
}

@media (max-width:768px){
    .header{
        z-index:300;
    }

    .buscador-resultados{
        position:absolute;
        top:calc(100% + 8px);
        left:0;
        right:0;
        margin-top:0;
        max-height:60vh;
    }
}
