/** Shopify CDN: Minification failed

Line 860:4 Unexpected "{"
Line 860:5 Expected identifier but found "%"
Line 860:36 Unexpected "{"
Line 860:37 Expected identifier but found "%"

**/


  .blog-section{
    margin-top: 36px;
  }
  .blog-section .section-header{
    margin-bottom: 76px;
  }
  .blog-posts .section-header__title{
    font-size: 36px;
    color: #111827;
    font-weight: 600;
  }
  .section-blog__link{
    display: flex;
    width: 175px;
    height: 40px;
    line-height: 1;
    color: #000;
    align-items: center;
    justify-content: center;
    background: #FFD928;
    border-radius: 22px;
    margin: 60px auto 0;
    font-size: 15px;
  }
  .article__border{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    box-shadow: var(--black-shadow);
  }

  .blog-posts .medium-up--one-third{
    width: 33.33333%;
    padding-left: 45px;
  }
  .blog-posts .medium-up--one-four{
    width: 25%;
    padding-left: 30px;
  }
  .blog-posts .article__grid-meta{
    padding-left: 46px;
    padding-right: 28px;
    margin-bottom: 44px;
  }
   .blog-posts .article__grid-image{
    margin-bottom: 45px;
  }
  .blog-posts .article__title{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    height: 60px;
    line-height: 30px;
  }
  .blog-posts .article__desc{
    font-size: 16px;
    font-weight: 400;
    color: #1C1D1D !important;
    line-height: 30px;
    margin-top: 15px;
  }
  .article__footer{
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #9B9B9B;
    line-height: 1;
    margin-top: 46px;
    align-items: center;
    justify-content: space-between;
  }
  .article__footer .article__date{
    font-size: 14px;
    margin: 0px;
    letter-spacing: 1.4px;
  }
  .article__link{
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
  }
  .article__link svg, 
  .article__link image {
    width: 14px;
    transform: translateY(-1px);
  }
  @media screen and (max-width: 768px) {
    .blog-section{
      margin-top: 18px;
    }
    .blog-section .section-header{
      margin-bottom: 38px;
    }
    .blog-posts .grid__item{
      padding: 0px;
      width: 100%;
    }
    .blog-posts .grid{
      margin: 0;
    }
    .blog-posts .swiper{
      padding-bottom: 2px;
    }
    .blog-posts .article__grid-meta{
      padding-left: 23px;
      padding-right: 17px;
      margin-bottom: 26px;
    }
    .blog-posts .article__title{
      font-size: 15px;
      height: 40px;
      line-height: 20px;
    }
    .blog-posts .article__desc{
      font-size: 12px;
      margin-top: 10px;
      line-height: 20px;
    }
    .article__footer{
      font-size: 12px;
      margin-top: 26px;
    }
    .section-blog__link{
      width: 102px;
      height: 25px;
      border-radius: 13px;
      margin: 0;
      font-size: 12px;
    }
    .blog-posts .section-header{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .blog-posts .section-header__title{
      font-size: 21px;
    }
    .article__link{
      gap: 0px;
    }
    .article__link svg{
      margin-left: 7px;
    }
    .article__link svg,
    .article__link image{
      width: 10px;
      height: 7px;
    }
    .article__footer .article__date{
      font-size: 12px;
    }
  }




















































  .swiper-father{
    position: relative;
  }
  .brand .swiper{
    margin-top: 60px;
    min-height: 104px;
  }
  .brand [data-click] .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 38px;
  }
  .brand [data-click] .swiper-slide{
    width: 306px;
    cursor: pointer;
  }
  .brand-list{
    margin-top: 40px;
  }
  .brand-item{
    display: none;
  }
  .brand-item.active{
    display: block;
  }
  .brand-desc{
    font-size: 18px;
    font-weight: 400;
    color: #747474;
    line-height: 30px;
  }
  .brand-name{
    font-size: 24px;
    font-weight: 600;
    color: #1C1D1D;
    line-height: 24px;
    margin-top: 15px;
  }
  .brand .swiper-slide-active .image,
  .brand .image-active{
    display: none;
  }
  .brand .swiper-slide-active .image-active{
    display: block;
  }
  @media screen and (max-width: 768px) {
    .brand .swiper{
      margin-top: 28px;
      min-height: 52px;
    }
    .brand-list {
      margin-top: 18px;
    }
    .brand-desc{
      font-size: 12px;
      line-height: 21px;
    }
    .brand-name{
      font-size: 15px;
    }
    .brand .swiper-pagination{
      margin-top: 10px;
      text-align: left;
      position: initial;
      --swiper-pagination-color: var(--RedBackGround);
    }
  }


  .customize{
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .customize-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 70px;
  }
  .customize-item{
    width: calc(50% - 35px);
    padding: 65px 48px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    box-shadow: var(--black-shadow);
  }
  .customize-subtitle{
    font-size: 24px;
    font-weight: 400;
    color: #747474;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .customize-title{
    font-size: 36px;
    font-weight: 500;
    color: #111827;
    line-height: 1.2;
  }
  .customize-footer{
    margin-top: 30px;
  }
  .read-more{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #111827;
    line-height: 1;
    padding: 15px 0;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    border-bottom: 1px solid #ccc;
  }
  .read-more::after{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    transition: all .3s;
    background: #111827;
    transform: translateY(1.5px);
  }
  .read-more:hover::after{
    width: 100%;
  }
  .customize-image{
    margin-top: 35px;
  }
  @media screen and (max-width: 768px) {
    .customize{
      padding-top: 42px;
      padding-bottom: 42px;
    }
    .customize-item{
      width: 100%;
      padding: 32px 24px;
      border-radius: 10px;
    }
    .customize-subtitle{
      font-size: 13px;
      margin-bottom: 7px;
    }
    .customize-title{
      font-size: 20px;
    }
    .customize-footer{
      margin-top: 17px;
      display: flex;
      align-items: self-start;
      flex-direction: column-reverse;
    }
    .read-more{
      font-size: 12px;
      padding: 15px 0;
      gap: 7px;
      margin-top: 10px;
    }
    .read-more svg, 
    .read-more image{
      width: 10px;
      transform: translateY(-0.5px);
    }
    .read-more:after{
      width: 30px;
    }
    .customize-image{
      width: 100%;
      margin-top: 0px;
    }
  }


  .for-you{
    padding-top: 90px;
    padding-bottom: 23px;
  }
  .section-h2{
    font-size: 36px;
    font-weight: 600;
    color: #111827;
    line-height: 1;
    margin: 0;
    font-family: 'Poppins';
  }
  .for-you h2{
    margin-bottom: 44px;
  }
  .for-you-list{
  }
  .for-you-item .cover{
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
  .for-you-item .cover::before{
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background: rgba(0,0,0,.46);
  }
  .for-you-item:hover .cover::before{
    opacity: 1;
  }
  .for-you-title{
    display: block;
    padding: 28px 0;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    font-family: 'Poppins';
  }
  @media screen and (max-width: 768px) {
    .for-you{
      padding-top: 39px;
      padding-bottom: 10px;
    }
    .section-h2{
      font-size: 21px;
    }
    .for-you h2{
      text-align: center;
      margin-bottom: 21px;
    }
    .for-you-title{
      padding: 15px 0;
      font-size: 12px;
    }
  }


  .hero-image{
    border-radius: 20px;
    overflow: hidden;
    padding-top: 76px;
    padding-bottom: 40px;
  }
  .hero-image .hero__image{
    object-position: center center;
  }
  [data-animate_sections=true] .hero-image .hero__image-wrapper {
    opacity: 1;
    transform: initial;
  }
  .hero-image .hero__image-wrapper{
    border-radius: 20px;
    overflow: hidden;
  }
  .hero-image .hero__desc{
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .hero-image .hero__desc .animation-contents:after{
    content: initial;
  }
  .hero-image .hero__text-content{
    padding: 125px 0;
  }
  .hero-image .hero__text-content .hero__link{
    margin-top: 50px;
  }
  .hero-image .hero__subtitle{
    font-size: 18px;
    margin-top: 3px;
    line-height: 1;
  }
  .hero-image .hero__title{
    font-size: 48px;
    line-height: 60px;
  }
  .hero-image .hero__link {
    margin-top: 42px;
  }
  .hero-image1 .hero__text-content .hero__link .btn{
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    margin-left: 0;
    width: 175px;
    height: 40px;
    line-height: 40px;
    background: #FFD928;
    border-radius: 20px;
    padding: 0;
  }
  .hero__text-wrap .page-width{
    max-width: min(1800px, 86%);
  }
  @media screen and (max-width: 768px) {
    .hero-image .hero__subtitle,
    .hero-image .hero__title,
    .hero-image .hero__link{
      text-align: left;
    }
    .hero-image .hero__subtitle{
      font-size: 12px;
      width: 100%;
      line-height: 1.2;
      margin-bottom: 12px;
    }
    .hero-image .hero__title{
      font-size: 24px;
      line-height: 28px;
    }
    .hero-image .hero__text-content{
      padding-right: 30px !important;
      padding: 40px 0;
    }
    .hero-image .hero__link{
      margin-top: 30px;
    }
    .hero-image1 .hero__text-content .hero__link .btn{
      width: 102px;
      height: 25px;
      line-height: 25px;
      font-size: 12px;
    }
  }


  .header-line{
    padding: 36px 0 35px;
    border-bottom: 1px solid #e5e5e5;
  }
  .outdoors-main{
    margin-top: 65px;
    display: flex;
    align-items: center;
  }
  .outdoors-left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 94px 0px;
    align-items: center;
  }
  .outdoors-item{
    display: flex;
    width: 45%;
    align-items: center;
    column-gap: 22px;
  }
  .outdoors-icon{
    width: 65px;
    height: 65px;
    flex-shrink: 0;
  }
  .outdoors-content{
    line-height: 1;
  }
  .outdoors-detail{
    font-size: 36px;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
  }
  .outdoors-desc{
    font-size: 18px;
    font-weight: 400;
    color: #111827;
    margin-top: 10px;
  }
  .outdoors-right{
    width: max(46%, 540px);
  }
  @media screen and (max-width: 1440px) {
    .outdoors-item{
      width: 50%;
      column-gap: 18px;
    }
    .outdoors-icon {
      width: 60px;
      height: 60px;
    }
    .outdoors-detail {
      font-size: 30px;
    }
    .outdoors-desc{
      font-size: 15px;
    }
  }
  @media screen and (max-width: 1080px) {
    .outdoors-icon {
      width: 54px;
      height: 54px;
    }
    .outdoors-detail {
      font-size: 26px;
    }
    .outdoors-desc{
      font-size: 12px;
      margin-top: 6px;
    }
    .outdoors-right{
      width: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .header-line{
      padding: 15px 0;
    }
    .outdoors-main{
      row-gap: 0;
      margin-top: 32px;
      flex-direction: column-reverse;
    }
    .outdoors-right{
      width: 100%;
    }
    .outdoors-left{
      gap: 0;
      margin-top: 34px;
    }
    .outdoors-item {
      width: 45%;
      column-gap: 0;
      align-items: initial;
      margin-right: 10px;
      margin-bottom: 42px;
    }
    .outdoors-content{
      flex: 1;
    }
    .outdoors-icon {
      width: 32px;
      height: 32px;
      margin-right: 10px;
    }
    .outdoors-detail {
      font-size: 18px;
    }
    .outdoors-desc{
      font-size: 11px;
      margin-top: 2px;
    }
  }


  .recommended-header{
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: space-between;
  }
  .recommended-link{
    font-size: 18px;
    font-weight: 400;
    color: #111827;
    line-height: 1;
  }
  .recommended-link:hover{
    color: var(--RedBackGround);
  }
  .recommended-container{
    margin-top: 25px;
    --swiper-navigation-sides-offset: 70px;
  }
  .recommended-container .swiper{
    padding-left: 82px;
    padding-right: 82px;
    padding-bottom: 4px;
  }
  .recommended-container1 .swiper-wrapper{
    gap: 32px;
    width: initial;
    padding-left: 82px;
  }
  .recommended-container .swiper-button-prev:after, 
  .recommended-container .swiper-button-next:after, 
  .recommended-container .swiper-rtl .swiper-button-next:after{
    content: initial;
  }
  .recommended-container .swiper-button-prev{
    left: 68px;
  }
  .recommended-container .swiper-button-next{
    right: 68px;
  }

  .recommended-item.swiper-slide{
    width: 216px;
    height: initial;
  }
  .recommended-item.swiper-slide{height:auto} /* 随意指定一个height值即可 */    
  .recommended-item.swiper-slide-active { height:auto}

  .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ellipsis3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ellipsis4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .ellipsis5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .product-item{
    display: block;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow:var(--black-shadow);
    border-radius: 10px;
  }
  .product-item .product-content{
    padding: 30px 18px 20px;
  }
  .product-item .name{
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    line-height: 20px;
    min-height: 40px;
  }
  
  .product-item .score{
    margin-top: 12px;
    min-height: 22.39px;
  }
  .product-item .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0;
  }
  .product-item .price{
    font-size: 20px;
    font-weight: 400;
    color: #111827;
  }
  .product-item .circle20 svg,
  .product-item .circle20 image,
  .product-item .circle20{
    width: 22px;
    height: 22px;
    padding: 0;
  }
  .product-item .circle20.btn--loading:after{
    width: 22px;
    height: 22px;
    margin-left: -8px;
    margin-top: -8px;
  }

  .product-item .jdgm-prev-badge__text{
    font-size: 12px;
  }
  @media screen and (max-width: 768px) {
    .recommended-header .section-h2{
      margin-bottom: 0px;
    }
    .recommended-container{
      margin-top: 25px;
    }
    .recommended-container .swiper{
      padding: 0 0.9375rem 4px;
    }
    .recommended-container .swiper-button-prev{
      left: 5px;
    }
    .recommended-container .swiper-button-next{
      right: 5px;
    }
    .product-item .circle20 svg,
    .product-item .circle20 image,
    .product-item .circle20{
      width: 18px;
      height: 18px;
      display: flex;
    }
  }


  .reviews-main{
    display: flex;
    margin-top: 60px;
  }
  .reviews-left{
    width: 54%;
  }
  .reviews-right{
    width: 50%;
    display: flex;
    padding-left: 64px;
    flex-direction: column;
  }
  .reviews-scoll{
    flex: 1;
    max-height: 422px;
    overflow: hidden;
    padding-bottom: 4px;
  }
  .reviews-scoll.scroll{
    overflow: hidden;
    overflow-y: auto;
  }
  .reviews-item{
    display: flex;
    gap: 0 16px;
    padding: 22px 34px 22px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    box-shadow: var(--black-shadow);
  }
  .reviews-item+.reviews-item {
    {% comment %} margin-top: 32px; {% endcomment %}
  }
  .reviews-userhead{
    width: 72px;
    height: 72px;
  }
  .reviews-info{
    flex: 1;
  }
  .reviews-user{
    display: flex;
    align-items: center;
  }
  .reviews-username{
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    line-height: 1;
  }
  .reviews-star{
    display: flex;
    align-items: center;
  }
  .reviews-star .jdgm-prev-badge__stars{
    margin: 0 9px 0 17px;
  }
  .reviews-star .jdgm-star{
    padding: 0 0px 0 0 !important;
  }
  .reviews-star-text{
    font-size: 14px;
    font-weight: 400;
    color: #0B0E21;
  }
  .reviews-content{
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 20px;
  }
  .reviews-content p{
    margin: 0;
  }
  .reviews-footer{
    display: flex;
    padding: 20px 0 0;
    justify-content: flex-end;
  }
  @media screen and (max-width: 1440px) {
    .reviews-scoll {
      max-height: 312px;
    }
    .reviews-item{
      padding: 12px 24px 12px 20px;
    }
    .reviews-item+.reviews-item {
      margin-top: 24px;
    }
    .reviews-footer{
      padding: 0px 0 0;
    }
  }
  @media screen and (max-width: 768px) {
    .reviews-main{
      flex-direction: column;
    }
    .reviews-left{
      width: 100%;
    }
    .reviews-right {
      width: 100%;
      margin-top: 40px;
      padding-left: 0;
    }
    .reviews-item{
      gap: 0 0;
      padding: 12px 8px 12px 12px;
    }
    .reviews-info {
      margin-left: 10px;
    }
    .reviews-user{
      justify-content: space-between;
    }
    .reviews-userhead {
      width: 36px;
      height: 36px;
    }
    .reviews-username{
      font-size: 12px;
      line-height: 15px;
    }
    .reviews-star .jdgm-prev-badge__stars {
      margin: 0;
      line-height: 1;
    }
    .reviews-star-text{
      font-size: 10px;
      line-height: 1;
      transform: translateY(2px);
    }
    .reviews-content{
      font-size: 12px;
      margin-top: 4px;
      -webkit-line-clamp: 3;
      line-height: 16px;
    }
    .reviews-star .jdgm-star{
      font-size: 10px;
    }
    .reviews-footer .link{
      width: 102px;
      height: 25px;
      font-size: 12px;
      margin: 28px auto 0;
      background: #FFD928;
      border-radius: 13px;
    }
    .flex-center{
      display: flex;
      padding: 4px 0 1px;
      align-items: center;
      justify-content: center;
    }
    .reviews-scoll {
      max-height: 350px;
    }
  }


  .top-sell{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-sell-header{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    align-items: flex-end;
    justify-content: space-between;
  }
  .top-sell .desc{
    font-size: 18px;
    font-weight: 400;
    color: #1C1D1D;
    line-height: 1;
    margin-top: 16px;
  }
  .top-sell-tags{
    display: flex;
    column-gap: 86px;
    justify-content: flex-end;
  }
  .top-sell-tag{
    cursor: pointer;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 500;
    color: #111827;
    line-height: 1;
    border-bottom: 2px solid #ccc;
  }
  .top-sell-tag.active{
    font-weight: bold;
    border-color: #111827;
  }
  .top-sell-main{
    margin-top: 62px;
  }
  .top-sell-item{
    display: none;
  }
  .top-sell-item.active{
    display: block;
  }
  .top-sell-item .swiper{
    padding-bottom: 4px;
    padding-right: 4px;
  }
  .top-sell-item .row{
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .top-sell{
      padding-top: 20px;
      padding-bottom: 40px;
    }
    .top-sell .desc{
      font-size: 12px;
      line-height: 15px;
      margin-top: 8px;
    }
    .top-sell-tags {
      column-gap: 0;
      margin-top: 20px;
      width: 100%;
      flex-wrap: wrap;
    }
    .top-sell-tag {
      width: 50%;
      padding: 16px 0;
      font-size: 18px;
      text-align: center;
    }
    .top-sell-tag.active{
      border-color: #FFD928;
    }
    .top-sell-main{
      margin-top: 32px;
    }
    .top-sell-item .swiper-wrapper{
      margin: 0;
      --bs-gutter-x: 0;
      flex-wrap: initial;
    }
    .top-sell-item .swiper-slide{
      margin: 0;
      flex: initial;
    }
  }

  .circle30{
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
  }
  .circle30 .icon{
    width: 30px;
    height: 30px;
  }
  .product-item .add-to-cart.btn--loading,
  .product-new .add-to-cart.btn--loading{
    background: #fff;
  }
  .product-item .add-to-cart.btn--loading::after,
  .product-new .add-to-cart.btn--loading::after{
    border-color: #000;
  }
  .product-new{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 3px 2px 0px rgba(35,35,35,0.1);
    border-radius: 10px;
  }
  .product-new .product-content{
    padding: 0 46px;
  }
  .color-attribute{
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    margin: 12px 0;
  }
  .color-attribute span{
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    background: var(--attr-color, #fff);
  }
  .color-attribute span.active::before{
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--attr-color, #fff);
    transform: translate(-50%, -50%);
  }
  .product-new .name{
    display: -webkit-box;
    font-size: 24px;
    font-weight: 600;
    color: #111827;
  }
  .product-new .desc{
    font-size: 16px;
    font-weight: 500;
    color: #1C1D1D;
    line-height: 24px;
    margin-top: 18px;
    min-height: 48px;
  }
  .product-new .score{
    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .product-new .score-widget{
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
  }
  .product-new .score::after{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 177px;
    height: 2px;
    transition: all .3s;
    background: #000;
  }
  .product-new .score:hover::after{
    width: 100%;
  }
  .product-new .jdgm-prev-badge__text{
    font-size: 14px;
  }
  .product-new .jdgm-star{
    color: #ffd928;
  }
  .product-new .footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .product-new .price{
    font-size: 20px;
    font-weight: 400;
    color: #DC2935;
  }
  .product-new .price span{
    color: #111827;
    margin-left: 14px;
    font-weight: 500;
    text-decoration: line-through;
  }
  .product-new .handle{
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .circle30{
      transform: scale(0.5);
    }
    .product-new .product-content{
      padding: 28px 25px 0;
    }
    .product-new .name{
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .product-new .desc{
      font-size: 12px;
      line-height: 15px;
      margin-top: 9px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .product-new .footer{
      padding: 15px 0;
    }
    .product-new .price {
      font-size: 14px;
    }
  }

