  #image_slide_pane_1A9EB2F989716 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide_pane_1A9EB2F989716 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide_pane_1A9EB2F989716 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-image_slide_block_1A9EB2F989212 {
      
      
      padding-bottom: 41.67%;
    }

    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1A9EB2F989212 {
        
        
        padding-bottom: 93.33%;
      }
    }


/* 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 slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .home-slide-content {
    white-space: nowrap;
  }

  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */

    [data-section-type="image_slide"] {
      --medium-title-size:96px;
      --medium-subtitle-size:20px;
      --home-img-box-radius:0;
    }

    .home-slide-subtitle ,
    .home-slide-title {
        max-width: 620px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    @media screen and (min-width: 1200px) {
      .home-slide-title {
          line-height: 106px;
      }
    }

    @media screen and (max-width: 1000px)  {
      [data-section-type="image_slide"] {
        --medium-title-size:30px;
        --medium-subtitle-size:17px;
      }
    }

    @media screen and (max-width: 768px){
      [data-section-type="image_slide"]  {
          --home-slide-content-left-transform:translate(0 , 0);
          --home-slide-content-left-textalign:center;
      }

      [data-section-type="image_slide"] .home-slide-content {
          --home-slide-position-attribute:static;
          max-width: 100%;
          padding: 30px 20px;
      }
    }
    

    @media screen and (min-width:768px){
      #promo_product1719396756342 .swiper-slide{
        width: calc(100% / 4 - var(--v-space, 20px) * (4 - 1) / 4) ;
      }
    }
    #promo_product1719396756342 .promo-product-more {
      color:#fff;
      background-color:#FF3A00;
      border-color:#FF3A00;
    }

  /* 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;
    margin-left: 30px;
    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;
  }

  .flashsale-perc-row {
    display: flex;
    align-items: center;
  }

  .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;
    }
    .flash-sale-card {
      --product-item-border: 0;
      --product-price-font-size: 16px;
      --product-price-right: 0;
    }
    .promo-product-main .promo-product-swiper.swiper {
      --swiper-padding-bottom: 0;
    }
    .promo-product-swiper .iconfont {
      display: none;
    }
    
    .flashsale-price-row {
      margin-top: 10px;
      flex-direction: column;
    }
  }
  /* index_css promo_product end */


  #image_slide1718614190385 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1718614190385 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1718614190385 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1718614190385 {
      
      
      padding-bottom: 19.64%;
    }

    @media screen and (max-width: 767px) {
      #slide-1718614190385 {
        
        
        padding-bottom: 19.64%;
      }
    }


