.Bestseller .Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}

.Bestseller-button-next {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: calc(var(--b-radius)*1.5);
  position: absolute;
  top: 50%;
  left: 0.6rem;
  z-index: 33;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(5px);
  background-color: var(--White) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
}

.Bestseller-button-next.swiper-button-disabled,
.Bestseller-button-next.swiper-button-disabled,
.Bestseller-button-prev.swiper-button-disabled,
.Bestseller-button-prev.swiper-button-disabled {
  opacity: 0;
}

.Bestseller-button-prev {
  width: 2.14rem;
  height: 2.14rem;
  backdrop-filter: blur(5px);
  background-color: var(--White) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: calc(var(--b-radius)*1.5);
  position: absolute;
  top: 50%;
  right: 10.5%;
  z-index: 33;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  transform: rotate(180deg) translateY(50%);
}

.Bestseller .Products .Product {
  height: 25rem;
}

.h-50 {
  height: 50% !important;
}

.Bestseller .Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.Bestseller .offer-Price-color {
  color: #cccccc !important;
}

.Bestsellercustomlist {
  padding: 2rem 2.35rem 2rem 1rem;
  background: linear-gradient(180deg, rgba(198, 9, 54, 1) 0%, rgba(221, 83, 116, 1) 70%);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 30%);

  .slider {
    position: relative;
    width: calc(100% - 95px);
    /* padding: 0px 2.35rem; */

    .Bestseller-button-prev {
      right: 0;
    }

    .Bestseller-button-next {
      left: 0;
    }
  }
}

.Bestseller .Product-Offer-White {
  min-width: 95px;
  max-width: 95px;
  flex: 1 0 8%;
}

.Bestseller .Price svg {
  max-width: 1rem;
  max-height: 1rem;
}

@media screen and (max-width: 568px) {
  .Bestsellercustomlist .slider {
    width: 100%;
  }
}
.suggestText {
  flex: 1 0  auto;
}

.suggestText::after {
  content: '';
    border: 0.1em solid var(--White);
    width: 90%;
}
