.featured-product {
  overflow: hidden;
}
.featured-product .product-info__title {
    text-align: center;
    padding-top: 100px;
}.featured-product .product-info__title span {
    font-size: 40px;
    font-family: Poppins-Bold, Poppins;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    text-align: center;
    border: 15px solid transparent;
    border-image: url() 20 20;
    padding: 0px 12px;
}
/*Only one picture is displayed*/
.featured-product .product__media-item:not(:first-child) {
  display: none;
}
.featured-product .price .price-item--sale{color: #000;
    font-size: 25px;}
.featured-product .product__info-wrapper .price__container .price__sale {
            display: flex;
            flex-flow: column;
            align-items: baseline;
        }
.featured-product .product__info-wrapper .price__container .price-save {
    margin-top:10px;
}
@media screen and (max-width: 959px) {
    .featured-product.background-secondary .product{margin-top: 35px;}
  .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 {
}
.featured-product.background-secondary .product {
  padding: 25px;border-radius: 25px;

}
@media screen and (min-width: 960px) {
  .featured-product.background-secondary .product {
    padding: 20px;
    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 */
.featured-product .sunzi-form #sunzi-button {
    background: linear-gradient(270deg, #ED3951 42.53%, #F57249 100%) !important;
    border-radius: 16px !important;
}