.flash-sale-header {
  background-color: #ff8a44;
  background-image: linear-gradient(to right, #ff8a44, #ff6602);
  color: #fff;
  padding: 7px 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.flash-sale-countdown {
  display: flex;
}
.flash-sale-countdown-item {
  display: flex;
  gap: 5px;
}
.flash-sale-countdown-item .number {
  display: inline-block;
  padding: 2px 0px;
  text-align: center;
  width: 26px;
  border-radius: 4px;
  color: #fff;
  background: #000;
  font-weight: 700;
  font-size: 12px;
  margin-left: 5px;
}
.flash-sale-box .price-detail {
  padding: 10px;
  background-color: #ffd1d1;
}
.page-flash-sale-header {
  position: relative;
}
.page-flash-sale-header .deal-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-flash-sale-header .deal-mask {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1240px;
  height: 125px;
  max-width: 100vw;
  max-height: 100vw;
  z-index: 0;
}
.page-flash-sale-header .deal-flash-sale {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.page-flash-sale-header .deal-flash-time {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 10px;
  min-height: 64px;
}
.page-flash-sale-header .deal-flash-time-tab {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  min-height: 64px;
  padding-top: 2px;
  color: #ffffff;
}
.page-flash-sale-header .countdown-time {
  display: flex;
}
.page-flash-sale-header .countdown-time-item {
  display: flex;
  gap: 5px;
}
.page-flash-sale-header .countdown-time-item .number {
  display: inline-block;
  padding: 2px 0px;
  text-align: center;
  width: 26px;
  border-radius: 4px;
  color: var(--theme-color);
  background: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-left: 5px;
}
.page-flash-sale-header .upcoming-time {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.page-flash-sale-header .upcoming-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.page-flash-sale-header .tab-indicator {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s;
}
.page-flash-sale-header .active .tab-indicator {
  opacity: 1;
}
.page-products-campaign {
  padding: 20px;
}
.page-products-campaign .products-campaign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.page-products-campaign .campaign-item {
  transition: transform 0.3s;
}
.page-products-campaign .campaign-item a {
  color: currentColor;
}
.page-products-campaign .campaign-item-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.page-products-campaign .campaign-item-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-products-campaign .campaign-item-content-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 0;
}
.page-products-campaign .campaign-item-content-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
/*# sourceMappingURL=promotions.style.frontend.css.map */