#imagetxt_slide_list_pane_1A9EB2F98921D .swiper-slide {
  width: calc(100% / 4 - var(--v-space, 20px) * 3 / 4) ;
}
@media screen and (max-width:767px){
  #imagetxt_slide_list_pane_1A9EB2F98921D .swiper-slide {
    width: calc(100% / 2 - var(--v-space, 10px) * 1 / 2) ;
  }
}
  #imagetxt_slide_list_pane_1A9EB2F98921D .section-title{ 
    color:#333333; 
    text-align:center;
  } 
  #imagetxt_slide_list_pane_1A9EB2F98921D .section-sub-title{
    text-align:center;
      color:#333333;
  }
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989116 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989116 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989116 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989210 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989210 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989210 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989711 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989711 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989711 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
    #imagetxt-slide-1719396226854 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1719396226854 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1719396226854 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989017 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989017 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-imagetxt_slide_list_block_1A9EB2F989017 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
    #imagetxt-slide-1719396444566 .imagetxt-slide-title{ 
      color:#333333;
    } 
    #imagetxt-slide-1719396444566 .imagetxt-slide-text{ 
      color:#333333;
    } 
    #imagetxt-slide-1719396444566 .button{ 
      color:#ffffff; 
      background-color:#000; 
      border-color:#000; 
    }
  
  #imagetxt_slide_list_pane_1A9EB2F98921D .imagetxt-slide-more{
    background-color:;
    color:;
    border-color:;
  }


  /* index_css imagetxt_slide_list start */
  .imagetxt-list {
    position: relative;
  }

  .imagetxt-slide-item {
    height: auto;
    margin-right:var(--imagetxt-slide-item-right,  var(--v-space));
  }

  .imagetxt-slide-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height:var(--imagetxt-slide-list-content-lineheight, 1.4);
    font-size:var(--imagetxt-slide-list-content-size, 16px);
  }

  .imagetxt-slide-title {
    margin:var(--imagetxt-slide-list-title-margin, 10px 0 0);
    font-size:var(--imagetxt-slide-list-title-size, 18px);
    font-weight:var(--imagetxt-slide-list-title-weight, 700);
  }

  .imagetxt-slide-text {
    margin:var(--imagetxt-slide-list-text-margin, 10px 0 0);
    white-space: pre-wrap;
  }

  .imagetxt-slide-btn {
    margin:var(--imagetxt-slide-list-btn-margin, 10px 0 0);
  }

  @media screen and (min-width: 768px) {
    [data-section-type="imagetxt_slide_list"] .swiper-pagination{
      display: var(--imagetxt-slide-list-pagination-display, none);
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="imagetxt_slide_list"] {
      --imagetxt-slide-list-content-size:14px;
      --imagetxt-slide-list-title-size: 16px;
      --imagetxt-slide-list-text-margin:8px 0 0;
    }

    [data-section-type="imagetxt_slide_list"] .next-btn, [data-section-type="imagetxt_slide_list"] .prev-btn{
      display:var(--imagetxt-slide-list-navigation-display, none);
    }

    .imagetxt-slide-btn {
      padding: 0 15px;
      width: 100%;
      text-align: center;
    }
  }
  /* index_css imagetxt_slide_list end */

    [data-section-type="imagetxt_slide_list"] {
      --imagetxt-slide-list-title-size:24px;
      --imagetxt-slide-list-title-margin:25px 0 0;
    }

    .imagetxt-slide-content {
      align-items: center;
    }


#product_catelist1727343360577 .product-catelist-btn{
  color: #00B277;
  background-color: #ffffff;
  border-color: #ffffff;
}

#product_catelist1727343360577 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1727343360577 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1727343360577 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1727343360577 .product-item{
    width: calc((100%  - var(--v-space) * (2 - 1)) / 2 );
  }
  #product_catelist1727343360577 .product-item:nth-child(2n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1727343360577 [data-id='1727343360578'] {
      font-size:24px;
    }
  }
  #product_catelist1727343360577 [data-id='1727343360578']{
      color:#333333;
  }

  /* index_css category_list start */
  [data-section-type="product_catelist"] {
    --product-item-4n-right:var(--v-space);
  }

  .product-catelist-labels {
    display: flex;
    justify-content: var(--product-catelist-labels-justify-content, center);
    margin:var(--product-catelist-labels-margin, -10px 0 25px);
  }

  .product-catelist-label {
    margin: var(--product-catelist-label-margin, 0 20px);
    font-size:var(--product-catelist-label-size, 20px);
    font-weight:var(--product-catelist-label-weight, 700);
    opacity: var(--product-catelist-label-inactive-opacity, 1);
    cursor: pointer;
  }

  .product-catelist-label.active {
    opacity: var(--product-catelist-label-active-opacity, 1);
    border-bottom:var(--product-catelist-label-border-bottom, 2px solid var(--highlight-font-color));
  }

  .product-catelist-tab {
    display: none;
    position: relative;
  }

  .product-catelist-tab.active {
    display: block;
  }

  @media screen and (max-width: 767px) {
    [data-section-type="product_catelist"]{
      --product-catelist-labels-margin:-2px 0 14px;
      --product-catelist-label-size:20px;
      --product-catelist-label-margin:0 10px;
    }
    .product-catelist-labels {
      overflow-x: scroll;
    }

    .product-catelist-labels::-webkit-scrollbar {
      display: none;
    }
    .product-catelist-label {
      white-space: nowrap;
    }

  }
  /* index_css category_list end */

#product_catelist1718597258044 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718597258044 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718597258044 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718597258044 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718597258044 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718597258044 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718597258044 [data-id='1718597258044'] {
      font-size:16px;
    }
  }
  #product_catelist1718597258044 [data-id='1718597258044']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1718597258044 [data-id='1718597258045'] {
      font-size:16px;
    }
  }
  #product_catelist1718597258044 [data-id='1718597258045']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1718597258044 [data-id='1718597455020'] {
      font-size:16px;
    }
  }
  #product_catelist1718597258044 [data-id='1718597455020']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1718597258044 [data-id='1718597546284'] {
      font-size:16px;
    }
  }
  #product_catelist1718597258044 [data-id='1718597546284']{
      color:#333333;
  }

