.New_Trending_Designs {
  margin: 20px 0px;
}

.New_Trending_Designs .category_card {
  cursor: pointer;
}

.New_Trending_Designs .category_card .category_img_wrapper {
  width: 100%;
  height: 313px;
  position: relative;
  overflow: hidden;
}
.New_Trending_Designs .swiper-pagination-bullet {
  height: 5px !important;
  width: 5px !important;
}

.New_Trending_Designs .category_card .category_img_wrapper .category_img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s;
}

.New_Trending_Designs .category_card .category_img_wrapper::after {
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1;
  right: 0;
}

.New_Trending_Designs .category_card .category_img_wrapper .new_badge {
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.New_Trending_Designs
  .category_card
  .category_img_wrapper
  .new_badge
  .new_badge_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.New_Trending_Designs .category_card .card_title {
  font-size: 16px;
  font-weight: 600;
  color: #bb0000;
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.New_Trending_Designs .category_card .card_title::after {
  content: "";
  background-color: #bb0000;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: auto;
  transition: all 0.3s;
}

.New_Trending_Designs .category_card:hover .card_title::after {
  width: 100%;
}

.New_Trending_Designs .category_card:hover .category_img_wrapper .category_img {
  transform: scale(1.1);
}

.New_Trending_Designs .category_swiper {
  margin-top: 20px;
}
.New_Trending_Designs {
  position: relative;
}

.New_Trending_Designs .trending_swiper_navigation {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.New_Trending_Designs .trending_nav_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 50%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}

.New_Trending_Designs .trending_nav_btn.prev_btn {
  left: 0;
}

.New_Trending_Designs .trending_nav_btn.next_btn {
  right: 0;
}

.New_Trending_Designs .trending_nav_btn:hover {
  background: #fa0002;
  color: #fff;
}
/* ================= Media Queries ================= */

@media (min-width: 0px) and (max-width: 575px) {
  .New_Trending_Designs .category_card .category_img_wrapper {
    height: 250px;
  }
  .New_Trending_Designs .trending_nav_btn {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .New_Trending_Designs .category_card .category_img_wrapper {
    height: 260px;
  }
  .New_Trending_Designs .trending_nav_btn {
    width: 30px;
    height: 30px;
  }
}
