#map {
  height: 100%; }

#find-in-store .card-header {
  cursor: pointer; }

@supports (-webkit-touch-callout: none) {
  #find-in-store .modal-body {
    padding-bottom: 3rem; } }

@media (min-width: 750px) {
  #find-in-store .modal-dialog {
    max-width: var(--size-max-modal-xl); } }

#find-in-store .modal-dialog img {
  max-width: 100%; }

#find-in-store .modal-dialog .marker {
  display: inline-flex;
  align-items: center; }
  #find-in-store .modal-dialog .marker::before {
    color: var(--color-white);
    border-radius: 50%;
    font-size: 0.5rem;
    padding: 5px;
    line-height: 1;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1em; }
  #find-in-store .modal-dialog .marker-available::before {
    content: '\2714';
    background-color: var(--color-success); }
  #find-in-store .modal-dialog .marker-unavailable::before {
    content: '\2715';
    background-color: var(--color-danger); }

#find-in-store .stores-search-results {
  max-height: 60vh;
  overflow: auto; }
  @media (min-width: 750px) {
    #find-in-store .stores-search-results {
      max-height: 400px; } }