#product_catelist1718616358816 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718616358816 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718616358816 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718616358816 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718616358816 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718616358816 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718616358816 [data-id='1718616358816'] {
      font-size:24px;
    }
  }
  #product_catelist1718616358816 [data-id='1718616358816']{
      color:#333333;
  }

#product_catelist1719396801519 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1719396801519 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1719396801519 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1719396801519 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1719396801519 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1719396801519 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1719396801519 [data-id='1719396801520'] {
      font-size:24px;
    }
  }
  #product_catelist1719396801519 [data-id='1719396801520']{
      color:#333333;
  }

#product_catelist1718615904959 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718615904959 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718615904959 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718615904959 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718615904959 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718615904959 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718615904959 [data-id='1718615904959'] {
      font-size:24px;
    }
  }
  #product_catelist1718615904959 [data-id='1718615904959']{
      color:#333333;
  }

#product_catelist1718616080184 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718616080184 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718616080184 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718616080184 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718616080184 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718616080184 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718616080184 [data-id='1718616080184'] {
      font-size:24px;
    }
  }
  #product_catelist1718616080184 [data-id='1718616080184']{
      color:#333333;
  }

#product_catelist1718616154048 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718616154048 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718616154048 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718616154048 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718616154048 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718616154048 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718616154048 [data-id='1718616154048'] {
      font-size:24px;
    }
  }
  #product_catelist1718616154048 [data-id='1718616154048']{
      color:#333333;
  }

#product_catelist1718616157823 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718616157823 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718616157823 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718616157823 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718616157823 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718616157823 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718616157823 [data-id='1718616157823'] {
      font-size:24px;
    }
  }
  #product_catelist1718616157823 [data-id='1718616157823']{
      color:#333333;
  }

#product_catelist1718616282664 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1718616282664 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1718616282664 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1718616282664 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1718616282664 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1718616282664 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1718616282664 [data-id='1718616282664'] {
      font-size:24px;
    }
  }
  #product_catelist1718616282664 [data-id='1718616282664']{
      color:#333333;
  }

#product_catelist1720081229904 .product-catelist-btn{
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #ffffff;
}

