/* body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
} */

/* ===============  banner slider start =============== */
/* Carousel Controls */
#product-slider .carousel-control-next,
#product-slider .carousel-control-prev {
  width: 100px; /* Adjust if needed */
}

/* Carousel Images */
#product-slider #demo .carousel-inner .carousel-item img {
  width: 100%;
  height:500px; 
  object-fit: cover;
}

/* Overlay */
#product-slider #demo .carousel-inner .carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 1;
}

/* Slider Caption */
#product-slider #demo .carousel-inner .carousel-item .slider-caption {
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
  text-align: center;
  z-index: 2;
  padding: 1rem;
}

#product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
  font-size: 58px; /* Default font size for larger screens */
  font-weight: lighter;
  /* text-transform: uppercase; */
  line-height: 1.2;
  display: block;
}

#product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-tagline {
  font-size: 1.5rem; /* Default font size for larger screens */
  padding-bottom: 1rem; /* Adjust for spacing */
}



@media (min-width:2400px){
  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 8rem !important;
}
}

@media (min-width: 1024px) {
  #product-slider #demo .carousel-inner .carousel-item img {
    height: 500px;
  }

  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 70px;
  }

  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-tagline {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  #product-slider #demo .carousel-inner .carousel-item img {
    height:400px;
  }
}

@media (max-width: 340px) {
  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  #product-slider #demo .carousel-inner .carousel-item img {
   height: 180px; 
  }
}

@media (min-width: 340px) and (max-width: 400px) {
  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 25px;
  }

  #product-slider #demo .carousel-inner .carousel-item img {
    height: 200px;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
#product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 28px;
  }

  #product-slider #demo .carousel-inner .carousel-item img {
    height: 200px;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  #product-slider #demo .carousel-inner .carousel-item .slider-caption .banner-heading {
    font-size: 35px;
  }

  #product-slider #demo .carousel-inner .carousel-item img {
    height:250px;
  }

}

@media (min-width: 800px) and (max-width:1024px) {
  #product-slider #demo .carousel-inner .carousel-item img {
    height:375px;
  }

}


@media (min-width:1700px) {
  #product-slider #demo .carousel-inner .carousel-item img {
    height:580px;
  }
}

/* ===============  banner slider end =============== */

h1, h2 {
    margin: 0;
}

.filter-btn {
    cursor: pointer;
}

.user-select-none {
  user-select: none;
}

a {
  text-decoration: none;
  color: unset;
}

/* ===============  filter menu start  =============== */
#filter-menu{
  background-color: #F9F1E7;
  width: 100%;
  padding: 10px 0;
}

#filter-menu .leftside-filter , #filter-menu .rightside-filter{
    flex-direction: row;
}

.dropdown-toggle::after {
  display: none;
}

#filter-menu .filter{
  margin: 0px 5px;
}

#filter-menu .filter .btn-filter{
  border-radius: 27px;
  background-color: #D89B3E;
  color: #fff;
  font-weight: 400;
  width: 106px;
  height: 39px;
}

#filter-menu .filter .btn-filter:hover{
  font-weight:700;
  background-color: #d38207;
}

#filter-menu .filter .dropdown .dropdown-menu .price-range .wrapper p{
  font-size: 12px;
  color: #999;
}


@media (min-width: 992px) {
  .leftside-filter {
    justify-content: start;
  }

  .rightside-filter {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  #filter-menu .container-fluid {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 745px) {
  #filter-menu .filter .btn-filter {
    font-size: 13px;
    width:76px;
    height: auto;
  }

}

@media (max-width:372px) {
  #filter-menu .filter .btn-filter {
    font-size: 14px;
    width: 81px;
    height: auto;
  }
}

@media (max-width: 991px) {
  #filter-menu .leftside-filter{
    margin-bottom:8px;
  }
}

.price-input {
  width: 100%;
  display: flex;
  margin: 0px 0 15px;
}

