.storeteam-homeslider-container {
  margin: 30px 0;
}

.storeteam-homeslider-title {
  margin-bottom: 20px;
  text-align: center;
}

.storeteam-homeslider-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  max-width: 720px;
  margin: 0 auto;
}

.storeteam-homeslider {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}

/* Improved arrow styling */
.storeteam-homeslider .slick-prev,
.storeteam-homeslider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 34px;
  height: 34px;
  background: #000;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
}

.storeteam-homeslider .slick-prev:hover,
.storeteam-homeslider .slick-next:hover {
  background: #555;
}

.storeteam-homeslider .slick-prev:before,
.storeteam-homeslider .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storeteam-homeslider .slick-prev {
  left: 0;
}

.storeteam-homeslider .slick-prev:before {
  content: "←";
}

.storeteam-homeslider .slick-next {
  right: 0;
}

.storeteam-homeslider .slick-next:before {
  content: "→";
}

.storeteam-homeslider-item {
  padding: 10px;
  text-align: center;
}

.storeteam-homeslider-item .product-image {
  display: block;
  margin-bottom: 10px;
}

.storeteam-homeslider-item .product-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.storeteam-homeslider-item .product-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  overflow: hidden;
}

.storeteam-homeslider-item .price-box {
  margin-bottom: 10px;
}

.storeteam-homeslider-item .button.btn-cart {
  margin-top: 10px;
}

/* Fix for pagination dots */
.storeteam-homeslider .slick-dots {
  bottom: -30px;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.storeteam-homeslider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.storeteam-homeslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.storeteam-homeslider .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #333; /* Changed from default to ensure visibility */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.storeteam-homeslider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #333; /* Changed from default to ensure visibility */
}

/* Numeric pagination styling */
.storeteam-homeslider .slick-dots.slick-dots-numbers {
  bottom: -40px;display:none !important;
}

.storeteam-homeslider .slick-dots.slick-dots-numbers li {
  width: 25px;
  height: 25px;
  margin: 0 3px;
}

.storeteam-homeslider .slick-dots.slick-dots-numbers li button {
  width: 25px;
  height: 25px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  line-height: 25px;
  padding: 0;
}

.storeteam-homeslider .slick-dots.slick-dots-numbers li.slick-active button {
  background: #333;
  color: #fff;
  border-color: #333;
}

.storeteam-homeslider .slick-dots.slick-dots-numbers li button:before {
  content: none;
}

/* Ensure numeric pagination is visible */
.storeteam-homeslider .slick-dots.slick-dots-numbers li button {
  font-size: 12px;
  color: #333; /* Dark text color */
  background: #f0f0f0; /* Light background */
}

.storeteam-homeslider .slick-dots.slick-dots-numbers li.slick-active button {
  background: #333; /* Dark background for active */
  color: #fff; /* White text for active */
}

