
.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: var(--b-radius);
  position: absolute;
  top: -2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1875 5.20569L12.4375 5.20569' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.72461 9.72401L1.18711 5.20601L5.72461 0.687256' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
/* 
.Bestseller-button-next:before {
  content: '';
  width: 0.6rem;
  border: 0.1rem solid var(--Black);

}

.Bestseller-button-next:after {
  content: '';
  position: absolute;
  left: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.14em solid var(--Black);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
} */

.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:.5
}


.Bestseller-button-prev {
  width: 2.14rem;
  height: 2.14rem;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--b-radius);
  position: absolute;
  top: -2rem;
  left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1875 5.20569L12.4375 5.20569' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.72461 9.72401L1.18711 5.20601L5.72461 0.687256' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  transform:rotate(180deg)
}
/* 
.Bestseller-button-prev:before {
  content: '';
  width: 0.6rem;
  border: 0.05em solid var(--Black);

}

.Bestseller-button-prev:after {
  content: '';
  position: absolute;
  right: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.14em solid var(--Black);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
} */

.Products .Product {
  height: auto;
}

.h-50 {
  height: 50% !important;
}

.Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.offer-Price-color {
  color: #cccccc !important;
}