.price-input .field {
  display: flex;
  width: 93px;
  height: 27px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 50px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
/* .sold-out {
  position: relative;
}

.sold-out img.product-image {
  opacity: 0.5; 
}

.sold-out-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 21px;
  border-radius: 5px;
}

@media screen and (max-width:330px){
  .sold-out-banner {
    font-size: 11px;
  }
}

@media screen and (min-width:330px) and (max-width:380px){
  .sold-out-banner {
    font-size: 14px;
  }
}

@media screen and  (min-width:380px) and (max-width:430px){
  .sold-out-banner {
    font-size: 16px;
  }
}

@media screen and  (min-width:430px) and (max-width:1000px){
  .sold-out-banner {
    font-size: 13px;
  }
} */




.slider {
  height: 4px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 0px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* ===============  filter menu end  =============== */

/* =============== product list start  =============== */

.product-single-card {
  border-radius: 5px;
  transition: 0.5s ease-in;
}

.product-single-card .product-info {
  padding: 15px 20px 20px 20px;
}

.product-single-card .product-top-area {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.product-single-card .product-top-area .product-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  border-radius: 11px;
  padding: 4px 7px;
  font-size: 14px;
  user-select: none;
  z-index: 999;
  display:none;
}

.product-single-card .product-top-area .product-img {
  height:280px;
  width: 100%;
  overflow: hidden;
}

.product-single-card .product-top-area .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.product-single-card .product-top-area:hover .product-img img {
  transition: transform 0.5s ease, filter 0.5s ease;
  transform: scale(1.05); 
  filter: brightness(1.2);
  object-fit: cover; 
}


.product-single-card .product-top-area .sideicons {
  position: absolute;
  right: 15px;
  display: grid;
  gap: 10px;
}

.product-single-card .product-top-area .sideicons .sideicons-btn {
  background-color: #fff;
  color: #000;
  border: 0px ;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(60px);
  transition: 0.3s ease-in;
}

.product-single-card .product-top-area:hover .sideicons .sideicons-btn {
  opacity: 100%;
  visibility: visible;
  transform: translateX(0);
}

.product-single-card .product-top-area .sideicons .sideicons-btn:hover {
  color: #fff;
  stroke: #fff;
  fill: #fff;
  background-color: #000;
}

.product-single-card .product-info .product-category {
  font-weight: 600;
  opacity: 60%;
}

.product-single-card .product-info .product-title {
  font-size: 18px;
  font-weight: 600;
}

.product-single-card .product-info .old-price,
.product-single-card .product-info .new-price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.product-single-card .product-info .old-price {
  text-decoration: line-through;
  opacity: 70%;
  display: none;
}

.product-single-card .product-info .review-star {
  color: #fdcc0d;
  font-size: 13px;
}

@media (max-width: 370px) {
  .product-single-card .product-info {
    font-size: 12px;
  }

  .product-single-card .product-top-area .product-img {
    height:180px;
    width: 100%;
  }

  .product-single-card .product-info .product-category {
    font-size: 14px;
    margin-bottom: 3px;
  }
  
  .product-single-card .product-info .product-title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .product-single-card .product-info .review-star {
    font-size: 13px;
  }

  .product-single-card .product-info {
    padding: 10px;
  }
  
  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(-68px, 41px, 0px) !important;
  }

  .filter .dropdown-menu.sort-by-menu.show{
    transform: translate3d(0px, 41px, 0px) !important;
  }
}

@media (min-width: 371px) and (max-width: 420px) {
  .product-single-card .product-info {
    font-size: 12px;
  }

  .product-single-card .product-top-area .product-img {
    height:200px;
    width: 100%;
  }

  
  .product-single-card .product-info .product-category {
    font-size: 14px;
    margin-bottom: 3px;
  }
  
  .product-single-card .product-info .product-title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .product-single-card .product-info .review-star {
    font-size: 13px;
  }

  .product-single-card .product-info {
    padding: 10px;
  }
  
  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(-68px, 41px, 0px) !important;
  }
}

@media (min-width: 421px) and (max-width: 550px) {
  .product-single-card .product-info {
    font-size: 13px;
  }

  .product-single-card .product-top-area .product-img {
    height:270px;
    width: 100%;
  }

  
  .product-single-card .product-info .product-category {
    font-size: 16px;
    margin-bottom: 3px;
  }
  
  .product-single-card .product-info .product-title {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .product-single-card .product-info .review-star {
    font-size: 13px;
  }

  .product-single-card .product-info {
    padding: 10px;
  }

  .price-range.show {
    transform: translate3d(-68px, 41px, 0px) !important;
  }

  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(-92px, 41px, 0px) !important;
  }
}

@media (min-width:550px) and (max-width: 768px) { 
.product-single-card .product-top-area .product-img {
  height:300px;
  width: 100%;
}

}

@media (min-width:768px) and (max-width: 799px) { 
.product-single-card .product-top-area .product-img {
  height:200px;
  width: 100%;
}

}


@media (min-width: 551px) and (max-width: 799px) {
  .product-single-card .product-info {
    font-size: 14px;
  }

  .product-single-card .product-info .product-category {
    font-size: 14px;
    margin-bottom: 3px;
  }
  
  .product-single-card .product-info .product-title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(0px, 41px, 0px) !important;
  }
}

@media (min-width: 800px) and (max-width: 1030px) {
  .product-single-card .product-info {
    font-size: 14px;
  }

  .product-single-card .product-top-area .product-img {
    height:300px;
    width: 100%;
  }

  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(0px, 41px, 0px) !important;
  }
}

@media (min-width: 1031px) and (max-width: 1599px) {
  .product-single-card .product-info {
    font-size: 15px;
  }

  .filter .dropdown-menu.price-range-menu.show{
    transform: translate3d(0px, 41px, 0px) !important;
  }
  
}

@media (min-width: 1600px) {
  .product-single-card .product-info {
    font-size: 15px;
  }

  .product-single-card .product-top-area .product-img {
    height:290px;
    width: 100%;
  }
}

/* ===============  product list end  =============== */