    @media screen and (min-width:768px){
      #promo_product1730949925984 .swiper-slide{
        width: calc(100% / 4 - var(--v-space, 20px) * (4 - 1) / 4) ;
      }
    }
    #promo_product1730949925984 .promo-product-more {
      color:rgba(255, 255, 255, 1);
      background-color:rgba(0, 0, 0, 1);
      border-color:#ffffff;
      --color:rgba(255, 255, 255, 1);
      --bg-color:rgba(0, 0, 0, 1);
      --border-color:#ffffff;
    }
    #promo_product1730949925984 .active.promo-product-label,#promo_product1730949925984 .mpromo-product-label{
      background-color:rgba(0, 0, 0, 1);
    }
    #promo_product1730949925984 .active .promo-product-day,#promo_product1730949925984 .mpromo-label-txt,#promo_product1730949925984 .mpromo-product-more{
      color:#ffffff;
    }
    #promo_product1730949925984 .mpromo-product-more {
      border-color:#ffffff;
    }
    #promo_product1730949925984 .active .promo-product-time,#promo_product1730949925984 .flashsale-end{
      color:#ffffff;
    }
     #promo_product1730949925984 .promo-product-label{
      background-color:#eaeaea;
    }
     #promo_product1730949925984 .promo-product-day{
      color:#000000;
    }
    #promo_product1730949925984 .promo-product-time{
      color:#000000;
    }
    @media screen and (max-width:768px) {
       #promo_product1730949925984 .swiper-slide{
        width: calc(100% / 2 - var(--v-space, 20px) * (2 - 1) / 2) ;
      }
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin: calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space);
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css promo_product start */
  .flash-sale-image.img-box {
    --img-box-radius: 0;
    --img-box-padding-bottom: var(--product-img-pd);
  }

  .promo-product-top {
    position: relative;
    margin-bottom: 10px;
  }

  .promo-product-labels {
    display: flex;
    height: 80px;
    margin-bottom: 10px;
    background-color: #EAEAEA;
    color: #000000;
  }

  .promo-product-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    cursor: pointer;
  }

  .active.promo-product-label {
    background-color: var(--flash-sale-color);
    color: #fff;
  }

  .promo-product-day {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .promo-product-time {
    display: flex;
    line-height: 1.2;
  }
  
  .promo-product-content {
    display: flex;
  }

  .flashsale-page-content {
    flex-wrap: wrap;
  }

  .flash-sale-txt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    color: var(--flash-sale-color);
  }

  .flashsale-info-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .flashsale-buy {
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #707070;
    color: #fff;
    font-size: 16px;
    border-radius: var(--theme-border-radius,var(--border-radius, 0));
  }

  .today .buy.flashsale-buy {
    background-color: var(--flash-sale-color);
  }

  .next .flashsale-buy {
    pointer-events: none;
  }

  .flashsale-original-price {
    text-decoration: line-through;
  }

  .flashsale-perc-txt {
    padding-right: 4px;
    font-size: 14px;
  }

  .flashsale-info-left {
    flex: 1;
    margin-right:12px;
  }

  .flashsale-perc-row {
    display: flex;
    align-items: center;
    margin-top:5px;
  }

  .flashsale-perc-outterbar {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 10px;
    border-radius: 5px;
    background-color: #999999;
  }

  .flashsale-perc-inner {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: var(--flash-sale-color);
  }

  .promo-product-main .swiper-pagination {
    display:var(--promo-product-pagination, none);
  }
  .promo-product-more {
    width: fit-content;
    margin: var(--h-space, 20px) auto 0;
    text-align: center;
  }

  .flash-no-data {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
  }

  .mpromo-product-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background-color: var(--flash-sale-color);
    color: #fff;
  }
  .mpromo-product-left{
    display: flex;
    flex-direction: column;
  }
  .mpromo-label-txt {
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .mpromo-product-more {
    width: 65px;
    height: 36px;
    margin-left:5px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
  }

  .flashsale-price {
    --product-price-color: var(--flash-sale-color);
  }

  @media screen and (max-width: 1000px) {
    .promo-product-day{
      font-size: 20px;
      
    }
    .flashsale-info-bottom{
      flex-wrap: wrap;
    }
    .flashsale-buy{
      height: 35px;
      line-height: 35px;
    }
  }

  @media screen and (max-width: 767px) {
    .flashsale-end{
      font-size: 14px;
    }
    .promo-product-swiper{
      --promo-product-pagination:flex;
    }
    .promo-product-swiper .iconfont {
      display: none;
    }
   
    .promo-product-swiper .flashsale-buy{
      display:none;
    }
    .promo-product-swiper .flash-sale-txt{
      margin-bottom:10px;
    }
  }
  /* index_css promo_product end */

  .list-more-button{
    --list-more-top:35px;
  }
  [data-section-comp-type=1] .section-title span {
    position: relative;
    font-style: normal;
  }
  [data-section-comp-type=1] .section-title span::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -6%;
    z-index: -1;
    width: 112%;
    height: 30px;
    background-color: var(--main-color);
  }
  @media screen and (max-width: 1200px){
    .list-more-button {
      --list-more-top: 24px;
    }
    [data-section-comp-type=1] .section-title span::after {
      height: 20px;
      width: 140%;
      left: -20%;
      top: -5px;
    }
  }


