.store-search button {
    padding: 6px 10px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.store-search input {
    padding: 6px;
    font-size: 17px;
    border: none;
    flex-grow: 1;
}

.transition-200 {
    transition: 200ms;
}

.store-item:hover {
    box-shadow: 0px 0px 5px 0px #c3c3c3;
    cursor: pointer;
}

.store-badge {
    width: 16px;
    height: 16px;
}

