.Exclusive_Collection {
  background: url("/assets/images/home/exclusive_collection/bg-img.png") no-repeat;
  padding: 100px 0;
}

.Exclusive_Collection .Exclusive_title .main_title,
.Exclusive_Collection .Exclusive_title .sub_title {
  text-align: left;
}

.Exclusive_Collection .exclusive_title_div {
  position: relative;
}

.Exclusive_Collection .Exclusive_title .main_title_holder {
  margin: 0;
}

.Exclusive_Collection .exclusive_title_div .custom_nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
}

.Exclusive_Collection .exclusive_title_div .custom_nav .nav_btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #c6c6c6;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #d1b092;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}

.Exclusive_Collection .exclusive_title_div .custom_nav .nav_btn.active {
  background: #b87332 !important;
}

.Exclusive_Collection .product_slider .product_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  height: 331px;
  cursor: pointer;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #ebebeb;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .slider_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.Exclusive_Collection .product_slider .product_card:hover .image_wrapper .slider_img {
  transform: scale(1.2);
  transition: 0.3s;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .wishlist .heart_icon {
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  cursor: pointer;
  padding: 4px;
 font-size: 18px;
 width: 18px;
 height: 18px;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .wishlist .offer_div {
  font-size: 12px;
  background: #fce0c4 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 2px 8px;
  color: #884200;
  font-family: "Roboto Slab";
}

.Exclusive_Collection .product_slider .product_card .card_body {
  padding: 10px;
}

.Exclusive_Collection .product_slider .product_card .card_body .card_title {
  font-size: 14px;
  font-weight: 800;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Exclusive_Collection .product_slider .product_card .card_body .card_desc {
  font-size: 13px;
  font-weight: 600;
  color: #8a8a8a;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Exclusive_Collection .product_slider .product_card .card_body .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Exclusive_Collection .product_slider .product_card .card_body .price_box .old_price {
  font-size: 13px;
  color: #616161;
}

.Exclusive_Collection .product_slider .product_card .card_body .price_box {
  font-size: 14px;
  font-weight: 800;
  font-family: Roboto Slab;
  color: #343434;
}

/* .Exclusive_Collection .product_slider .product_card .btn_group {
    display: flex;
    justify-content: space-between;
    gap: 5px;
} */

.Exclusive_Collection .product_slider .product_card .image_wrapper .add_cart_div {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.79;
  transform: translateY(100%);
  transition: all 0.3s;
}

.Exclusive_Collection .product_slider .product_card .add_cart_div .add_btn {
  background: #b87332 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper:hover .add_cart_div {
  transform: translateY(0);
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .add_cart_div:hover {
  opacity: 1;
}

.Exclusive_Collection .product_slider .product_card .image_wrapper .add_cart_div .add_btn:hover {
  background: #1f2a44 0% 0% no-repeat padding-box;
}

.Exclusive_Collection .product_slider .product_card .btn_group .buy_btn {
  background: #1f2a44 0% 0% no-repeat padding-box;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Exclusive_Collection .swiper-wrapper {
  padding: 20px 0;
}

.Exclusive_Collection .swiper-button-next,
.Exclusive_Collection .swiper-button-prev {
  display: none;
}

/* =================== Media Queries ================ */

@media (min-width: 0px) and (max-width: 574px) {
  .Exclusive_Collection .exclusive_title_div .custom_nav {
    position: unset;
    justify-self: end;
  }

  .Exclusive_Collection .exclusive_title_div .custom_nav .nav_btn {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper .add_cart_div {
    opacity: 1;
    transform: translateY(0);
  }

  .Exclusive_Collection {
    padding: 40px 0;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 180px;
  }

  .Exclusive_Collection {
    padding: 0px 0 0px;
  }

  .Exclusive_Collection .product_slider .product_card {
    height: 302px;
  }

  .Exclusive_Collection .exclusive_title_div .custom_nav .nav_btn {
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 160px;
  }

  .Exclusive_Collection .product_slider .product_card {
    height: 284px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 145px;
  }

  .Exclusive_Collection .product_slider .product_card {
    height: 264px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 135px;
  }

  .Exclusive_Collection .product_slider .product_card {
    height: 264px;
  }

  .Exclusive_Collection {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 161px;
  }

  .Exclusive_Collection .product_slider .product_card {
    height: 284px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .Exclusive_Collection .product_slider .product_card .image_wrapper {
    height: 188px;
  }
}