@charset "UTF-8";
.store-info-page {
  min-height: 100vh;
  background: #f7f7f9;
  padding: 0.4rem 0;
}

.store-info-page .wrap .store-card {
  background: #ffffff;
  border-radius: 0.24rem;
  overflow: hidden;
  box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 0, 0, 0.08);
}

.store-info-page .wrap .store-card .store-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.store-info-page .wrap .store-card .store-image-wrapper .store-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.store-info-page .wrap .store-card .store-image-wrapper .status-tag {
  position: absolute;
  top: 0.24rem;
  left: 0.24rem;
  padding: 0.08rem 0.16rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.08rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.32rem;
}

.store-info-page .wrap .store-card .store-info {
  padding: 0.32rem 0.28rem;
}

.store-info-page .wrap .store-card .store-info .store-name {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.44rem;
  margin-bottom: 0.24rem;
}

.store-info-page .wrap .store-card .store-info .store-address,
.store-info-page .wrap .store-card .store-info .store-phone,
.store-info-page .wrap .store-card .store-info .store-hours,
.store-info-page .wrap .store-card .store-info .store-services {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  margin-bottom: 0.16rem;
}

.store-info-page .wrap .store-card .store-info .store-address:last-child,
.store-info-page .wrap .store-card .store-info .store-phone:last-child,
.store-info-page .wrap .store-card .store-info .store-hours:last-child,
.store-info-page .wrap .store-card .store-info .store-services:last-child {
  margin-bottom: 0;
}

.store-info-page .wrap .store-card .store-info .store-services {
  line-height: 0.4rem;
}

