.featured-product {
  overflow: hidden;
}
/*Only one picture is displayed*/
.featured-product .product__media-item:not(:first-child) {
  display: none;
}
.featured-grid .product.grid{justify-content: center;}
.home-featured-product .product__info-item{font-size: 24px;
    font-family: Poppins-Medium, Poppins;
    color: #333333;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.home-featured-product span#ProductPriceproduct-page-price{font-size: 32px;
            font-family: Poppins-Bold, Poppins;
            font-weight: bold;
            color: #E50020;
            line-height: 30px;}
.home-featured-product span#ProductComparePriceproduct-page-price {font-size: 20px;
                font-family: Poppins-Regular, Poppins;
                font-weight: 400;
                color: #B3B3B3;
                line-height: 24px;
                text-decoration: line-through;
                margin-left: 0}
.home-featured-product .product__info-wrapper .price .price__container .notranslate {line-height: 22px;
                            padding-left: 20px;
                            font-size: 16px;
                            color: #e60044;
                            font-weight: 600;
                            padding-bottom: 0;
                        }
@media screen and (max-width: 959px) {
  .featured-product .slider {
    overflow: hidden;
  }

  .featured-product .slider + .slider-buttons {
    display: none;
  }
}
.featured-product .product.color-scheme-none {
  background-color: #fff;
}
.featured-product.background-secondary {
  background-color: rgba(0, 0, 0, 0.04);
}
.featured-product.background-secondary .product {
  padding: 25px;
}.product-images {
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    padding: 0;
    max-width: 599px;
}
@media screen and (min-width: 960px) {
  .featured-product.background-secondary .product {
    padding: 60px 70px;
    position: relative;
    z-index: 1;
  }
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
