/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.page-contact-us .heading-title {
  margin-bottom: 80px;
}
.page-contact-us .list-stores {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 20px;
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .list-stores {
    padding: 0 16px;
    gap: 24px;
  }
}
.page-contact-us .store-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 16px 230px;
  border: 4px solid #D04C27;
  border-radius: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card {
    min-height: 80px;
    padding: 5px 46px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .store-card {
    padding: 20px 42px 20px 25px;
    border-radius: 30px;
  }
}
.page-contact-us .store-card .store-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D04C27;
}
.page-contact-us .store-card .store-icon {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .store-card .store-icon {
    display: none;
  }
}
.page-contact-us .store-card .store-icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-contact-us .store-card .store-info {
  flex: 1;
  text-align: center;
  padding: 0;
}
.page-contact-us .store-card .store-info .store-title {
  font-weight: 700;
  color: #D04C27;
  margin-bottom: 10px;
}
.page-contact-us .store-card .store-info .store-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .store-card .store-info .store-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .store-card .store-info .store-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-info .store-title {
    margin-bottom: 4px;
  }
}
.page-contact-us .store-card .store-info .store-desc {
  color: #000000;
  margin: 0;
}
.page-contact-us .store-card .store-info .store-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .store-card .store-info .store-desc {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .store-card .store-info .store-desc {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-info .store-desc {
    line-height: 1.5;
  }
}
.page-contact-us .store-card .store-map {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-map {
    right: -20px;
    left: auto;
  }
}
.page-contact-us .store-card .store-map .btn-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 50%;
  background-color: #D04C27;
  text-decoration: none;
  color: #fff;
}
.page-contact-us .store-card .store-map .btn-map {
  width: 6.25rem;
  height: 6.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-map .btn-map {
    gap: 4px;
  }
  .page-contact-us .store-card .store-map .btn-map {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.page-contact-us .store-card .store-map .btn-map .btn-map-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.page-contact-us .store-card .store-map .btn-map .btn-map-arrow {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-map .btn-map .btn-map-arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.page-contact-us .store-card .store-map .btn-map .btn-map-arrow svg {
  fill: none;
  stroke: #D04C27;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.page-contact-us .store-card .store-map .btn-map .btn-map-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-map .btn-map .btn-map-arrow svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.page-contact-us .store-card .store-map .btn-map span {
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 0 4px;
  font-size: 11px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card .store-map .btn-map span {
    padding: 0 2px;
    display: none;
  }
}
.page-contact-us .store-card:nth-child(even) .store-icon {
  left: auto;
  right: -20px;
}
.page-contact-us .store-card:nth-child(even) .store-map {
  right: auto;
  left: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .store-card:nth-child(even) .store-map {
    right: auto;
    left: -20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-contact-us .store-card:nth-child(even) .store-map {
    right: -20px;
    left: auto;
  }
}