.bestdeals-button-next,
.bestdeals-button-prev {
  position: static;
}

.bestdeals-button-next,
.bestdeals-button-prev {
  margin-top: 0;
}

.bestdeals-button-next::after,
.bestdeals-button-prev::after {
  content: none;
}

.bestdeals-button-next svg,
.bestdeals-button-prev svg {
  width: 1.6875rem;
  height: 1.375rem;
  transition: all ease-out 0.3s;
}

.black-heading {
  color: #172337 !important;
}

.bestDealsSlider .swiper-slide {
    box-shadow: 0px 2px 6px #00000029;
    padding: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    transition: all ease-in-out .3s;
    border: 2px solid transparent;
}

.bestDealsSlider .product-info h4 {
  font-size: 16px;
  color: #172337;
  font-weight: 600;
}

.bestDealsSlider .product-info p {
  font-size: 14px;
  color: #172337;
}

.bestDealsSlider .featured-product-image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.bestDealsSlider .featured-product-image-wrap img {
  height: 150px;
}

.bestDealsSlider .product-info {
  margin-top: 25px;
}

.bestDealsSlider .card-bottom-side {
    display: flex;
    justify-content: space-between;
}

.bestDealsSlider .add-to-cart-btn a svg {
    width: 50px;
}

.rtl .bestdeals-button-prev
{
  order: 1;
}
html[lang="ar"] .bestdeals-button-prev {
  transform: rotate(180deg); /* Flip the arrow for RTL */
}

html[lang="ar"] .bestdeals-button-next {
  transform: rotate(180deg); /* Flip the arrow for RTL */
}
@media (max-width: 768px) {
  .swiper.bestDealsSlider {
    margin-top: 35px;
  }
  .bestDealsSlider .swiper-slide {
    padding: 10px !important;
    height: auto;
    margin-left: 1px;
  }
  .bestDealsSlider .featured-product-image-wrap img {
    height: 100px;
  }
  .bestDealsSlider .product-info,
  .bestDealsSlider .featured-product-image-wrap {
    margin-top: 10px;
  }
}