#product_catelist1720081229904 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1720081229904 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1720081229904 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1720081229904 .product-item{
    width: calc((100%  - var(--v-space) * (4 - 1)) / 4 );
  }
  #product_catelist1720081229904 .product-item:nth-child(4n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1720081229904 [data-id='1720081229905'] {
      font-size:24px;
    }
  }
  #product_catelist1720081229904 [data-id='1720081229905']{
      color:#333333;
  }

  #function_email_pane_1A9EB2F989F1F .function-email-img{
    padding-bottom:var(--function-email-img-padding-bottom, 18%);
  }
  #function_email_pane_1A9EB2F989F1F  .function-email-title{
    color:#333333;
  }
  #function_email_pane_1A9EB2F989F1F  .function-email-subtitle{
    color:#333333;
  }
 #btn-function_email_pane_1A9EB2F989F1F{
    background-color:rgba(255, 0, 0, 0);
    
    color:#333333;
  }
  #function_email_pane_1A9EB2F989F1F .email-success-title{
    color:#333333;
  }
  #function_email_pane_1A9EB2F989F1F .func-email-success .iconfont{
    color:#333333;
  }
  #function_email_pane_1A9EB2F989F1F .email-success-subtitle{
    color:#333333;
  }
  @media screen and (min-width: 768px){
    #function_email_pane_1A9EB2F989F1F .function-email-title{
      font-size:40px;
    }
    #function_email_pane_1A9EB2F989F1F .function-email-subtitle{
      font-size:16px;
    }
    #function_email_pane_1A9EB2F989F1F .email-success-title{
      font-size:24px;
    }
    #function_email_pane_1A9EB2F989F1F .email-success-subtitle{
      font-size:18px;
    }
  }
  @media screen and (max-width: 767px){
    #function_email_pane_1A9EB2F989F1F{
      --function-email-img-padding-bottom:100%;
    }
  }

  /* index_css email_subscribe start */
  .function-email {
    position: relative;
    margin: var(--function-email-margin, 0 0 var(--section-space));
  }

  .function-email-img {
    position: relative;
    width: 100%;
  }

  .function-email-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .function-email-body {
    display: var(--function-email-body-display,flex);
    flex-direction:var(--function-email-body-direction, column) ;
    justify-content:var(--function-email-body-justify-content, space-between);
    align-items:var(--function-email-body-align-items, center);
    position:var(--function-email-body-position, absolute);
    top: 50%;
    left: 50%;
    transform:var(--function-email-body-transform, translate(-50%, -50%) );
    max-width:var(--function-email-body-max-width, 60%);
  }

  .function-email-title {
    margin-bottom: var(--function-email-title-bottom,20px);
    font-size: var(--function-email-m-title-size, 14px);
    font-weight: 700;
  }

  .function-email-subtitle {
    margin-bottom: var(--function-email-subtitle-bottom,20px);
    font-size: var(--function-email-m-subtitle-size);
    white-space: pre-wrap;
  }

  .function-email-subs {
    display: flex;
  }

  .function-email-subs button {
    padding: var(--function-email-btn-padding, 0 25px);
    border-top-left-radius:var(--function-email-input-tl-radius, 0);
    border-bottom-left-radius:var(--function-email-input-bl-radius,0);
    font-weight: var(--function-email-btn-weight , 400);
    font-size: var(--function-email-btn-size, 16px);
  }

  .function-email-subs input {
    height: var(--btn-height);
    min-width:var(--function-email-input-min-width, 350px);
    padding: var(--function-email-input-padding,0 25px);
    font-size: var(--function-email-input-size, 16px);
    border-top-right-radius:var(--function-email-input-tr-radius, 0);
    border-bottom-right-radius: var(--function-email-input-br-radius,0);
  }

  .func-email-success {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .func-email-success .iconfont {
    margin-bottom: 16px;
    font-size: 42px;
  }

  .email-success-title {
    margin-bottom: 24px;
    font-weight: 700;
  }

  .email-success-subtitle {
    white-space:  pre-wrap;
  }

  @media screen and (max-width: 1200px){
    [data-section-type="function_email"] {
      --function-email-body-max-width:85%;
    }
    .function-email-body {
      width: 85%;
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="function_email"] {
      --function-email-title-bottom: 14px;
      --function-email-subtitle-bottom: 14px;
      --function-email-input-size: 14px;
      --function-email-btn-size: 14px;
      --function-email-btn-padding: 0 15px;
      --function-email-input-padding: 0 15px;
      --function-email-input-min-width:"initial";
      --function-email-body-max-width:100%;
    }
    .function-email-body{
      width: 100%;
      padding: 0 var(--side-padding);
    }
   
    .function-email-subs{
      width: 100%;
    }
    
    .function-email-subs input{
      flex: 1;
      border: 0;
    }
    .func-email-success{
      max-width: 100%;
      width: 100%;
      padding: 10px;
      white-space: nowrap;
    }
    .email-success-title{
      margin-bottom: 14px;
    }
  }
  /* index_css email_subscribe end */

    [data-section-type="function_email"]{
      --function-email-body-max-width:80%;
    }

    .function-email {
      position: relative;
      margin: var(--wrapper-margin, auto);
      max-width: var(--max-width);
      margin-bottom: var(--section-space) ;
    }

    .function-email-img img {
      border-radius: var(--home-img-box-radius);
    }

    .function-email-body {
        width: 100%;
    }

    .function-email-subs button,
    .function-email-subs input {
        background: transparent;
        border: 1px solid;
    }

    .function-email-subs input {
        border: 1px solid;
        border-right: none;
    }

    .function-email-subs button {
        border-left: none;
        font-weight: 700;
    }

    @media screen and (max-width: 767px) {
      [data-section-type="function_email"] {
          --function-email-input-min-width:100px;
      }

      .function-email {
          padding: 0 15px;
      }

      .function-email-body {
          padding: 0 30px;
      }

      .function-email-subtitle,
      .function-email-title {
          text-align: center;
      }

      .function-email-title {
          font-size: 28px;
      }
    }

