.alpa-section-container {
    margin: 10px 15px 10px 15px;
    padding: 0;
    width: calc(100% - 30px);
    min-height: 200px;
}

.list-letter {
    padding: 10px;
    font-size: 21pt;
    font-weight: 600;
    color: #322;
    width: 50px;
    height: 50px;
    position: sticky;
    text-align:center;
    top: 10px;
    background: #ffc018;
    border-radius:50px;
}

.list-item-tile {
    padding: 5px;
    width: 100px;
    height: 50px;
}

.store-link {
    padding: 10px;
    color: #222;
    border-radius: 7px;
    font-weight: 600;
}

.all-stores-card {
    height: auto;
}

.all-stores-card img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.alla-butiker {
    margin: unset;
}