.business-title{
    font-size: 1.3rem;
}

.typed-search-box {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    /* max-height: 400px; */
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product_search_form {
    position: relative;
}