/* Valeo > Store Locator */
.valeo-store-locator {--valeo-storelocator-height:500px;}
.valeo-store-locator .bh-sl-map-container > .row {--bs-gutter-y:30px;}
.valeo-store-locator .bh-sl-map {width:100%;height:var(--valeo-storelocator-height, 500px);}
.valeo-store-locator .valeo-store-locator-sidebar {padding:15px;background-color:var(--color-grey);height:var(--valeo-storelocator-height, 500px);overflow:hidden;overflow-y:auto;}
.valeo-store-locator .valeo-store-locator-sidebar .separator-stores {margin-top:15px;font-size:24px;font-weight:700;}
.valeo-store-locator .valeo-store-locator-sidebar .list {margin:15px 0 0;padding:0;list-style:none;}
.valeo-store-locator .valeo-store-locator-sidebar .list > li {padding:10px;background-color:var(--color-white) !important;border:1px solid var(--color-black);cursor:pointer;transition:border-color .3s ease-in-out, box-shadow .3s ease-in-out;}
.valeo-store-locator .valeo-store-locator-sidebar .list > li + li {margin-top:15px;}
.valeo-store-locator .valeo-store-locator-sidebar .list > .list-focus {border-color:var(--color-primary);cursor:auto;box-shadow:0 0 0.25rem 0.25rem rgba(var(--color-primary-rgb),.25);}
.valeo-store-locator .valeo-store-locator-sidebar .list a {color:var(--color-primary);text-decoration:underline;}
.valeo-store-locator .valeo-store-locator-sidebar .bh-sl-pagination {margin:0;}

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {

	.valeo-store-locator .bh-sl-map-container > .row {--bs-gutter-y:15px;}

}