/* New Products start */

#best-seller {
  background: #f7f7f7;
  padding: 112px 0px 112px 0px;
}

#best-seller .heading {
  margin-bottom: 64px;
}

#best-seller .custom-slider .product {
  background-color: white;
  margin: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

#best-seller .custom-slider .product-footer {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#best-seller .custom-slider .product a {
  text-decoration: none;
}

#best-seller .custom-slider .product h3 {
  color: var(--Juoda, #000);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

#best-seller .custom-slider .product h3:hover {
  text-decoration: underline;
}

#best-seller .custom-slider .product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/*


arrows



*/

#best-seller .slick-prev,
#best-seller .slick-next {
  color: #fff;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 48px; /* Set a fixed width */
  height: 48px; /* Set a fixed height */
  background-size: contain; /* Ensure the background image fits within the element */
  background-repeat: no-repeat; /* Prevent repeating the background image */
}

#best-seller .slick-prev.slick-disabled,
#best-seller .slick-next.slick-disabled {
  display: none !important;
}

#best-seller .slick-prev {
  left: -15px;
}

#best-seller .slick-prev::before {
  display: none;
}

#best-seller .slick-next {
  right: -15px;
}

#best-seller .slick-next::before {
  display: none;
}

#best-seller .custom-slider .product {
  position: relative;
  text-align: center;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

#best-seller .custom-slider .product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#best-seller .custom-slider .product .banner {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--Orange, #ff7a06);
  color: var(--Balta, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  z-index: 1;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
}

#best-seller .custom-slider .product .status {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--Juoda);
  margin-top: 18px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 8px;
}

#best-seller .custom-slider .product .status .circle {
  width: 9px;
  height: 9px;
  background-color: #06ff4c;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}


#best-seller .custom-slider .product .product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: auto;
  margin-bottom: 24px;
}

#best-seller .custom-slider .product .price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 4px;
}

#best-seller .custom-slider .product .shopping-bag a{
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--Yellow);
  transition: background-color 0.3s ease;
  border-radius: 50%;
}
#best-seller .custom-slider .product .shopping-bag:hover a{
  background: #ffe066;
}

#best-seller .custom-slider .product .shopping-bag img {
  aspect-ratio: unset;
  object-fit: unset;
  width: unset;
}

#best-seller .best-seller-slider-scroll {
  position: relative;
  width: 98%;
  height: 5px;
  background-color: #e0e0e0;
  margin-top: 24px;
  border-radius: 5px;
  overflow: hidden;
  margin: 24px auto auto auto;
}

#best-seller .scroll-thumb {
  position: absolute;
  height: 5px;
  width: 25%;
  background-color: #000;
  border-radius: 5px;
  transition: left 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #best-seller {
    background: #f7f7f7;
    padding: 96px 12px 96px 12px;
  }

  #best-seller h2 {
    margin-bottom: 24px;
  }

  #best-seller .best-seller-slider-scroll {
    width: 94%;
  }
}
