.store-location {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 1.9fr;
  min-height: 560px;
}
.store-location__intro {
  background: #e4ddd6;
  padding: 80px 64px;
  display: flex;
  align-items: center;
}
.store-location__intro-text {
  font-size: 14px;
  line-height: 1.75;
  color: #000;
}
.store-location__intro-text p {
  margin: 0 0 24px;
}
.store-location__info {
  background: #fff;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.store-location__item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.store-location__icon {
  flex: 0 0 18px;
}
.store-location__social {
  display: flex;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.store-location__social a {
  width: 38px;
  height: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
.store-location__hours-title {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
}
.store-location__hours-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #9a9a9a;
}
.store-location__button {
  margin-top: 8px;
  background: #000;
  color: #fff;
  text-decoration: none;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 14px;
}
.store-location__button span {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.store-location__map {
  min-height: 560px;
}
.store-location__map iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
  display: block;
}

/*# sourceMappingURL=view.css.map */
