/* SOLO MÓVIL: botón BUSCAR con solo la lupa */
@media (max-width: 768px) {
.lp-home-banner-search .lp-search-btn span {
display: none !important; /* Oculta el texto */
}
.lp-home-banner-search .lp-search-btn {
width: 48px !important;
padding: 0 !important;
text-align: center !important;
}
.lp-home-banner-search input[type='text'] {
width: calc(100% - 48px) !important;
}
}