#shop-map {
    width: 100%;
    height: 25rem;
    margin-bottom: 2rem;
}
@media (min-width: 640px) {
    #shop-map {
        height: 38.1875rem;
        margin-bottom: 4rem;
    }
}

.map-wrapper .filter {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}
.map-wrapper .filter .cell {
    flex: 0 1 33.33%;
}
.map-wrapper .filter .cell select {
    width: 100%;
    max-width: unset;
    border: 2px solid black;
    color: black;
}
.map-wrapper .filter .cell button {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid black;
    border-radius: 0;
    color: black;
    background-color: #e20144;
}