.locations__info-out_of_stock-text a {
    text-decoration: underline
}

.locations__mark:before {
    animation: mapShine 2s linear infinite;
    animation-delay: -1s;
    border-radius: 9999px;
    content: "";
    height: .875rem;
    position: absolute;
    width: .875rem
}

.locations__mark.--premium .locations__mark-core {
    background-color: #b739f2
}

.locations__mark.--both: before {
    animation-delay:.7s;
    box-shadow: 0 0 1px 1px #b739f2,0 0 1px 1px #b739f2
}

.locations__mark .--blue: before {
    animation-delay:.1s;
    box-shadow: 0 0 1px 1px #1b57c4,0 0 1px 1px #00f
}

@media(min-width: 767px) {
    .locations__mark:before {
        height:1.875rem;
        width: 1.875rem
    }

    .locations__mark.--both: before {
        box-shadow:0 0 10px 5px #b739f2,0 0 1px 2px #b739f2
    }

    .locations__mark .--blue: before {
        box-shadow:0 0 10px 5px #1b57c4,0 0 1px 2px #00f
    }
}
