/** Shopify CDN: Minification failed

Line 231:48 Expected "]" to go with "["
Line 231:72 Unexpected "]"
Line 381:32 Expected "]" to go with "["
Line 381:49 Unexpected "]"
Line 397:32 Expected "]" to go with "["
Line 397:49 Unexpected "]"
Line 409:32 Expected "]" to go with "["
Line 409:49 Unexpected "]"
Line 421:32 Expected "]" to go with "["
Line 421:49 Unexpected "]"

**/
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/sections/section-locations.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.locations {
  display: block;
}

.locations__grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .locations__grid {
    flex-direction: row;
  }
}

.locations__grid-item {
  width: 100%;
}

@media (min-width: 1024px) {
  .locations__grid-item--form {
    max-width: min(600px, 50%);
    flex-shrink: 0;
  }
}

.locations__list-wrapper,
.locations__map-wrapper {
  display: none;
}

.locations__list-wrapper.active,
.locations__map-wrapper.active {
  display: block;
}

@media (min-width: 1024px) {
  .locations__list-wrapper,
  .locations__map-wrapper {
    display: block;
  }
}

.locations__toggle {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #4063E7;
}

.locations__toggle svg {
  display: block;
  margin-right: 6px;
}

.locations__map-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(175, 187, 235, 0.1254901961);
  min-height: 650px;
}

@media (min-width: 1024px) {
  .locations__map-wrapper {
    min-height: 90vh;
  }
}

.locations__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 650px;
}

@media (min-width: 1024px) {
  .locations__map {
    min-height: 90vh;
  }
}

.locations__form {
  padding: 40px 16px 16px;
}

@media (min-width: 1024px) {
  .locations__form {
    padding: 40px 52px 14px;
  }
}

.locations__title {
  font-family: "Garet Book", sans-serif !important;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .locations__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.locations__copy {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.locations__input-wrap {
  border: 1px solid #6B6B6B;
  width: 100%;
  padding: 8px 12px 8px 24px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.locations__input {
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding: 0;
  border: 0;
  width: 100%;
}

.locations__input::placeholder {
  letter-spacing: 0.02em;
  color: #828282;
}

.locations__submit {
  padding: 11px 22px;
}

.locations__actions {
  padding: 14px 16px 16px;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .locations__actions {
    padding: 14px 52px 8px;
  }
}

.locations__results {
  font-size: 14px;
  line-height: 21px;
  color: #6B6B6B;
  margin: 0;
}

.locations__list-wrapper {
  position: relative;
  padding: 0;
  border-top: 1px solid rgba(175, 187, 235, 0.2);
}

@media (min-width: 1024px) {
  .locations__list-wrapper {
    padding: 0 52px;
    border-top: 0;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .locations__list {
    overflow-y: scroll;
    max-height: 60vh;
    height: 100%;
    padding-right: 14px;
  }
}

.locations__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 52px;
  display: none;
  width: calc(100% - 123px);
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(175, 187, 235, 0.6);
  max-height: 60vh;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .locations__list::before {
    display: block;
  }
}

.location {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(175, 187, 235, 0.5019607843);
}

@media (min-width: 1024px) {
  .location {
    padding: 24px;
  }
}

.location.location--preferred, .location[\:has\(.location__pref-clinic\)] {
  background-color: rgba(175, 187, 235, 0.1254901961);
}

.location.location--preferred, .location:has(.location__pref-clinic) {
  background-color: rgba(175, 187, 235, 0.1254901961);
}

.location.location--no-locations {
  padding: 48px 24px;
}

.location:last-of-type {
  border-bottom: 0;
}

.location__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.location__title {
  font-family: "Garet Bold", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.location__title a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.location__distance {
  margin-left: 10px;
  opacity: 0.5;
  font-size: 16px;
  line-height: 26px;
  flex-shrink: 0;
}

.location__badges {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 4px;
  gap: 4px;
  margin-bottom: 14px;
}

.location__badge {
  padding: 3px 14px;
  border-radius: 4px;
  background-color: rgba(175, 187, 235, 0.4);
  display: inline-block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 26px;
}

.location__meta {
  margin-bottom: 20px;
  text-align: left;
}

.location__phone {
  font-size: 16px;
  line-height: 26px;
  color: #4063E7;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 6px;
}

.location__street-address,
.location__city,
.location__province {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.location__actions {
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}

.location__actions a {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.location__pref-clinic {
  margin-bottom: 20px;
}

.location__pref-clinic-label {
  display: flex;
  font-size: 16px;
  line-height: 26px;
}

.location__pref-clinic-label::before {
  content: "";
  display: block;
  background: url("checked.svg");
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.locations__list::-webkit-scrollbar {
  width: 6px;
}

.locations__list::-webkit-scrollbar-track {
  background: rgba(175, 187, 235, 0.4);
  border-radius: 6px;
  overflow: hidden;
}

.locations__list::-webkit-scrollbar-thumb {
  background: #4063E7;
  border-radius: 6px;
}

.location__make-preferred-wrapper {
  display: block;
  margin-bottom: 20px;
}

.location__make-preferred {
  font-size: 16px;
  line-height: 26px;
  color: #4063E7;
  text-decoration: underline;
  display: inline-block;
  margin: 0;
}

.gm-style .gm-style-iw-c[\:has\(.location-popup\)] {
  padding: 0 !important;
  border-radius: 20px;
  border: 1px solid #F5F8FF;
  overflow: visible;
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.1490196078) !important;
}

.gm-style .gm-style-iw-c:has(.location-popup) {
  padding: 0 !important;
  border-radius: 20px;
  border: 1px solid #F5F8FF;
  overflow: visible;
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.1490196078) !important;
}

.gm-style .gm-style-iw-c[\:has\(.location-popup\)] .gm-style-iw-d {
  position: relative;
  padding: 0 !important;
  overflow: hidden !important;
}

.gm-style .gm-style-iw-c:has(.location-popup) .gm-style-iw-d {
  position: relative;
  padding: 0 !important;
  overflow: hidden !important;
}

.gm-style .gm-style-iw-c[\:has\(.location-popup\)] button[title=Close] {
  top: 0 !important;
  right: 0 !important;
  border-radius: 100%;
}

.gm-style .gm-style-iw-c:has(.location-popup) button[title=Close] {
  top: 0 !important;
  right: 0 !important;
  border-radius: 100%;
}

.gm-style .gm-style-iw-c[\:has\(.location-popup\)]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-top: solid 24px #fff;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
}

.gm-style .gm-style-iw-c:has(.location-popup)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-top: solid 24px #fff;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
}

.location-popup {
  padding: 24px;
  overflow: visible;
}

.locations__fixed-toggles {
  position: fixed;
  z-index: 3;
  bottom: 16px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.locations__fixed-toggle svg {
  margin-right: 8px;
}
