.storeloc {
    background: white;
    font-family: "Dinamit", serif;
    color: #102335;
}
.storelocSearch {
    box-shadow: none;
    margin: 16px 0;
    padding: 0;
}
.storelocSearch__top {
    flex-direction: column;
    background: #F8F8F8;
    border-radius: 28px;
    padding: 16px;
    box-shadow: none;
}
@media (min-width: 992px) {
    .storelocSearch__top {
        flex-direction: row;
        border-radius: 76px;
   }
}
.storelocGeolocateMobile {
    display: none !important;
}
.storelocGeolocateDesktop {
    display: block !important;
    order: 0;
    width: 100%;
    font-size: 10px;
    font-family: "Dinamit", serif;
    font-weight: 600;
    background-color: transparent;
    color: #102335;
    border: 1px solid #102335;
    height: unset;
    padding: 12px 16px 10px;
    border-radius: 30px;
    text-transform: none;
}
@media (min-width: 992px) {
    .storelocGeolocateDesktop {
        padding: 16px 24px 12px;
        font-size: 12px;
        flex-shrink: 0;
        width: max-content;
   }
}
.storelocGeolocateDesktop img {
    display: none;
}
.storelocGeolocateDesktop:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3rem;
    content: "\e906";
    font-size: 1.2em;
    position: relative;
    left: 4px;
    top: 1px;
}
@media (hover: hover) {
    .storelocGeolocateDesktop:hover, .storelocGeolocateDesktop:focus {
        background-color: transparent;
        border-color: #ba4e8e;
        color: #ba4e8e;
   }
}
.storelocSearch__or {
    display: block !important;
    order: 1;
    font-family: "Dinamit", serif;
    font-size: 12px;
    color: #102335;
}
@media (min-width: 992px) {
    .storelocSearch__or {
        width: unset;
        flex: 0;
        padding: 0 16px;
   }
}
.storelocSearchField {
    order: 2;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 992px) {
    .storelocSearchField {
        flex-direction: row;
        width: 70%;
        flex-shrink: 0;
   }
}
.storelocSearchField__input {
    font-family: "Dinamit", serif;
    border-radius: 30px;
    height: unset;
    padding: 16px 16px 12px;
    font-size: 14px;
}
.storelocSearchField__suggestions {
    z-index: 10;
}
.storelocSearchField__btn {
    display: block !important;
    width: 100%;
    font-size: 10px;
    font-family: "Dinamit", serif;
    font-weight: 600;
    background-color: #96C9D4;
    color: #102335;
    border: 1px solid #96C9D4;
    height: unset;
    padding: 12px 16px 10px;
    border-radius: 30px;
    text-transform: none;
}
@media (min-width: 992px) {
    .storelocSearchField__btn {
        padding: 16px 24px 12px;
        font-size: 12px;
        flex-shrink: 0;
        width: max-content;
   }
}
.storelocSearchField__btn:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3rem;
    content: '\e90b';
    font-size: 1em;
    position: relative;
    left: 4px;
    top: 1px;
}
@media (hover: hover) {
    .storelocSearchField__btn:hover, .storelocSearchField__btn:focus {
        background-color: #ba4e8e;
        border-color: #ba4e8e;
        color: #fff;
   }
}
.storelocSearchField__btn-mobile {
    display: none !important;
}
.storelocMaptoggle {
    appearance: none;
    padding: 0;
    background-color: transparent;
    color: #102335;
    font-size: 12px;
    font-family: "Dinamit", serif;
    font-weight: 600;
    font-style: underline;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
@media (hover: hover) {
    .storelocMaptoggle:hover, .storelocMaptoggle:focus {
        color: #ba4e8e;
   }
}
.storeloc__panelContainer {
    width: auto;
}
@media (min-width: 992px) {
    .storeloc__panelContainer {
        padding: 0;
   }
    .storeloc__panelContainer:has(.storelocPanel.open) {
        width: 70%;
        min-width: 370px;
   }
}
@media (max-width: 991px) {
    .storeloc__mapContainer {
        padding: unset !important;
   }
}
@media (min-width: 992px) {
    .storelocMap {
        border-radius: 16px;
        overflow: hidden;
   }
}
@media (min-width: 992px) {
    .storelocPanel.open {
        width: 100%;
        padding-right: 20px;
   }
}
.storelocPanel__results {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .storelocPanel__results {
        font-size: 16px;
   }
}
.storelocCard {
    border: 1px solid #F8F8F8;
    background: #F8F8F8;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 8px;
}
.storelocCard:first-child:not(.storelocCard--duplicate) {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .storelocCard:first-child:not(.storelocCard--duplicate) {
        margin-top: 0;
   }
}
.storelocCard--highlighted, .storelocCard--duplicate, .storelocCard:hover {
    border-color: #E8E9EB;
    background: white;
}
.storelocCard--duplicate {
    margin-left: -12.5px;
    margin-right: -12.5px;
    border-radius: 0 0 16px 16px;
}
.storelocCard .container {
    padding: 0;
}
.storelocCard__header {
    margin-bottom: 8px;
}
.storelocCard__name {
    font-size: 14px;
    line-height: 1.2;
    color: #102335;
    font-weight: 600;
}
@media (min-width: 992px) {
    .storelocCard__name {
        font-size: 16px;
   }
}
.storelocCard__distance {
    font-size: 11px;
    color: #102335;
}
.storelocCard__status {
    align-items: flex-start;
}
.storelocCard__statusBadge {
    position: relative;
    top: 1px;
}
.storelocCard__statusBadge--open {
    background-color: #409498;
}
.storelocCard__statusBadge--closed {
    background-color: #D16B69;
}
.storelocCard__statusText {
    font-size: 12px;
    line-height: 1.2;
}
.storelocCard__infoContainer {
    flex-direction: column;
    align-items: flex-start;
}
.storelocCard__info li {
    display: flex;
    align-items: flex-start;
}
.storelocCard__info li:first-child img {
    display: none;
}
.storelocCard__icon {
    height: 16px;
    top: 0;
}
.storelocCard__address {
    font-size: 12px;
    line-height: 1.8;
    color: #102335;
    text-decoration: none;
    display: inline-block;
}
.storelocCard__address:hover, .storelocCard__address:focus {
    text-decoration: underline;
    color: #102335;
}
@media (min-width: 992px) {
    .storelocCard__address {
        font-size: 14px;
   }
}
.storelocCard__phone {
    color: #102335;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
@media (min-width: 992px) {
    .storelocCard__phone {
        font-size: 14px;
   }
}
.storelocCard__phone:hover, .storelocCard__phone:focus {
    color: #ba4e8e;
}
.storelocCard__links {
    gap: 8px;
}
@media (min-width: 992px) {
    .storelocCard__links {
        gap: 16px;
   }
}
.storelocBtn {
    font-size: 8px;
    font-weight: 700;
    padding: 12px 16px;
    border-width: 1px;
    display: inline-flex;
    align-items: center;
}
@media (min-width: 992px) {
    .storelocBtn {
        font-size: 10px;
        padding: 12px 18px;
   }
}
.storelocBtn:after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3rem;
    content: '\e90b';
    font-size: 6px;
    position: relative;
    margin-left: 8px;
}
.storelocBtn--outline {
    background: transparent;
    color: #102335;
    border-color: #102335;
}
.storelocBtn--outline:hover, .storelocBtn--outline:focus, .storelocBtn--outline.active {
    background: transparent;
    border-color: #ba4e8e;
    color: #ba4e8e;
}
.storelocBtn--outline-alt, .storelocBtn--primary {
    background: #ba4e8e;
    color: white;
    border-color: #ba4e8e;
}
.storelocBtn--outline-alt img, .storelocBtn--primary img {
    display: none;
}
.storelocBtn--outline-alt:hover, .storelocBtn--outline-alt:focus, .storelocBtn--outline-alt.active, .storelocBtn--primary:hover, .storelocBtn--primary:focus, .storelocBtn--primary.active {
    background: white;
    border-color: #ba4e8e;
    color: #ba4e8e;
}
.storelocMarker--cluster {
    background: #409498;
    width: 36px;
    height: 36px;
    font-family: "Dinamit", serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.storelocMarker--cluster:hover, .storelocMarker--cluster.active {
    background: #ba4e8e;
}
