/* ==========================================================================
   Wyszukiwarka – input, placeholder, ikona
   ========================================================================== */

.custom-search {
    width: 175px;
    border: 0;
    border-bottom: 1px solid black;
    box-shadow: none;
}

.custom-search::placeholder {
    color: #000;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}