@media (min-width: 768px) {
  .store-locator-container {
    max-width: none !important;
  }
}
.store-locator-container .btn-storelocator-search {
  background-color: #DEDEDE;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #DEDEDE;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 768px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(29, 29, 27, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 768px) {
  .store-locator-container .results {
    overflow: hidden auto;
    max-height: 21.875em;
  }
}

.desktop-store-header {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}
.desktop-store-header #breadcrumb-wrapper ol {
  margin-bottom: 0;
  padding: 0;
}
.desktop-store-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  border: none;
}
.desktop-store-header svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .desktop-store-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.store-detail-header {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .store-detail-header {
    aspect-ratio: 3/1;
  }
}
.store-detail-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.store-detail-w-map-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.store-detail-w-map-wrapper .store-position-map {
  width: 100%;
  height: 300px;
}

.store-detail-w-map-wrapper .store-detail-card-wrapper {
  width: 100%;
  padding: 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store-detail-w-map-wrapper .store-detail-card {
  width: 100%;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 300;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .store-detail-w-map-wrapper .store-detail-card {
    gap: 20px;
  }
}

.store-detail-title {
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.store-detail-title button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  border: none;
}

.store-detail-title-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .store-detail-title {
    font-size: 20px;
  }
  .store-detail-title button {
    display: none;
  }
  .store-detail-w-map-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .store-detail-w-map-wrapper .store-position-map {
    width: 50%;
    height: 100%;
    background-color: gray;
  }
  .store-detail-w-map-wrapper .store-detail-card-wrapper {
    width: 50%;
    padding: 40px 15px;
  }
  .store-detail-w-map-wrapper .store-detail-card {
    height: 100%;
    max-width: 295px;
    min-height: 560px;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .store-detail-w-map-wrapper .store-detail-card button {
    display: hidden;
  }
}
.store-detail-card .icon {
  width: 16px;
  height: 16px;
}

.store-detail-card-data {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0;
}
.store-detail-card-data svg {
  min-width: 20px;
}
.store-detail-card-data.phone a {
  margin-left: 0;
  margin: 0;
}
.store-detail-card-data.phone svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.store-detail-card-data.mail {
  white-space: nowrap;
}

.store-detail-card-data.store-detail-times {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.store-detail-times p {
  margin-bottom: 10px;
}

.store-detail-times ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 24rem;
}

.store-detail-times li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}
.store-detail-times li span {
  padding-right: 20px;
  display: block;
  width: 100%;
  text-align: left;
}
.store-detail-times li span + span {
  padding-right: 0;
  width: auto;
  max-width: 8em;
  text-align: left;
  width: 100%;
}

.store-detail-times div {
  width: 100%;
}

.store-detail-actions {
  width: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

#store-map {
  width: 100%;
  height: 100%;
  position: relative;
}
#store-map .gm-style > div:first-child > div:first-child {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#store-map a:has(img[alt=Google]) {
  display: none !important;
}
#store-map .gm-style-cc {
  display: none;
}
#store-map gmp-internal-camera-control > button:first-child {
  visibility: none;
  width: 46px !important;
  height: 46px !important;
  right: 15px !important;
  bottom: 30px !important;
}
#store-map gmp-internal-camera-control menu {
  right: 70px !important;
  bottom: 23px !important;
}

#mapWrapper {
  position: relative;
  top: 0;
}
#mapWrapper #custom-cursor,
#mapWrapper #custom-camera-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 9999px;
  border: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#mapWrapper #custom-cursor .custom-cursor-icon,
#mapWrapper #custom-cursor .custom-camera-controls-icon,
#mapWrapper #custom-camera-controls .custom-cursor-icon,
#mapWrapper #custom-camera-controls .custom-camera-controls-icon {
  width: 24px;
  height: 24px;
}
#mapWrapper #custom-cursor {
  bottom: 100px;
  right: 19px;
}
#mapWrapper #custom-camera-controls {
  bottom: 34px;
  right: 19px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#mapWrapper #custom-camera-controls .custom-camera-controls-icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal-store-share .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-left: 0;
}
@media (min-width: 576px) {
  #modal-store-share .social-links {
    gap: 20px;
  }
  #modal-store-share .social-links svg {
    width: 24px;
    height: 24px;
  }
}
#modal-store-share .social-links li {
  list-style: none;
}
#modal-store-share .social-links li svg {
  width: 20px;
  height: 20px;
  color: #595959;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #595959;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #595959;
  padding-right: 0.2em;
}
