#trending {
  padding: 2rem 0;

}

@media (max-width:1440px) {
  #trending {
    padding: 3rem 0;

  }
}

.trending-slider {
  height: 40rem;
  padding: 2rem 0;
  position: relative;

}

@media (max-width:1440px) {
  .trending-slider {
    height: 35rem;
  }
}

h5.shoe-name {
  text-transform: uppercase;
  font-size: 1.5rem !important;
  color: white;
  text-align: center;
  width: 100%;
}

.trending-slide {
  width:20rem;
  height: 30rem;
  position: relative;
}

@media (max-width:500px) {
  .trending-slide {
    width: 28rem !important;
    height: 35rem !important;

  }

  .trending-slide-img img {
    width: 28rem !important;
    height: 35rem !important;

  }
}

.trending-slide-img {
  position: relative;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 2rem;
  background: linear-gradient(to top, rgb(12, 12, 12), rgba(255, 255, 255, 0));
}

.trending-slide-img img {
  width: 37rem;
  height: 32rem;
  border-radius: 2rem;
  object-fit: cover;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
}

.trending-slide-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.shoe-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
}

.trending-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
}



.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: block;
}

.trending-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}



.slider-arrow::after {
  content: '';
}

.swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: -2rem !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

