/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../adidas_lb/cartridges/app_custom_adidas_lb/cartridge/client/default/scss/storeLocator.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.custom-input {
  display: block;
  width: 75%;
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #767677;
  border-radius: 0;
}

.custom-input:focus {
  border-radius: 0 !important;
  border: 1px solid #767677 !important;
}

.store-text {
  text-decoration: underline;
}
.store-text:hover {
  background-color: unset !important;
}

.find-stores-text {
  font-family: "AdihausDIN-Bold", Helvetica, Arial, sans-serif;
}

.selected {
  border: 1px solid #000 !important;
  border-bottom-width: 2px !important;
}

.store-hours-details p {
  margin-bottom: 5px;
}

.map-canvas {
  max-height: 60vh;
}
.map-canvas div[role=dialog] {
  min-width: 380px !important;
  padding: 0 !important;
  border-radius: 0;
}
.map-canvas div[role=dialog] > div:first-child > div:first-child {
  display: none;
}
.map-canvas div[role=dialog] > div:nth-child(2) {
  overflow: auto !important;
}
.map-canvas button[title=Close] {
  width: 24px !important;
  height: 24px !important;
  position: absolute !important;
  right: 4px;
  top: 4px;
}
.map-canvas button[title=Close] span {
  margin: 0 !important;
}
.map-canvas .store-details {
  max-width: 400px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1228px !important;
  }
  .container .row .store-search {
    margin-bottom: 230px;
  }
}
.store-data {
  border: 1px solid #c9c9c9;
  cursor: pointer;
}
.store-data:hover {
  border-color: #000;
}

.check-in-store-list-item {
  height: 172px;
  -webkit-box-shadow: 0px 1.79px 1.79px 0px #00000040;
          box-shadow: 0px 1.79px 1.79px 0px #00000040;
}
.check-in-store-list-item .store-image-container {
  overflow: hidden;
  max-height: 100%;
  min-width: 129px;
  aspect-ratio: 3/4;
}
.check-in-store-list-item .store-image-container .store-image {
  aspect-ratio: 3/4;
  max-width: 100%;
}

.store-pagination-arrow {
  border: none;
  outline: none;
  background: none;
  opacity: 0.5;
}
.store-pagination-arrow:not(:disabled) {
  cursor: pointer;
  opacity: 1;
}

.store-locator-heading,
.store-locator-heading-mob {
  margin-bottom: 20px;
  padding: 15px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.store-details-container {
  overflow: hidden;
}

.store-name {
  font-family: "AdihausDIN-bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  font-size: 14px;
}

.store-address, .store-contact {
  font-family: "AdihausDIN-Medium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.store-contact {
  min-height: 24px;
}

.store-address {
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-primary.store-dirlink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  padding: 0 10px;
  font-size: 11px;
}
.btn-primary.store-dirlink img {
  margin-left: 8px;
}
.btn-primary.store-dirlink:not(:disabled):hover, .btn-primary.store-dirlink:not(:disabled):focus, .btn-primary.store-dirlink:not(:disabled):active, .btn-primary.store-dirlink:not(:disabled):active:focus {
  color: #fff;
  border: none;
  background: #000;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-body {
  padding: 1rem;
}

address {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .card {
    border: none !important;
  }

  .card-body {
    padding-bottom: 0rem;
  }

  .store-arrow {
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .selected {
    border: none !important;
    border-bottom-width: unset;
  }

  .store-img,
.more-store-details,
#store-postal-code,
.store-data {
    display: none;
    visibility: hidden;
  }

  .store-hours {
    margin-top: 20px;
  }

  .store-img-mob {
    width: 100%;
  }

  .store-data-mob {
    cursor: pointer;
  }

  .store-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 960px) {
  .store-hours {
    margin-top: 44px;
  }

  .store-img-mob,
.back-to-stores,
.back-to-stores-mob,
.store-arrow {
    display: none;
  }

  .store-img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .store-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 !important;
  }
  .store-page-wrapper .store-search .custom-input {
    width: 100%;
  }
  .store-page-wrapper .store-search .results-card {
    margin: 0 -15px;
  }
  .store-page-wrapper .map-canvas {
    margin: 0 !important;
    height: 50vh;
  }
}

/*# sourceMappingURL=default\css\storeLocator.css.map*/