.OfferHomecustomlist .Bestseller .Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-header {
  color: #000;
  margin: 30px;
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-header .arrows {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  cursor: pointer;
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-header .swiper-button-disabled {
  cursor: default;
  opacity: .5;
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-header .reone-list--homepage-button-prev,
.OfferHomecustomlist .Bestsellercustomlist .swiper-prev {
  position: relative;
  top: 1px;
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-header .reone-list--homepage-button-next,
.OfferHomecustomlist .Bestsellercustomlist .swiper-next {
  position: relative;
  top: 1px;
}

.OfferHomecustomlist .Bestsellercustomlist .swiper-prev svg {
  transform: rotate(180deg);
}

.OfferHomecustomlist .Bestseller .Products .Product {
  height: auto;
  overflow: auto;
}

.h-50 {
  height: 50% !important;
}

.OfferHomecustomlist .Bestseller .Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.OfferHomecustomlist .Bestseller .offer-Price-color {
  color: #cccccc !important;
}



.OfferHomecustomlist .Bestseller .Price svg {
  max-width: 1rem;
  max-height: 1rem;
}

.OfferHomecustomlist  .Product-Offer-White {
  right: 1.65rem;
  background: #FDCD06;
}

.OfferHomecustomlist .Bestseller .Products .swiper-wrapper {
  margin-right: 13rem;
}

@media(min-width:992px) {
  .OfferHomecustomlist .Bestseller .Product-Offer-White {
    flex: 0 0 12%;
    max-width: 12%;
  }
}

.OfferHomecustomlist .Bestseller .seeMore {
  color: var(--Black) !important;
}

.OfferHomecustomlist .arrows .reone-list--homepage-button-prev svg {
  transform: rotate(180deg)
}

.OfferHomecustomlist .arrows svg {
  width: 1.1rem;
  height: 1.1rem
}

.OfferHomecustomlist .reone-list--homepage-button-prev:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.4rem;
  top: 0.2em;
  border-right: 0.2em solid var(--Black);
  z-index: 5;
  opacity: 1 !important;
}

.OfferHomecustomlist .reone-list--homepage-button-prev {
  padding-left: 0.6rem;
}
.OfferHomecustomlist{
  padding: 0.5rem 0 2.5rem 0;
}
.OfferHomecustomlist .swiper-header{
  color: #000;
  margin:0.5rem 0 0.5rem 0;
}
.LinkToAll svg{
  width: 1rem;
  height: 1rem;
}
.LinkToAll{
  color: var(--Black) !important;
  margin-bottom: 2rem;
}
@media (max-width:768px){
  .list-product-home{
    flex-wrap: nowrap;
  }
  .list-offer-home .Products{
    display: flex;
  }
  .list-offer-home{
    padding-left: 0 !important;
   
  }
 .OfferHomecustomlist{
  margin-top: 2.5rem;
 }
}
@media (max-width:430px){
  .list-offer-home .Products{
    margin-left: -1rem;
  }
  .list-offer-home{
    margin-right:0;
    right:-1rem;
    padding-left: 0 !important;
  }
}